Lvm
LVM中的“mirror”和“raid1”有什麼區別?
在 lvconvert(8) 手冊頁上它說:
--type SegmentType Used to convert a logical volume to another segment type or to explicitly state the desired RAID1 segment type ("mirror" or "raid1") when converting a linear logical volume to a mirror with the '-m' argument.
但是“mirror”和“raid1”之間究竟有什麼區別?
我還沒有嘗試過新的 LVM 段類型,但總的來說它們支持 LVM 中的 Linux MD RAID 特性。也就是說,它們是使用 MD 程式碼的 RAID 級別 1、5、6 等,最終目標是刪除 LVM 鏡像的重複功能並讓 MD 和 LVM 使用相同的程式碼。
這是非常新的東西,因此可能還不適合生產設置。
例如,它仍然被認為是 RHEL 6.2 中的技術預覽:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.2_Release_Notes/storage.html