[Bug 630434] New: Server refuses to boot, while used iSCSI based non "/" file system is not available.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c0 Summary: Server refuses to boot, while used iSCSI based non "/" file system is not available. Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: SLES 11 Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: DOlsson@WEB.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100626 SUSE/3.6.6-1.1 Firefox/3.6.6 On our SLES 11 GM based "mirror" server (running as a virtual XEN guest), we are using iSCSI to attach to our NAS holding the "/data" file system, whereas all other file systems (/, /boot, /var, /home) are placed on local disk. When rebooting the server, it refuses to boot correctly, while it is not able to "fsck" the "/data" file system -- The system stops in "(repair filesystem) #" mode (after having entered the "root" password). Using the "nofail" option for the "/data" file system helps to get the system to reboot correctly, but in this case the "/data" file system is neither being checked nor mounted during the system startup, which therefore -- once again -- makes the system unusable! Using the "nofail" option is part of the "solution" listed in the SLES 11 SP1 documentation, but since the system is unusable, this is *not* the solution to the problem. The problem is that the "mkinitrd" is and the boot scripts are not capable of handling iSCSI attached file systems correctly. The correct way of handling iSCSI attached devices are: - All iSCSI devices having the "onboot" set as node startup setting must be attached during the "initrd" boot sequence (i.e. by "boot.open-iscsi") -- and this *independent* of whether the "/" (root) file system is attached via iSCSI or not, - All iSCSI devices having the "automatic" set as node startup setting need to be attached during the normal booting sequence (i.e. by "open-iscsi"), - All iSCSI devices having the "manual" set as node startup setting should be left alone. Using such a attaching schema will ensure that a server is capable of being booted with all its iSCSI file systems being attached, checked and mounted. Reproducible: Always Steps to Reproduce: 1a. Setup an iSCSI device and mount it e.g. as "/home" (no changes to "/etc/fstab"). 2a. Reboot the system 3a. System fails to boot, while "/home" is not available. 1b. Setup an iSCSI device and mount it e.g. as "/home", and add the "nofail" option in "/etc/fstab" to the "/home" mount point. 2b. Reboot system. 3b. System boots, but "/home" is neither checked nor mounted! Actual Results: When using iSCSI devices for non root file systems - the system is not able to boot, when the file system on the iSCSI device is listed in "/etc/fstab" as a file system that should be mounted or - the system boots boots, when the file system on the iSCSI device has been marked with "nofail" in "/etc/fstab", but the file is neither being checked nor it is being mounted. Expected Results: System boots with all file systems listed in "/etc/fstab" being checked and mounted independently of whether they are on local or iSCSI attached disks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |mmarek@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c1 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mmarek@novell.com |hare@novell.com --- Comment #1 from Michal Marek <mmarek@novell.com> 2010-08-12 09:46:46 UTC --- Dennis, you should SLES issues via the SLES support channels, not in the openSUSE bugzilla. Reassigning to Hannes nevertheless. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c2 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |DOlsson@WEB.de --- Comment #2 from Hannes Reinecke <hare@novell.com> 2010-08-12 11:26:21 UTC --- Got me confused. Where exactly is the problem? Yes, you need have to mark the iscsi device as 'automatic' or 'onboot' just as you described. Which incidentally is also what our documentation states about the use of iSCSI devices. So that's not a bug. We only have a bug if a device will _not_ be mounted despite being marked as 'automatic' or 'onboot'. Is that the case here? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c3 --- Comment #3 from Dennis Olsson <DOlsson@WEB.de> 2010-08-12 21:05:07 CEST --- Yes, this is exactly the case here. Sorry that my bug reporting was not as clear as I thought. The problem is: (1) Doing as described in the SLES 11 SP1 documentation, i.e. - Setting the "node.startup" to "automatic", - Adding "nofail" option to the file system options in "/etc/fstab" for the file system found on the iSCSI disk(s), I end up with a system that boots, but is unusable, while the "/data" iSCSI file system has not been mounted. The iSCSI disk has been attached to the system (by "open-iscsi"), but the "/data" file system has not been *checked* nor *mounted*. I.e. using the "nofail" option on the "/data" file system in "/etc/fstab" only prevents the system from not booting at all, but it does not ensure that the system ends up in a usable state (in my case neither "nfsserver" nor "autofs" works correctly -- not even if "/data" is being manually mount after having booted up, except if "nfsserver" and "autofs" is stopped, "/data" mounted, restarting "autofs" and "nfsserver"). This is *not* the way the usage of iSCSI disks should be used! .-) (2) Doing as one would except the world to work (and as described above in comment #0 under "The correct way of handling iSCSI attached devices are"), i.e. - Setting the "node.startup" to "onboot", - Adding the "/data" file system as normal, just like when using a local disk to the "/etc/fstab", results in a non bootable system, while during the file system checking "fsck" cannot find the "/data" file system disk at all, and thus ending up in the "(repair filesystem)" shell prompt. As I wrote in comment #0, iSCSI based systems that need file systems to be mounted during the boot up sequence have to attached to the booting system during the execution of "boot.open-iscsi" using "node.startup" set to "onboot", allowing for these file systems to be checked and mounted by "boot.localfs". Just think what would happen to a system, if you have a "/" on a local disk and "/usr" on an iSCSI disk => Non bootable system. Using "automatic" only ensures that an iSCSI target gets attached to the system, but cannot be incorporated/used for normal mount points, simply because the attachment of the iSCSI targets happens far too late the in the booting sequence. The "automatic" setting is useful for iSCSI disks that are used by e.g. databases that are being started rather late in the boot sequence, but is absolutely *not* usable for iSCSI disks holding normal mounted file systems. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c Dennis Olsson <DOlsson@WEB.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|DOlsson@WEB.de | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c4 --- Comment #4 from Dennis Olsson <DOlsson@WEB.de> 2010-08-13 11:08:59 CEST --- Reply to comment #1:
Dennis, you should SLES issues via the SLES support channels, not in the openSUSE bugzilla. Reassigning to Hannes nevertheless.
Michal, thanks, yes, I am aware of this. Have just first reported it here, while (1) the issue also affects openSUSE 11.3+, and (2) while I am must more familiar with the usage of Bugzilla (is far more easier to use;-) than with Novell's proprietary Support Requests. ;-) Issue was reported today as: Service Request: 10642695911 Description: Server refuses to boot, while used iSCSI based non "/" file system is not available. -- Configure bugmail: http://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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c5 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Hannes Reinecke <hare@novell.com> 2010-08-31 14:14:31 UTC --- Ah. Now this makes sense. Not mounting an existing iSCSI device is indeed an error. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c6 --- Comment #6 from Hannes Reinecke <hare@novell.com> 2010-08-31 14:18:18 UTC --- I've been doing some tests here, and the 'udevmountd' service did indeed mount the device. Sadly, the 'block' device only, so multipath would refuse to run there. To fix this we need to update multipath-tools and sysconfig. multipathd from multipath-tools needs to be patched to emit a 'change' event for block devices whenever it's finished processing. This event can then be parsed by udevmountd, which then will know if it should try to check/mount the block device or if it's claimed by multipath. If the latter we can skip the fsck/mount step as we'll be getting a new multipath device eventually. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c7 --- Comment #7 from Hannes Reinecke <hare@novell.com> 2010-08-31 14:32:45 UTC --- Created an attachment (id=386537) --> (http://bugzilla.novell.com/attachment.cgi?id=386537) multipath-emit-change-events Emit 'change' event when the daemon finished processing the 'add' event. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c8 --- Comment #8 from Hannes Reinecke <hare@novell.com> 2010-08-31 14:34:17 UTC --- Created an attachment (id=386539) --> (http://bugzilla.novell.com/attachment.cgi?id=386539) udevmountd-multipath-handling Patch to 'sysconfig' to allow mounting of multipath devices. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c9 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |DOlsson@WEB.de --- Comment #9 from Hannes Reinecke <hare@novell.com> 2010-08-31 14:36:13 UTC --- With these two patches mounting of iscsi devices works as advertised, both multipathed and non-multipathed. The patch to multipath-tools should be applied on top of my git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/hare/multipath-tools.git branch sles11-sp1 The patch to sysconfig should just be applied to the existing source rpm. Please test (with SLES11 SP1) and report the results. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c10 Dennis Olsson <DOlsson@WEB.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|DOlsson@WEB.de | --- Comment #10 from Dennis Olsson <DOlsson@WEB.de> 2010-09-15 16:44:17 CEST --- Although I currently cannot test on SLES 11 SP1 (my XEN guest first needs to be upgraded, which I currently cannot do), I have tried to test on the running SLES 11 GM with all updates using the PTFs Stefan Bogner supplied me with: kpartx-0.4.8-40.19.1.1889.0.PTF.638468.x86_64.rpm multipath-tools-0.4.8-40.19.1.1889.0.PTF.638468.x86_64.rpm sysconfig-0.71.14-12.9.1.1889.0.PTF.638468.x86_64.rpm mkinitrd-2.4-49.10.1 Having installed these, rerun "mkinitrd" and rebooted, the system still refuses to boot, while the iSCSI devices are not attached to the system. Which does not surprises me, while the problem is that the "mkinitrd" still cannot figure out that it has to activate iSCSI during the booting up of "initrd". Also tried to update to (from SLES 11 SP1): module-init-tools-3.11.1-1.3.5.x86_64.rpm mkinitrd-2.4.1-0.11.1.x86_64.rpm but this did not change anything (yes, I did rerun "mkinitrd")! As a note, after having finished the "initrd" booting, it finishes with: .. System Boot Control: The system has been set up Skipped features: boot.open-iscsi boot.cycle which very clearly informs you that iSCSI has *not* been started nor that any iSCSI devices have been attached. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c11 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |DOlsson@WEB.de --- Comment #11 from Hannes Reinecke <hare@novell.com> 2010-09-15 14:58:18 UTC --- Hmm? What exactly has initrd to do with this? I was under the impression that you're trying to mount an iSCSI device via /etc/fstab, ie _after_ initrd has run and the 'normal' SYSV init runs. Is that correct? -- 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=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.
https://bugzilla.novell.com/show_bug.cgi?id=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c13 Dennis Olsson <DOlsson@WEB.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|DOlsson@WEB.de | --- Comment #13 from Dennis Olsson <DOlsson@WEB.de> 2010-09-15 17:30:16 CEST ---
Hmm? What exactly has initrd to do with this? I was under the impression that you're trying to mount an iSCSI device via /etc/fstab, ie _after_ initrd has run and the 'normal' SYSV init runs. Is that correct?
Well, yes, that is what I am trying to. The problem is just that "open-iscsi" is started *after* "boot.localfs", which means that "fsck" bails out, while the file systems from the iSCSI devices (in my case "/data" and "/home") are not available. On the other hand, if "open-iscsi" had already been started in "initrd" (as is the case, if "/" is on an iSCSI device), the iSCSI devices that holds the file systems would be available at the time, when "boot.localfs" is being executed, and everything would run as it should. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c14 --- Comment #14 from Hannes Reinecke <hare@novell.com> 2010-09-20 17:04:25 UTC ---
The problem is just that "open-iscsi" is started *after* "boot.localfs", which means that "fsck" bails out, while the file systems from the iSCSI devices (in my case "/data" and "/home") are not available.
For which we have the option 'nofail' to avoid a failure here. The devices will then be mounted via udev. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c15 --- Comment #15 from Dennis Olsson <DOlsson@WEB.de> 2010-09-20 21:22:50 CEST ---
For which we have the option 'nofail' to avoid a failure here. The devices will then be mounted via udev.
Sigh -- and *that* is the problem! (1) The devices do *not* get mounted via udev. (2) The file systems (sometimes) cannot be mounted, while a "fsck" needs to be run on them before mounting them. (3) In cases of having ones system file systems, like "/usr", "/srv", "/opt", "/var", etc., it is simply *not* possible to make use of the "nofail" option and then wait until udev mounts the file system, while the system simply *cannot* boot without having access to these file systems on their iSCSI devices!! Therefore, and to repeat myself from my initial comment #0, when creating this bug entry: The correct way of handling iSCSI attached devices are: <quotation> - All iSCSI devices having the "onboot" set as node startup setting must be attached during the "initrd" boot sequence (i.e. by "boot.open-iscsi") -- and this *independent* of whether the "/" (root) file system is attached via iSCSI or not, - All iSCSI devices having the "automatic" set as node startup setting need to be attached during the normal booting sequence (i.e. by "open-iscsi"), - All iSCSI devices having the "manual" set as node startup setting should be left alone. Using such a attaching schema will ensure that a server is capable of being booted with all its iSCSI file systems being attached, checked and mounted. </quotation> The usage of iSCSI devices are *independed* of for what they are used (file systems, system file systems, raw device or whatever), just like any other attachable disk device (IDE, SATA, SAS, SCSI, USB, etc.). Therefore, using an attachment logic for iSCSI devices as described above, ensures that the needed iSCSI devices are made available *before* they are being address by the system. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c17 --- Comment #17 from Hannes Reinecke <hare@novell.com> 2010-09-27 08:29:46 UTC --- Hmm. Yes, you are correct, the 'nofail' option will not work for systems with any system directories (like /var or /usr) on iSCSI when root is _not_ on iSCSI. And I'm equally sure there is no way we can fix this without major restructuring. Reason being that network is started in runlevel 3 (and higher) only, and iscsi requires the network to run. So moving iscsi to the 'boot' runlevel is a no-go. On the other hand 'mkinitrd' considers the root fs _only, and as iSCSI is not required to get the root fs up and running it won't be including it. Of course we might be able to update mkinitrd to include iSCSI setup in these cases, but then the iSCSI setup might be more complicated than just a single connection to a single target, in which case we're bound to fail. So to make this work we need first to update mkinitrd to handle more than one network connected and then update mkinitrd to include iSCSI when /var or /usr is on iSCSI. But this is _not_ something we can do for an already released product. Sorry. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c18 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO CC| |ihno@novell.com InfoProvider| |ihno@novell.com --- Comment #18 from Hannes Reinecke <hare@novell.com> 2010-09-27 08:31:30 UTC --- So we should be updating the documentation that any system directory on a separate partition via iSCSI is _not_ supported with the root-fs is not on iSCSI, too. Ihno, can you trigger the documentation team here? -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Ihno Krumreich <ihno@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium InfoProvider|ihno@novell.com |jw@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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c21 --- Comment #21 from Marius Tomaschewski <mt@novell.com> 2011-01-05 17:27:28 UTC --- Patch from comment #8 is included in the submit request 9953 -> SUSE:SLE-11-SP1:Update:Test Fixes bnc#616765,bnc#637183,bnc#644738,bnc#660774,bnc#630434 Going to add to swampid 37050. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c22 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|jw@novell.com |maintenance@opensuse.org --- Comment #22 from Marius Tomaschewski <mt@novell.com> 2011-01-06 10:33:22 UTC --- Mr Maintenance, the update will go out via multipath swampid 37050 for SLE-11-SP1. I've submitted it to git for 11.4 already and preparing for factory. What about 11.3? -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c23 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|maintenance@opensuse.org | --- Comment #23 from Christian Dengler <cdengler@novell.com> 2011-01-10 14:14:04 UTC --- Feel free to update it also on 11.3. You can use the same SwampID. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c24 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #24 from Marius Tomaschewski <mt@novell.com> 2011-01-11 14:40:12 UTC --- OK. Submitted package to 11.3: 57886 State:new By:mtomaschewski When:2011-01-11T15:31:18 submit: home:mtomaschewski:branches:openSUSE:11.3:Update:Test/sysconfig -> openSUSE:11.3:Update:Test Descr: SWAMPID 37050: fixes for bnc#630434 and bnc#660774 and added patchinfo. The other fixes (comment 21) are already released on 11.3 via SWAMPID 37959. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c25 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:sle11-sp1:38 | |085 --- Comment #25 from Swamp Workflow Management <swamp@suse.com> 2011-01-12 20:53:28 UTC --- Update released for: sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: SLE-DEBUGINFO 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP1 (i386, x86_64) SLE-SERVER 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP1 (i386, x86_64) -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c26 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 | |maint:released:11.3:38138 --- Comment #26 from Swamp Workflow Management <swamp@suse.com> 2011-01-13 12:31:06 UTC --- Update released for: sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: openSUSE 11.3 (debug, i586, x86_64) -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c27 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 | |maint:released:sle11-sp1:37 | |595 --- Comment #27 from Swamp Workflow Management <swamp@suse.com> 2011-01-13 14:59:10 UTC --- Update released for: kpartx, multipath-tools, multipath-tools-debuginfo, multipath-tools-debugsource Products: SLE-DEBUGINFO 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP1 (i386, x86_64) SLE-SERVER 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP1 (i386, x86_64) -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c28 Shawn Starr <shawn.starr@rogers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |shawn.starr@rogers.com Resolution|FIXED | --- Comment #28 from Shawn Starr <shawn.starr@rogers.com> 2011-01-19 07:14:55 UTC --- Can I get some additional clarification: There seems to be TWO problems here: 1) Mounting system filesystems /var /home /usr - breaks with mkinitrd - Fine, you've documented that above but that is for that use case only. 2) mounting non-system or non-root '/' filesystems breaks - This is still not fixed. I have hit this problem with OpenSuSE 11.x and SLES 11 SP1, trying to mount a data partition (let's call it /somedata). Worse, even if I use /dev/disk/by-id or by-uuid in /etc/fstab, fsck fails and brings to emergency root login. telling open-iscsi to use 'automatic' doesn't work either. I use nofail to at least get the machine booted, but this isn't very good. So, is what you are saying is what USED to work in OpenSuSE 10.x/SLES 10.x no longer works in SLES 11 SP1 or in OpenSuSE? It sounds like I'm going to have to write an initscript wrapper, that will parse /etc/fstab, grab the uuid/by-id device name and mount it explicitly after network and open-iscsi has attached disk. This doesn't seem fully resolved, reopening to get attention. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mt@novell.com |hare@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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c29 --- Comment #29 from Dennis Olsson <D.Olsson@Netzwerk-Design.de> 2011-09-14 13:40:24 CEST --- A work-around to fix the issue with not getting "onboot" configured iSCSI sessions attached during system boot up, when root is not on an iSCSI device, is to make use of the overriding feature of "mkinitrd" (only documented in the sources) by creating the file "/etc/sysconfig/initrd" containing the setting of "root_iscsi=1". See attached template of how a "/etc/sysconfig/initrd" could look like. Please, be aware of the bug in "mkinitrd" (bug 717590) that prevents the overriding feature to work correctly, although this bug does not prevent the feature of setting "root_iscsi=1" from working. After having set "root_iscsi=1" in "/etc/sysconfig/initrd", all you need is to rerun "mkinitrd" to get an "initrd" that will attach all "onboot" configured iSCSI sessions during system boot up. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c30 --- Comment #30 from Dennis Olsson <D.Olsson@Netzwerk-Design.de> 2011-09-14 13:44:36 CEST --- Created an attachment (id=450674) --> (http://bugzilla.novell.com/attachment.cgi?id=450674) Template of how "/etc/sysconfig/initrd" could look like. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Dennis Olsson <D.Olsson@Netzwerk-Design.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #450674|application/octet-stream |text/plain mime type| | -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c31 --- Comment #31 from Dennis Olsson <D.Olsson@Netzwerk-Design.de> 2011-09-14 14:49:40 CEST --- Created an attachment (id=450695) --> (http://bugzilla.novell.com/attachment.cgi?id=450695) Patch fixing reported bug, enabling defintions of override variables in "/etc/sysconfig/initrd" as well as adding a "/etc/sysconfig/initrd" template file. Attached patch for "mkinitrd-2.4.1-0.14.1" contains pathcing of "/sbin/mkinitrd" (see also bug 717590) and adding file of "/etc/sysconfig/initrd" (see comment 29). The inclusion of "/etc/sysconfig/initrd" in the packages allows for easier usage of "mkinitrd", when one has special settings, just as it documents a nice feature of "mkinitrd" that has been "hitten" away in the source code. ;-) -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c32 --- Comment #32 from Dennis Olsson <D.Olsson@Netzwerk-Design.de> 2011-09-14 14:56:49 CEST --- Created an attachment (id=450697) --> (http://bugzilla.novell.com/attachment.cgi?id=450697) Patch fixing missing inclusion of iSCSI stack, when having "onboot" configured iSCSI sessions. Attached patch for "open-iscsi-2.0.871-0.29.1" contains patching of "/etc/init.d/open-iscsi" & "/lib/mkinitrd/scripts/setup-iscsi.sh" and the removal of "/etc/init.d/boot.open-iscsi". This patch fixes the original reported problem (see comment 0) -- just as it makes the work-around described in comment 29 above unnecessary -- by changing the logic in "/lib/mkinitrd/scripts/setup-iscsi.sh" to look for all iSCSI devices / sessions that have their start up configured to "onboot" ("node.conn[0].startup = onboot") and when at least one is found ensures that "mkinitrd" includes the iSCSI session attachment of these during system boot up in "initrd". The patch also removes "/etc/init.d/boot.open-iscsi", while as far as I could see during my testing, this script is a NOOP script that is always either skipped (while the iSCSI was already loaded by "initrd") or fails (while it cannot start the "/sbin/iscsid" daemon, because the necessary kernel modules have not been loaded). Granted, I have not tested the case, where iSCSI is being used during the install, where the script might be of usage (see also comment 33 below). -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c33 --- Comment #33 from Dennis Olsson <D.Olsson@Netzwerk-Design.de> 2011-09-14 15:01:56 CEST --- Created an attachment (id=450703) --> (http://bugzilla.novell.com/attachment.cgi?id=450703) Alternative patch to "/etc/init.d/boot.open-iscsi". For the case where script "/etc/init.d/boot.open-iscsi" is needed when iSCSI is being used during system installation, please, make use of this patch of the script instead of removing it. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c34 --- Comment #34 from Dennis Olsson <D.Olsson@Netzwerk-Design.de> 2011-09-28 15:23:05 CEST --- Issue was reopened in Novell Support Center under Service Request: 10724107481 Description: Server refuses to boot, while used iSCSI based non "/" file system is not available. requesting subject to be handled in time for SLES 11 SP2 as well as an update to SLES 11 SP1. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c36 Hannes Reinecke <hare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|hare@suse.com | --- Comment #36 from Hannes Reinecke <hare@suse.com> 2011-10-10 11:43:49 UTC --- boot.open-iscsi is _NOT_ a NOOP. It is absolutely essential if you want to run with root on iSCSI. Problem here is that while the iSCSI connection works perfectly without any daemon, the error recovery logic does _not_. And we have to stop the daemon at the end of the initrd run as we're switching over to a new root fs, and can't have any daemons running which would still be referencing the old root fs. So between the time the iscsi daemon is stopped at the end of initrd run and the daemon being started from the 'normal' init scripts no iSCSI exception handling can take place. Any network interruption here will lead to an immediate system stall, with no chance of recovery other than reboot. Hence we should keep this window as small as possible. Now, as iscsi is normally dependent on the network setup, the daemon would be started rather late. The purpose of the boot.open-iscsi script is to start the daemon _as early as possible_, basically just after udev has started. Experience shows that the highest I/O traffic is during mounting / checking of the local filesystems, as then fs logs will be replayed etc. Which also means that any I/O exception is most likely to occur at this time. When we were to delete the boot.open-iscsi script no daemon would be running at this time and the system would stall. With daemon running the error recovery logic would relogin into the iSCSI target and the system boots as normal. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c37 --- Comment #37 from Dennis Olsson <D.Olsson@Netzwerk-Design.de> 2011-10-10 14:46:17 CEST --- Well, yes, I thought that might be the case. I do not have a setup, where I am using root on an iSCSI device, and thus was unsure whether "boot.open-iscsi" would be kicking in these cases (assumed so, though;-), and have now been confirmed that it is so). The reasons for the suggested alternative changes (opposed to the removal of "boot.open-iscsi") in comment 33 is that in my test cases, the unconditional call of "startproc $DAEMON $ARGS" in "boot.open-iscsi" resulted in this script bailing out, while the iscsi daemon ($DAEMON) is already running at this point in time! Using the suggested patch, though, would ensure that the daemon only gets started in cases, where it is really not running, just as it ensures that "boot.open-iscsi" is capable of continue running its "start" section to the end without bailing out too early. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c40 --- Comment #40 from Lee Duncan <lduncan@novell.com> 2012-02-29 15:31:06 PST --- I am trying to understand the current state of this bug, and what patches are still needed to fix the problem. It sounds like you want /etc/init.d/boot.open-iscsi to be modified to only try to start the iscsi daemon if it is not already running, as per attachment (id=450703). Do you also want changes to /etc/init.d/open-iscsi from the previous attachment (id=450697)? Lastly, are the patches that Hannes suggested already handled? It looks like one of them is, from comment #8, but not sure about the one from comment #7. And what about /etc/sysconfig/initrd? I am really not sure about adding such a template to fix this problem, when only the "root_iscsi=1" option is needed here. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Lee Duncan <lduncan@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |DOlsson@WEB.de -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c41 Dennis Olsson <DOlsson@WEB.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|DOlsson@WEB.de | --- Comment #41 from Dennis Olsson <DOlsson@WEB.de> 2012-03-11 22:48:47 CET ---
It sounds like you want /etc/init.d/boot.open-iscsi to be modified to only try to start the iscsi daemon if it is not already running, as per attachment (id=450703).
Correct (see also comment 39 for reason why).
Do you also want changes to /etc/init.d/open-iscsi from the previous attachment (id=450697) [details]?
Yes, also correct. The removal of "/etc/init.d/boot.open-iscsi" in this attachment must be ignored (as per Hannes comment 36), while this script is *needed*, although it then needs the fix above to work correctly in cases, where iSCSI is used on systems, where the root file system is not located on an iSCSI device.
Lastly, are the patches that Hannes suggested already handled? It looks like one of them is, from comment #8, but not sure about the one from comment #7.
You will have to ask Hannes about this. As far as I am concerned, these patches are unrelated to my original report (as far as I can overview).
And what about /etc/sysconfig/initrd? I am really not sure about adding such a template to fix this problem, when only the "root_iscsi=1" option is needed here.
The "initrd" template suggested in attachment (id=450695) covers other cases then just using an iSCSI device without having the root file system on an iSCSI device. This template is the sum of my experience with "mkinitrd" over time, where I have been forced to overwrite various oddities found with "mkinitrd", the iSCSI case as reported here just being the lastest. Just to fix the reported iSCSI problem, the template is probably "an overkill", but then again the template covers more than just the iSCSI issue fix, so why not include all of it? ;-) PS: Notice the fix to "mkinitrd" itself, too, in the attachment (id=450695) -- There is a rather annoying bug in "mkinitrd" that needs to be fixed! See also bug 717590, which was created to keep track of this "follow up" bug. This bug also contains a newer and better patch to fix this bug. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c42 --- Comment #42 from Lee Duncan <lduncan@novell.com> 2012-03-27 12:00:11 PDT --- Dennis: it does not look like the openSUSE 11.3 open-iscsi package is supported any longer. Are you looking for an 11.3 fix for this, or are you willing to move to a newer version of openSUSE? It looks like 11.4 is still supported. As for the mkinitrd and template changes, I believe I will fork them of as a separate bug. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c43 --- Comment #43 from Dennis Olsson <DOlsson@WEB.de> 2012-03-27 21:48:57 CEST --- openSUSE 11.3?? Originally, I opened this bug for SLES 11 GM (see message #0), later on SLES 11 SP1 (message #3 & 10). And, I believe, the bug still exists in SLES 11 SP2. Only in message #4, I also confirmed that the issue exists under openSUSE 11.3. With regards to openSUSE, I can live with no fixes for 11.3, while I would be using 11.4 or more likely 12.1, were I to setup an openSUSE server. Regarding "mkinitrd", I have already opened bug 717590 to handle the bug. Regarding the "/etc/sysconfig/initrd" template, well, this one would indeed need a new bug. .-) -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c44 --- Comment #44 from Lee Duncan <lduncan@novell.com> 2012-04-03 15:06:52 PDT --- Dennis: I have looked at bug 717590, and I believe that we should also break out another part of this bug as a separate issue: I believe that mkinitrd template should be a separate bug. And I believe this current bug should depend on that new bug and on 717590. I believe I have the open-iscsi part of this bug fixed. Would you like a patch for the open-iscsi source package for SLES 12 SP2 GM? -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c45 --- Comment #45 from Dennis Olsson <DOlsson@WEB.de> 2012-04-04 17:30:14 CEST --- Well, I do not any longer have access to an iSCSI environment, but I would like to give the sources a review (I just cannot test in a live environment presently). For SLES 12 SP2 GM??? I do believe, you mean SLES 11 SP2 GM, right? -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c46 Dennis Olsson <DOlsson@WEB.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |717590 --- Comment #46 from Dennis Olsson <DOlsson@WEB.de> 2012-04-04 21:07:35 CEST --- Lee, As requested, I have created bug 755748 to handle the "initrd" template, and made this bug depend on this bug and on 717590. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Dennis Olsson <DOlsson@WEB.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |755748 -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c48 --- Comment #48 from Lee Duncan <lduncan@novell.com> 2012-04-05 10:29:13 PDT --- (In reply to comment #45)
Well, I do not any longer have access to an iSCSI environment, but I would like to give the sources a review (I just cannot test in a live environment presently).
For SLES 12 SP2 GM??? I do believe, you mean SLES 11 SP2 GM, right?
My apologies: I was off-by-one. Yes, I meant SLES 11 SP2 GM. Note: I am trying to reproduce this problem to verify your suggested changes, and I am not having luck. Perhaps you can hep me. Here's what I'm doing: * Created an iSCSI target volume on a remote system * Set up my SLE 12 SP2 GM client with open-iscsi * Made sure client could connect to target * Created a filesystem on the target disc from the client (EXT3) * Set node.startup and node.conn[0].startup to "onboot" * Updated /etc/init.d/boot.open-iscsi and /etc/init.d/open-iscsi as you suggested * added your suggested initrd template and ran mkinitrd When I reboot, the /etc/init.d/boot.open-iscsi service finds no sessions, since it appears to not have logged into the target. And when I get up full running (after /etc/init.d/open-iscsi has ran), the session still is not present, i.e. no login has been attempted to my target! If I change the "startup" variables to "automatic" instead of "onboot", then I get automatic login to the target, so when I get to full multi-user mode, the disk is present (in my case, as /dev/sdc). So why is this not working when I set startup to "onboot", i.e. who/what is supposed to login to the target when its startup value is set to onboot? Is it initrd? Do I need to make changes to initrd itself? -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c49 Dennis Olsson <DOlsson@WEB.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|moussa.sagna@novell.com | --- Comment #49 from Dennis Olsson <DOlsson@WEB.de> 2012-04-06 13:16:17 CEST --- Hmmm, Lee, assuming that you are off-by-one once again regarding SLE (I believe, you are working too hard on openSUSE 12.2 at the moment;-), it looks like you are doing exactly what I have been doing. Except, as far as I can judge from your description, it seems that you might have forgotten to activate the out-commented line "#root_iscsi=1" (found almost at the end of the "initrd" file) *before* you ran "mkinitrd". While, without having the "root_iscsi=1" activated in the "initrd" sysconfig file, you will not get the iSCSI stack (including the "open-iscsi" script) packed into the "initrd" file and without this, the iSCSI does not work, as you have noticed. The difference between "onboot" and "automatic" is: * "onboot" means that the iSCSI device have to be attached as soon as the system is being booted (this might have been done during the BIOS / UEFI setup phase!), or at least as soon as possible after the boot. * "automatic" means that the system should attach the iSCSI automatically, when it runs it iSCSI stack setup -- This typically means when running the iSCSI start up scripts; i.e. unter SLE / openSUSE this typically means when going to run level 3 or 5. --------------------- Please, notice that if you only implemented the fixes for the "/etc/init.d/*open-iscsi" scripts, which is how I read your description, then you need to activate the "root_iscsi=1" variable setting in the "initrd" sysconfig file. If you on the other hand have implemented the fixes for "mkinitrd" and the "/etc/init.d/*open-iscsi" scripts (see comment 32 and comment 33), then you would be able to get a correctly configured "initrd" without having to make use of the "initrd" sysconfig file. In fact, if the fixes for the "mkinitrd" and "/etc/init.d/*open-iscsi" as suggested in comment 32 and comment 33 were to be implemented, the "initrd" sysconfig would not really be needed to get the iSCSI stack working correctly. Please, notice that in comment 32 the script "/etc/init.d/boot.open-iscsi" was deleted. This is NOT a correct handling of this script (refer to comment 36 and comment 37). It is therefore important to use the fixes to "/etc/init.d/boot.open-iscsi" as given in comment 33 instead. Hope this answers you questions. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c50 --- Comment #50 from Lee Duncan <lduncan@novell.com> 2012-04-09 17:00:59 PDT --- I found my problem. I created a /etc/sysconfig/initrd file, and I set root_iscsi=1 and ADDITIONAL_FEATURES="iscsi" at first. But then the network was not getting loaded, so I added "network" to the list of additional features. I also updated the mkinitrd script itself, as per your suggestion. Now, when I reboot, my "/data", which is my iSCSI volume, is mounted at boot time, as desired. I will update this bug soon with my patches for boot.open-iscsi and open-iscsi, so they are captured. After that, work on SLES will resume when L3 status confirmed. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c51 --- Comment #51 from Lee Duncan <lduncan@novell.com> 2012-04-09 18:07:12 PDT --- Created an attachment (id=485398) --> (http://bugzilla.novell.com/attachment.cgi?id=485398) /etc/sysconfig/initrd for my test this had just the minimum for my testing -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c52 --- Comment #52 from Lee Duncan <lduncan@novell.com> 2012-04-09 18:08:38 PDT --- Created an attachment (id=485399) --> (http://bugzilla.novell.com/attachment.cgi?id=485399) My setup-iscsi.sh patch for initrd My version of this patch differs from the bug filers since the script being patched has changed. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c53 --- Comment #53 from Lee Duncan <lduncan@novell.com> 2012-04-09 18:09:18 PDT --- Created an attachment (id=485400) --> (http://bugzilla.novell.com/attachment.cgi?id=485400) Patch for /etc/init.d/open-iscsi and boot.open-iscsi -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c54 --- Comment #54 from Dennis Olsson <DOlsson@WEB.de> 2012-04-15 16:20:58 CEST --- Having reviewed attachment id=485400 in comment 53, may I suggest that you change the line reading (now, where you are changing the line anyway.-): cat /proc/mounts | sed -ne '/^\/dev\/.*/p' | while read d m t o x; do to: sed -ne '/^\/dev\/.*/p' /proc/mounts | while read d m t o x; do instead. The use of "cat" is completely superfluous, using unnecessary resources (for no valid reasons). -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c60 --- Comment #60 from Lee Duncan <lduncan@suse.com> 2013-01-10 14:45:32 PST --- I have submitted the tested changes to openSUSE:12.2:Update, using maintenance id# 147958. Once this is accepted I will submit these changes to SP2/SP3. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c61 --- Comment #61 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-11 00:00:11 CET --- This is an autogenerated message for OBS integration: This bug (630434) was mentioned in https://build.opensuse.org/request/show/147985 Maintenance / -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c64 --- Comment #64 from Lee Duncan <lduncan@suse.com> 2013-01-11 16:40:11 PST --- Submitted to build service for openSUSE:Factory/open-iscsi (linked to network/open-iscsi) as request id 148154. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c65 --- Comment #65 from Lee Duncan <lduncan@suse.com> 2013-01-14 10:28:15 PST --- Here are the steps I used to test on all platforms: - apply patch - ensure open-iscsi is running - connect to remote target you want to mount - set node.conn[0].startup to "onboot" for that target - add an entry to /etc/fstab to mount that target (I used "/data"), and ensure options set to that it mounts at boot time (I used "auto,nofail"). The "no fail" ensures the boot will succeed even if the mount does not - set the defaults for mkinitrd in /etc/sysconfig/initrd, as per attached example - run "mkinitrd -v" (the "-v" is optional, but I like to see what is happening) - reboot You can tell if the patch worked if the iSCSI volume you want is mounted after reboot. In my case, /data was mounted after reboot, so the patch worked. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c66 --- Comment #66 from Lee Duncan <lduncan@suse.com> 2013-01-14 10:29:21 PST --- SP2 fix submitted to SUSE build server as request id 23526. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 |595 maint:planned:update -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c67 --- Comment #67 from Benjamin Brunner <bbrunner@suse.com> 2013-01-17 11:54:53 CET --- Update released for openSUSE 12.2. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c68 Lee Duncan <lduncan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |751056 --- Comment #68 from Lee Duncan <lduncan@suse.com> 2013-01-21 15:31:54 PST --- The SP2 Update may be backed up behind a major open-iscsi version update for SP2. If that major version update occurs this patch will have to be ported, so it may make sense to block this until that other bug gets fixed. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c69 Lee Duncan <lduncan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|751056 | Depends on| |751056 --- Comment #69 from Lee Duncan <lduncan@suse.com> 2013-01-24 11:46:00 PST --- Updated bug dependencies, where were backwards for bnc#751056 -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c71 --- Comment #71 from Lee Duncan <lduncan@suse.com> 2013-03-14 14:08:22 PDT --- found this problem was not yet fixed in openSUSE 12.3 and openSUSE Factory, so changes submitted today for those two packages. Still blocked, but not for much longer, on SP2, by bnc#751056. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c72 --- Comment #72 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-03-16 10:00:08 CET --- This is an autogenerated message for OBS integration: This bug (630434) was mentioned in https://build.opensuse.org/request/show/159644 Factory / open-iscsi -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c74 --- Comment #74 from Swamp Workflow Management <swamp@suse.de> 2013-03-19 13:04:45 UTC --- openSUSE-RU-2013:0483-1: An update that has two recommended fixes can now be installed. Category: recommended (important) Bug References: 630434,766300 CVE References: Sources used: openSUSE 12.3 (src): open-iscsi-2.0.870-47.4.1 -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c75 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:planned:update |595 | |maint:running:52031:low --- Comment #75 from Swamp Workflow Management <swamp@suse.de> 2013-04-05 11:21:07 UTC --- The SWAMPID for this issue is 52031. This issue was rated as low. Please submit fixed packages until 2013-05-03. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/52031 -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 |595 |maint:running:52031:low | -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 |595 maint:running:52031:low -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c76 --- Comment #76 from Lee Duncan <lduncan@suse.com> 2013-05-16 12:04:53 PDT --- Updated the patch for current SP2 open-iscsi. Tested that open-iscsi came up and worked on a normal (non-boot-time) target. Then, tested this patch as per Comment#65, i.e. with patch in place and open-iscsi up and running: - connected to remote target - set node.conn[0].startup to "onboot" for that target - added entry for that target in /etc/fstab with options "auto,nofail", then mounted it - set /etc/sysconfig/initrd to: ADDITIONAL_FEATURES="network iscsi" root_iscsi=1 - run "mkinitrd -v" - reboot And /data is mounted after boot. I will submit the updated SP2 patch today, then SP3 shortly after. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c77 --- Comment #77 from Lee Duncan <lduncan@suse.com> 2013-05-16 17:06:49 PDT --- Submitted to build service for SP2, request id 26345. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c79 --- Comment #79 from Lee Duncan <lduncan@suse.com> 2013-05-20 13:57:47 PDT --- Changes submitted to build service for SP3, request id 26423. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:running:52031:low |595 maint:running:52031:low | |maint:planned:update -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c81 --- Comment #81 from Lee Duncan <lduncan@suse.com> 2013-05-21 08:45:11 PDT --- The fix for this bug is integrated now in SP3, but still under review in SP2. So bug can remain open until an SP2 decision is made. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c82 Lee Duncan <lduncan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO CC| |hare@suse.com InfoProvider| |maint-coord@suse.de --- Comment #82 from Lee Duncan <lduncan@suse.com> 2013-06-03 03:57:07 PDT --- I would like to add this simple patch to SP2 open-iscsi, which fixes handling of boot-time non-root iSCSI volumes. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c88 --- Comment #88 from Lee Duncan <lduncan@suse.com> 2013-06-26 04:06:55 PDT --- I propose to *not* fix this in an SP2 update, since SP2 is more mature now than when this bug was filed, and consequently is not an appropriate place for a fix with as much risk as this fix has. Therefore, once this the submitted SP3 fix is accepted I will mark this bug as resolved. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c89 --- Comment #89 from Lee Duncan <lduncan@suse.com> 2013-06-26 04:28:30 PDT --- Just checked and found that the version of this fix that went into openSUSE:12.3 and openSUSE:Factory has the problem mentioned in bnc#823363, so those two releases need to be updated, as well. The good news: it should be the same fix that went into SP3. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c90 Lee Duncan <lduncan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |821695 --- Comment #90 from Lee Duncan <lduncan@suse.com> 2013-06-27 08:06:38 PDT --- The openSUSE fix for this will be merged into the openSUSE open-iscsi update (bnc#821695), so marking this bug as dependent on that one. When that one gets fixed, this bug will be complete. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c91 Lee Duncan <lduncan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|717590, 755748 | --- Comment #91 from Lee Duncan <lduncan@suse.com> 2013-06-27 08:31:57 PDT --- I am removing dependence on bnc#717590 and bnc#755748. Both bugs are about updating mkinitrd to support a sysconfig defaults file, which is not needed to support a non-root boot-time iSCSI volume. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Bug 630434 depends on bug 821695, which changed state. Bug 821695 Summary: open-iscsi should be updated to latest version http://bugzilla.novell.com/show_bug.cgi?id=821695 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c92 Lee Duncan <lduncan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #92 from Lee Duncan <lduncan@suse.com> 2013-07-22 18:12:04 PDT --- Since bnc#821695 is now fixed, and that fix included the changes to fix this bug, marking this one as complete. -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c93 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:running:52031:low |595 maint:running:52031:low |maint:planned:update | maint:running:56918:low --- Comment #93 from Swamp Workflow Management <swamp@suse.de> 2014-04-07 20:35:22 UTC --- The SWAMPID for this issue is 56918. This issue was rated as low. Please submit fixed packages until 2014-05-05. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/56918 -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c94 SMASH SMASH <smash_bz@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:running:52031:low |595 maint:running:52031:low | maint:running:56918:low | maint:running:56918:low | |maint:planned:update --- Comment #94 from SMASH SMASH <smash_bz@suse.de> 2014-04-15 07:40:59 UTC --- Affected packages: SLE-11-SP2: open-iscsi -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c95 --- Comment #95 from SMASH SMASH <smash_bz@suse.de> 2014-04-22 14:41:04 UTC --- Affected packages: SLE-11-SP2: open-iscsi -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c96 --- Comment #96 from SMASH SMASH <smash_bz@suse.de> 2014-05-15 12:40:26 UTC --- Affected packages: SLE-11-SP2: open-iscsi -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c97 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:running:52031:low |595 maint:running:52031:low | maint:running:56918:low | maint:running:56918:low |maint:planned:update |maint:released:sle11-sp3:57 | |014 --- Comment #97 from Swamp Workflow Management <swamp@suse.de> 2014-05-26 20:46:56 UTC --- Update released for: open-iscsi, open-iscsi-debuginfo, open-iscsi-debugsource Products: SLE-DEBUGINFO 11-SP3 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP3 (i386, x86_64) SLE-SERVER 11-SP3 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP3 (i386, x86_64) -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c98 --- Comment #98 from Swamp Workflow Management <swamp@suse.de> 2014-05-27 00:04:35 UTC --- SUSE-RU-2014:0714-1: An update that has 5 recommended fixes can now be installed. Category: recommended (low) Bug References: 630434,831934,834256,867657,867934 CVE References: Sources used: SUSE Linux Enterprise Server 11 SP3 for VMware (src): open-iscsi-2.0.873-0.23.1 SUSE Linux Enterprise Server 11 SP3 (src): open-iscsi-2.0.873-0.23.1 SUSE Linux Enterprise Desktop 11 SP3 (src): open-iscsi-2.0.873-0.23.1 -- 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=630434 https://bugzilla.novell.com/show_bug.cgi?id=630434#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:running:52031:low |595 maint:running:52031:low | maint:running:56918:low | |maint:released:sle11-sp3:57 |maint:released:sle11-sp3:57 |014 |014 -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=630434 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:running:52031:low |595 maint:running:52031:low | | |maint:released:sle11-sp3:57 |maint:released:sle11-sp3:57 |014 |014 maint:planned:update -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 http://bugzilla.novell.com/show_bug.cgi?id=630434#c99 --- Comment #99 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (630434) was mentioned in https://build.opensuse.org/request/show/57457 Factory / sysconfig https://build.opensuse.org/request/show/57886 11.3:Test / sysconfig -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=630434 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:released:sle11-sp1:38 |maint:released:sle11-sp1:38 |085 |085 |maint:released:11.3:38138 |maint:released:11.3:38138 |maint:released:sle11-sp1:37 |maint:released:sle11-sp1:37 |595 maint:running:52031:low |595 maint:running:52031:low | |maint:released:sle11-sp3:57 |maint:released:sle11-sp3:57 |014 |014 maint:planned:update | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com