Displaying 1 result from an estimated 1 matches for "76158aaa".
2013 Mar 05
1
Bug#702340: xe sr-create creates nested PV/VG
Package: xcp-xe
Version: 1.3.2-14
Severity: normal
I created an 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