Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Here in my computer the /etc/init.d/drbd just loads the modules, i had to issue drbdadm up all to get the devices correctly configured. you have two choices if you drbd is correctly configured. 1 - run /etc/init.d/drbd start run drbdadm up all 2 - Try to load the module and attach/connect the drbd devices manually. to do this you need to first run modprobe drbd on the two machines, and latter drbdadm up all. Jeff Fisher wrote: > Hi all, > > I'm setting up a test where I'm using drbd 0.8pre3 and Xen. When I do a > 'service drbd start' on a CentOS 4.3 machine, it hangs for a short bit > while it attempts to start the DRBD resources however afterwards, > /proc/drbd says: > > 0: cs:Unconfigured > > In dmesg I see this: > > drbd0: drbd_set_role: (mdev->this_bdev->bd_contains == 0) in > /usr/src/drbd-8.0pre3/dist/BUILD/drbd-8.0pre3/drbd/drbd_fs.c:863 > drbd: module cleanup done. > drbd: initialised. Version: 8.0pre3 (api:82/proto:80) > drbd: SVN Revision: 2169 build by root at xen1.loosefoot.com, 2006-06-15 > 06:52:19 > drbd: registered as block device major 147 > > Any ideas? > > The kernel I'm using is: > > Linux xentest1.loosefoot.com 2.6.16-xen3_86.1_rhel4.1 #1 SMP Thu Apr 13 > 06:52:14 PDT 2006 i686 i686 i386 GNU/Linux > > Thanks, > Jeff > > ------------------------------------------------------------------------ > > _______________________________________________ > drbd-user mailing list > drbd-user at lists.linbit.com > http://lists.linbit.com/mailman/listinfo/drbd-user >