Displaying 1 result from an estimated 1 matches for "sr_vg".
2013 Mar 05
1
Bug#702340: xe sr-create creates nested PV/VG
...LV manually and ran the command:
xe sr-create type=ext name-label=myHostSr0 \
device-config:device=/dev/mapper/vg00-sr0
The SR was created, however, I found that it was created as a nested LV,
in other words, it appears xe did something like this:
pvcreate /dev/mapper/vg00-sr0
vgcreate sr_vg
lvcreate sr_vg sr0
It's likely that most people will not want nested PVs/VGs like this and
the sr-create command should probably do one of the following:
a) work within the existing VG, or
b) refuse to do this operation and tell the user to run it on a raw
device and not an LV, or however i...