We seem to have found an issue with suse 10.3-11.0 which does errors on mounting iscsi volumes with the hotplug flag is fstab. This, of course, does not stips us from starting certain services which use these volumes on boot. 10.1 does not have this issue.
So anyone know how this was broken or have a workaround?
Mount errors:
kernel: EXT3-fs: Unrecognized mount option “hotplug” or missing value
Anyone? I really need to resolve this so that we can upgrade a large number of computers. This is the only problem we cannot solve so any help would be very much appreciated.
anyone got any clues? How about any suggestion at all which may be to contact the devs or just use fedora or centos. anything is better than nothing. I guess this is what you get for not paying for Esuse.
Sorry, I can’t help you.
I’ve exactly the same issue. But using “hotplug” works in 10.3 as does in 11.0.
( so my machines don’t wait for manual repair ).
Furthermore I use LVM on external ISCSI-Devices. LVM is initializing early before boot procedure manages iscsi. So I have to do two jobs : mounting the iscsi-device and activating the LVM-volumeGroup - both manually.
Has anybody an idea, how to direct boot procedure doing things in the right way ?
The hotplug option is used to mount boot-time network file systems on suse. For some reasons, suse decided to go against the kernel and mount command supported NET_DEV way and use hotplug. Using hotplug, the driver used to deal with USB devices I think, on suse prior to 10.3 is the only way to mount iscsi volumes on boot via fstab and after 10.3, it appears, there is no way to do this other than using klug and custom scripts.
It has been my past experience to just forget about mounting your iSCSI-based LUNS in /etc/fstab. Just place your mount commands in /etc/init.d/boot.local. FC based LUNs are much more forgiving. Network based connections need more time.