[Bug 698535] New: delay in boot.localfs with loop mounts on extra partition
https://bugzilla.novell.com/show_bug.cgi?id=698535 https://bugzilla.novell.com/show_bug.cgi?id=698535#c0 Summary: delay in boot.localfs with loop mounts on extra partition Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ohering@novell.com QAContact: qa@suse.de Found By: Outsourced Testing Blocker: --- if fstab has a loop mount for an iso on an extra partition, then booting is delayed for a long time in boot.localfs because the loopfile is not yet available. Adding noiso9660 to the -t list in /etc/init.d/boot.localfs:list_missed() fixes it for me. /dev/sda5 /dist ext3 noatime,data=journal 1 2 /dist/iso/11.4/openSUSE-11.4-DVD-x86_64.iso /dist/11.4 iso9660 ro,loop 0 0 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=698535 https://bugzilla.novell.com/show_bug.cgi?id=698535#c1 --- Comment #1 from Olaf Hering <ohering@novell.com> 2011-06-07 15:46:05 CEST --- Created an attachment (id=433267) --> (http://bugzilla.novell.com/attachment.cgi?id=433267) aaa_base.11.4.boot.localfs.no-iso9660.patch A change that works for me. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=698535 https://bugzilla.novell.com/show_bug.cgi?id=698535#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |ro@novell.com |ovo.novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=698535 https://bugzilla.novell.com/show_bug.cgi?id=698535#c2 Ruediger Oertel <ro@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |werner@novell.com InfoProvider| |ohering@novell.com --- Comment #2 from Ruediger Oertel <ro@suse.com> 2011-07-13 14:32:15 UTC --- if this is an issue with loop, why do you change the code based on the content inside the loop file (which just happens to be iso in your case) ... ? wouldn't it be more correct to specify nofail for your fstab entry ? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=698535 https://bugzilla.novell.com/show_bug.cgi?id=698535#c3 --- Comment #3 from Olaf Hering <ohering@novell.com> 2011-07-13 16:38:38 CEST --- I'm not saying the change is correct for all cases, it just works for me. If nofail is the way to go I will add this to my fstab, once I checked that it fixes my usecase. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=698535 https://bugzilla.novell.com/show_bug.cgi?id=698535#c4 Olaf Hering <ohering@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|ohering@novell.com | Resolution| |WORKSFORME --- Comment #4 from Olaf Hering <ohering@novell.com> 2011-07-19 17:28:08 CEST --- Yes, adding 'nofail' as additional mount option fixes it for me. Thanks. -- 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.
participants (1)
-
bugzilla_noreply@novell.com