By -
admin
Xenserver selbst ist auf Hardware-Raid installiert. Zusätzlich mehrere Platten für ein Software-Raid im Gerät: Platten eventuell partionieren (Type “fd” für Linux Raid Autodetect) Raid anlegen: mdadm –create /dev/md0 –raid-devices=5 –level=6 /dev/sd[bcdef]1 mdadm.conf erzeugen: mdadm –examine –scan >> /etc/mdadm.conf pvcreate /dev/md0 Neues Storage anlegen: xe sr-create host-uuid=<TAB> content-type=user type=lvm device-config:device=/dev/md0 name-label=”Local Raid6″ VG und LVs werden automatisch vom Xenserver angelegt.
