The same things can be done about drbd8-utils ( /etc/rc2.d/S70drbd ) before ocfs2 stuffs
However the update-rc.d script about ocfs2 and o2cb raise some warning about non LSB conformant issues. Ex: ~# update-rc.d ocfs2 defaults 90 05 update-rc.d: warning: ocfs2 start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (2 3 5) update-rc.d: warning: ocfs2 stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none) -- ocfs2 startup link prior to open-iscsi https://bugs.launchpad.net/bugs/246613 You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to ocfs2-tools in ubuntu. Status in “ocfs2-tools” package in Ubuntu: New Bug description: Binary package hint: ocfs2-tools The ocfs2-tools package creates a startup link at /etc/rcS.d/S65ocfs2. However, the ocfs2 filesystem is (as I understand it) intended for use as a network shared file system. A common way to accomplish this is through the use of iSCSI. The startup link for open-iscsi is created at /etc/rc2.d/S20open-iscsi which means that when ocfs2 starts the iSCSI layer is not yet in place and thus the volume(s) are not mounted. Moving the ocfs2 startup link to /etc/rc2.d corrects the issue. I'm not sure if the link for ocfs2 or open-iscsi should be the one to move. _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-ha Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-ha More help : https://help.launchpad.net/ListHelp

