Displaying 1 result from an estimated 1 matches for "node1_lv01".
2010 Jul 01
0
GNBD/LVM problem
Hello all:
I'm having a strange problem with GNBD and LVM on two fully updated
CentOS 5.5 x86_64 systems.
On node1, I have exported a gnbd volume.
lvcreate -L 500M -n mirrortest_lv01 mirrorvg
gnbd_serv
gnbd_export -d /dev/mirrorvg/mirrortest_lv01 -e node1_lv01
On node2 I have imported the volume:
gnbd_import -i node1
Next, on node2 I attempt to create a mirrored LV with the imported
GNBD volume and a local disk:
fdisk /dev/gnbd/node1_lv01 then create an LVM partition
fdisk /dev/sdb then create an LVM partition
I can then create a volume gr...