Bug#756843: open-iscsi: 7e1ae42 patch only mounting first target disk, then always failing in the end even on success

2014-08-03 Thread Torben Frey
For me it seems the older slightly extended short version is doing all tasks including adding the swap devices. Just the explicit fsck would be missing, but is it necessary anyways? I would also give the short version including swapon a thumbs up! On Aug 3, 2014, at 2:38 PM, Ritesh Raj Sarraf

Bug#756843: open-iscsi: 7e1ae42 patch only mounting first target disk, then always failing in the end even on success

2014-08-02 Thread Torben Frey
Package: open-iscsi Version: 2.0.873+git0.3b4b4500-2 Severity: important Dear Ritesh and Turbo, this new patch is causing trouble for two reasons. Here are the relevant lines from patch 7e1ae42: + while read fs; do + set -- $(eval echo $fs | sed 's@:@ @') +

Bug#756843: open-iscsi: 7e1ae42 patch only mounting first target disk, then always failing in the end even on success

2014-08-02 Thread Torben Frey
have an opinion here? I am inclined to reverting that patch completely. Let me know. On 08/02/2014 06:23 PM, Torben Frey wrote: Package: open-iscsi Version: 2.0.873+git0.3b4b4500-2 Severity: important Dear Ritesh and Turbo, this new patch is causing trouble for two reasons. Here

Bug#756843: open-iscsi: 7e1ae42 patch only mounting first target disk, then always failing in the end even on success

2014-08-02 Thread Torben Frey
Hey Turbo, And I guess functionality is good after removing the “break” command. I just tested this with multiple _netdev entries, and they all work! So I couldn't reproduce this problem. I have tried once more and with the break command it is always stopping after the first mount, be it

Bug#756843: open-iscsi: 7e1ae42 patch only mounting first target disk, then always failing in the end even on success

2014-08-02 Thread Torben Frey
Hey again, Turbo! How about this change? Torben, could you test? I choose to use your 'temporary file' solution. Seemed simplest. I have patched the original init script with your new patch - and it is working flawlessly for me. When all my 4 fstab entries are correct and mountable, I am

Bug#756843: open-iscsi: 7e1ae42 patch only mounting first target disk, then always failing in the end even on success

2014-08-02 Thread Torben Frey
Hey Turbo, I have tried once more and with the break command it is always stopping after the first mount, be it successful or not. Removing the break is mounting all 4 devices in my stab. Weird! May I ask what your fstab entries look like (exactly)? Thanks a lot, I will send the other