Displaying 5 results from an estimated 5 matches for "gnbd_import".
Did you mean:
gnbd_export
2008 Mar 04
0
Device-mapper-multipath not working correctly with GNBD devices
...in/gnbd_export -d /dev/sdb1 -e gnbd1 -u gnbd
They are exporting with the same id, so the multipath driver will
automatically configure them as alternative paths to the same storage.
Now on one of the cluster nodes used for running services I am importing
these GNBD devices with:
# /sbin/gnbd_import -i gnbd1
where gnbd1 is the hostname of the machine exporting the GNBD devices.
And I have these imported ok:
# gnbd_import -l
Device name : gnbd1
----------------------
Minor # : 0
sysfs name : /block/gnbd0
Server : gnbd11
Port : 14567
State : Open Connect...
2006 Jul 29
0
Xen MIgration problem
...rate Xen VM from 1 physical m/c to another. I have
instll GNBD and done the following.
VM1 to be exported:
nbd_serv -n
service gfs stop
gnbd_export -c -d /dev/sda1 -e global_diskVM1
gnbd_export -l
Domain 0 of other machine:
depmod -a
modprobe gfs
modprobe gnbd
modprobe lock_dlm
service gfs start
gnbd_import -i <ip adress of VM1> -n
cd /dev/gnbd
I see the global_diskVM1 in /dev/gnbd/ of Domain 0 of the other machine.
When I try and migrate (live and pause)it it gives I/O ad inode errors
after migration. THe same error is seen without GNBD, so the problem
is n my GNBD setup.
Has anyone done su...
2007 Jun 22
0
automate gnbd process
Wondering if anyone can point me in the right direction for automating
the whole gnbd process. Thanks in advance
i.e gnbd_serv
gnbd_export
gnbd_import
modprobe gnbd
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Aug 16
1
gnbd help on centos
...re all gfs. I would like to export these to a second server via gnbd.
I realize I *could* use nfs, which we do use elsewhere, but I was
interested in figuring out gnbd.
On the file server if I run gnbd_export -d /dev/vg_home/lv_home -e home
Then on the other server modprobe gnbd and then run gnbd_import -i
fileserver the devices get created can be mounted etc (well I might need
to modprobe gfs before mounting)
Anyways, what's the "correct" way of having this happen on boot? I've
been reading the cluster docs, but I haven't found something that makes
it click for me.
Hoo...
2010 Jul 01
0
GNBD/LVM problem
...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 group with those two disks:
pvs
vgcreate mirrorvg...