Displaying 2 results from an estimated 2 matches for "gnbd1".
Did you mean:
gnbd
2008 Mar 04
0
Device-mapper-multipath not working correctly with GNBD devices
...of failure on the machine exporting the storage.
For concept testing I am using one machine on which I have configured 2 GNBD
exports, which are exporting exactly the same disk. These are configured
with:
# /sbin/gnbd_export -d /dev/sdb1 -e gnbd0 -u gnbd
# /sbin/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...
2005 Nov 22
7
Tutorial : Debian, Xen and CLUSTER / GFS Support
Hello there!
I made Debian, Xen 2.0 and CLUSTER/GFS work together :). I wrote
this little tutorial to help you setup yours. Any feedback is welcome,
except comments about W3C validation of my code :p
Note that I am talking about compiling CLUSTER with your XEN kernel,
I don''t explain how to setup a working cluster. You can find how to setup
those in official RedHat docs.
You will see,