[Bug 1640422] Re: iscsid.startup setting conflicts with systemd

Benjamin Drung 1640422 at bugs.launchpad.net
Mon Dec 16 14:40:32 UTC 2024


Thank you for taking the time to report this bug and contributing to
Ubuntu.

I checked a default open-iscsi installation on Ubuntu 24.04 and
/etc/iscsi/iscsid.conf has

```
$ grep -vE '^(#|$)' /etc/iscsi/iscsid.conf | head -n1
iscsid.startup = /bin/systemctl start iscsid.socket
```

So I assume that your change has been applied in the meantime.

** Changed in: open-iscsi (Ubuntu)
       Status: Incomplete => Fix Released

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

Title:
  iscsid.startup setting conflicts with systemd

Status in One Hundred Papercuts:
  Confirmed
Status in open-iscsi package in Ubuntu:
  Fix Released

Bug description:
  iscsid automatically starts when an iscsi tool needs to access it. But
  after the iscsid process started up with the default setting in
  /etc/iscsid.conf, commands to control iscsid via systemd will fail
  since the process is NOT under control of iscsid.service. The default
  is this:

      iscsid.startup = /sbin/iscsid

  I believe the bellow should be the default if we stand on systemd.

      iscsid.startup = /bin/systemctl start iscsid.service

  I am using Ubuntu 16.04.1, kernel 4.4.0-38-generic.

  Package: open-iscsi
  Version: 2.0.873+git0.3b4b4500-14ubuntu3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1640422/+subscriptions




More information about the foundations-bugs mailing list