[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2017-01-03 Thread Chris Johnson
The issue is that the mountall command processes all entries in
/etc/fstab, including -netdev.  If the only requirement is for the
network to be up, such as NFS or CIFS then it works correctly.  But for
iscsi the device is "remote" but requires that open-iscsi init.d script
be run first.  Thus the mountall fails because the hard device doesn't
exist yet.

The work around that I'm currently using is to set all the iscsi devices
in /etc/fstab to "noauto".  Then the open-iscsi start script is modified
so the "mount -a -O _netdev" command is replaced with "mount
/mount_point"  We can't use the -a option because the noauto causes -a
to fail.  We can't use _netdev because the mountall fails.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/547091

Title:
  10.04 beta 1 mountall fails to mount iSCSI volume at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/547091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2015-05-22 Thread PascalC
** Attachment added: "dmesg of startup showing iscsi problem"
   
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/547091/+attachment/4402211/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/547091

Title:
  10.04 beta 1 mountall fails to mount iSCSI volume at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/547091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2015-05-22 Thread PascalC
maybe not an iscsi problem but a systemd problem now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/547091

Title:
  10.04 beta 1 mountall fails to mount iSCSI volume at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/547091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2015-05-22 Thread PascalC
This bug is affecting me on 15.04 - 
iscsi does not start at boot
boot time is very long due to timeouts
there are error messages in dmesg that explain why (see attachement).
After boot I can start open-iscsi mannually and mount iscsi devices.

[4.581291] systemd-sysv-generator[238]: Overwriting existing symlink 
/run/systemd/generator.late/umountiscsi.service with real service
[4.652179] systemd[1]: Found dependency on open-iscsi.service/start
[4.652196] systemd[1]: Breaking ordering cycle by deleting job 
open-iscsi.service/start
[4.652200] systemd[1]: Job open-iscsi.service/start deleted to break 
ordering cycle starting with sysinit.target/start

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/547091

Title:
  10.04 beta 1 mountall fails to mount iSCSI volume at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/547091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2014-08-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: open-iscsi (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/547091

Title:
  10.04 beta 1 mountall fails to mount iSCSI volume at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/547091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2014-08-14 Thread Serge van Ginderachter
I have a similar problem on Ubuntu precise after I upgraded to
2.0.873-3ubuntu5~ubuntu12.04.1 from backports. Before it worked well
with 2.0.871-0ubuntu9.12.04.2 and 2.0.871-0ubuntu9

The error message at boot time is not exact the same, given a newer
distro, but the problem is the same: the iscsi device is not connected
yet, One is then given the choice to (s)kip mounting or (M)anual
recovery.

Pressing S resumes booting. The first message that briefly appears afther that 
is the startup of the open-iscsi daemon
When logging in and issuing mount -a the device gets mounted without further 
problem.

For sake of completeness, our fstab does have the _netdev option.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/547091

Title:
  10.04 beta 1 mountall fails to mount iSCSI volume at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/547091/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2010-04-19 Thread Francesco Pretto
Who is responsibile to honour _netdev option?

In my /etc/fstab I have the line:
/dev/sda   /storageext4defaults,auto,_netdev 0 0

(yes, for ease administration, I created a partition in the whole iscsi
"disk", that is a logical volume in the iscsitarget)

Still I get many:

mount: special device /dev/sda does not exist
mountall: mount /storage [xxx] terminated with status 32

as the reporter. At last the fs is mounted **anyway**, so mountall is
repeating mount attempts, but boot is soiled with many warnings, with a
last:

mountall: Disconnected from plymouth

in front of the first tty.

Not clear if this is the expected behavior or the boot is supposed to be
more silent.

-- 
10.04 beta 1 mountall fails to mount iSCSI volume at boot
https://bugs.launchpad.net/bugs/547091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2010-04-16 Thread Scott James Remnant
(the assertion error has been fixed)

-- 
10.04 beta 1 mountall fails to mount iSCSI volume at boot
https://bugs.launchpad.net/bugs/547091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2010-04-16 Thread Scott James Remnant
I have reassigned this bug to open-iscsi

>From the report, it appears that mountall has actually run "mount" for
this device - and it's the mount that fails.

This implies an error with the event being sent too early?

** Package changed: mountall (Ubuntu) => open-iscsi (Ubuntu)

-- 
10.04 beta 1 mountall fails to mount iSCSI volume at boot
https://bugs.launchpad.net/bugs/547091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547091] Re: 10.04 beta 1 mountall fails to mount iSCSI volume at boot

2010-03-25 Thread ptashek

** Attachment added: "Error message screenshot"
   http://launchpadlibrarian.net/41974992/iscsi-issue-01.png

-- 
10.04 beta 1 mountall fails to mount iSCSI volume at boot
https://bugs.launchpad.net/bugs/547091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs