Zakhar,

For the automatic logins, I suggest you to read the following 
documentation:

https://ubuntu.com/server/docs/service-iscsi

I have created that explaining the need of registering iscsi 
"interfaces" in iscsi daemon and all needed commands to have that. 

$ sudo iscsiadm -m node --loginall=automatic
iscsiadm: No records found

This will only work if you have the interfaces ready and configured in 
iscsi daemon (follow the documentation example).

The way I see, if you follow the documentation I have provided, the 
only difference will be that you don't want auto login to be set. You 
can either change iscsid.conf setting automatic login to manual BEFORE 
the discovery, or you can update already discovered nodes/targets 
with:

$ sudo iscsiadm -m node --op=update -n node.conn[0].startup -v manual
$ sudo iscsiadm -m node --op=update -n node.startup -v manual

This will allow you to login and logout manually but, yet, the daemons 
to start with no waiting time. 

Since it seems likely to me that this is a local configuration 
problem, rather than a bug in Ubuntu, I am marking this bug as 
'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we 
would be grateful if you would provide a more complete description of 
the problem with steps to reproduce, explain why you believe this is a 
bug in Ubuntu rather than a problem specific to your system, and then 
change the bug status back to "New".

For local configuration issues, you can find assistance here: 
http://www.ubuntu.com/support/community

** Changed in: open-iscsi (Ubuntu)
       Status: Triaged => Invalid

** Changed in: open-iscsi (Ubuntu)
   Importance: Wishlist => Undecided

** Changed in: open-iscsi (Ubuntu)
     Assignee: Rafael David Tinoco (rafaeldtinoco) => (unassigned)

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

Title:
  open-iscsi is slowing down the boot process

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

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

Reply via email to