On 7/24/07, sebastien lorandel <[EMAIL PROTECTED]> wrote:
Hi, I am trying to configure a DRBD service on my cluster, DRBD seems to be running according to my monitor but when trying to mount my /dev/drbd0, I get the following error: ---------------------------------------------- ha2:/home/slorandel # mount -r /dev/drbd0 _DRBD/ mount: /dev/drbd0 already mounted or _DRBD/ busy ha2:/home/slorandel # mount /dev/sda2 on / type reiserfs (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) securityfs on /sys/kernel/security type securityfs (rw) ---------------------------------------------- but as you can see, the file is not mounted... I don't feel so confortable with mounting, I don't know how it could be busy. I hope I explained it well, thanks Sébastien Lorandel
Sebastian, It looks to me you're trying to mount /dev/drbd0 on the secondary, and the primary is still up and running, or the secondary hasn't been switched to primary status. When the primary is running, or the secondary node hasn't been promoted to primary, /dev/drbd0 is busy so both nodes can't write at the same time to the resource. Hope this helps. -- -- Mark Schoonover, CMDBA [EMAIL PROTECTED] http://marksitblog.blogspot.com Cell: 619-368-0099 Database Administration * System Engineering * Software Development * _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
