Package: ocfs2-tools

I have a tiny 3 nodes cluster and a iSCSI server.

1. iSCSI server with iscsitarget
    it's hostname is iscsi with 3 network interface, one is for iSCSI
    the second are not used and the third one is used by public access
through ssh.

    For software it has Debian sid installed and server as a iSCSI
server by iscsitarget package.

2. ocfs2 nodes (ocfs1, ocfs2, ocfs3)
    All of them also have 3 NIC, one is for iSCSI (through
open-iscsi), one is for ocfs2 and
    one is for public ssh access.
    The iscsi disk on these nodes are showed as /dev/sdb

     The ocfs2 configure file is like
node:
        ip_port = 7777
        ip_address = 192.168.2.101
        number = 0
        name = ocfs1
        cluster = ocfs2
node:
        ip_port = 7777
        ip_address = 192.168.2.102
        number = 1
        name = ocfs2
        cluster = ocfs2
node:
        ip_port = 7777
        ip_address = 192.168.2.103
        number = 2
        name = ocfs3
        cluster = ocfs2
cluster:
        node_count = 3
        name = ocfs2

The problem is that:
When I edit /etc/fstab like so
  UUID="02a9719b-5221-4850-b9ca-864a3a10d595" /var/mnt ocfs2 defaults
to mount it to anything like /var/blabla, this node cannot successfully start.
It will stop on the step of mount disks.

 While, if the mount point is not /var/*, it will successfully start
with some waiting.

I tried Debian sid and Ubuntu Precise, both of them have this problem.

-- 
YunQiang Su

Attachment: boot-successful.log
Description: Binary data

Attachment: boot-failure.log
Description: Binary data

Reply via email to