https://bugzilla.novell.com/show_bug.cgi?id=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c12 --- Comment #12 from Dennis Olsson <DOlsson@WEB.de> 2010-09-15 17:20:19 CEST --- An additional note to comment #10: When doing the testing, I noticed that during a shutdown "open-iscsi" is called *before* any of the file systems used over iSCSI have been unmounted, resulting in having these file systems end up in an undefined state by the next start up. Not especially smart. By changing "/etc/init.d/open-iscsi" to have: # Required-Stop: $remote_fs $network the system is able to shutdown correctly. The problem is that the mounted file systems over iSCSI are being used by "autofs" resp. "nfsserver". By adding "$remote_fs", it is ensured that "open-iscsi" is executed after these services have been stopped, enabling "open-iscsi" to unmount its partitions before logging out from the iSCSI server. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.