saltstack-formulas / iscsi-formula

Manage iSCSI Target and Initiator via SaltStack (FreeBSD & GNU/Linux)
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
8 stars 7 forks source link

[FEATURE] Include common usage examples. Setup is unclear. #41

Open japtain-cack opened 2 years ago

japtain-cack commented 2 years ago

Is your feature request related to a problem?

systems: Ubuntu 20.04 server

I have iscsi setup successfully with open-iscsi manually on my hosts. It consists of running the discovery command and two config files, set to automatic startup, simple. However, I would like this to be in my salt and I seen this formula so I went for it. After defining my iscsi address/target, which I believe is all I should have to supply, it successfully logs into the portal, but doesn't seem to do anything further.

I believe it would be useful to have some example usage on common systems Ubuntu server, or Centos, to demonstrate the necessary configuration. Having a example.pillar is fine, but it's not clear what I need/don't need or which states I need to include. I'm assuming I need the initiator, but is that all I need?

I did try using the meta state iscsi, but that resulted in failures all over. I tried the iscsi.initiator and that resulted in a successful run, but still didn't seem to do anything.

Here is my pillar so far (domains redacted):

iscsi:
  config:
    data:
      iscsi:
        node.startup: automatic
        docker01:
          targetaddress: 'example.com:32600'
          targetname: 'iqn.2000-01.com.example.Target-1.ac6a424b71'

Issues: The iscsi.initiator seems to run successfully, but I seen no disks in fdisk -l. In fact, although successful, the logs are on stderr and there are numerous issues indicated in the output.

docker01.mimir-tech.org:
----------
          ID: iscsi-initiator-service-install-check-status
    Function: cmd.run
        Name: journalctl -xe -u open-iscsi || true
      Result: True
     Comment: Command "journalctl -xe -u open-iscsi || true" run
     Started: 06:51:50.541594
    Duration: 547.655 ms
     Changes:
              ----------
              pid:
                  5219
              retcode:
                  0
              stderr:
              stdout:
                  -- Logs begin at Fri 2022-02-04 11:49:21 UTC, end at Tue 2022-05-03 06:51:50 UTC. --
                  Feb 21 05:26:17 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 36.
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260].
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: initiator reported error (19 - encountered non-retryable iSCSI login failure)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: iscsiadm: Could not log into all portals
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260] (multiple)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Feb 21 05:28:33 docker01.mimir-tech.org iscsiadm[706]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Feb 21 05:28:33 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Feb 21 05:28:33 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Feb 21 05:28:33 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 36 and the job result is failed.
                  -- Reboot --
                  Feb 23 00:23:47 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 76.
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260].
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: initiator reported error (19 - encountered non-retryable iSCSI login failure)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: iscsiadm: Could not log into all portals
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260] (multiple)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Feb 23 00:26:03 docker01.mimir-tech.org iscsiadm[709]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Feb 23 00:26:03 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Feb 23 00:26:03 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Feb 23 00:26:03 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 76 and the job result is failed.
                  -- Reboot --
                  Feb 23 01:52:20 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 30.
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260].
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (19 - encountered non-retryable iSCSI login failure)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (8 - connection timed out)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not log into all portals
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260] (multiple)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Feb 23 01:54:26 docker01.mimir-tech.org iscsiadm[721]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Feb 23 01:54:26 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Feb 23 01:54:26 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Feb 23 01:54:26 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 30 and the job result is failed.
                  -- Reboot --
                  Mar 15 20:42:26 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 54.
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260].
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: initiator reported error (8 - connection timed out)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: initiator reported error (8 - connection timed out)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: initiator reported error (19 - encountered non-retryable iSCSI login failure)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: initiator reported error (8 - connection timed out)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: iscsiadm: Could not log into all portals
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260] (multiple)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Mar 15 20:44:42 docker01.mimir-tech.org iscsiadm[717]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Mar 15 20:44:42 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Mar 15 20:44:42 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Mar 15 20:44:42 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 54 and the job result is failed.
                  -- Reboot --
                  Apr 23 02:17:58 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 42.
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260].
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (19 - encountered non-retryable iSCSI login failure)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: iscsiadm: Could not log into all portals
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260] (multiple)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Apr 23 02:20:14 docker01.mimir-tech.org iscsiadm[721]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] successful.
                  Apr 23 02:20:14 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Apr 23 02:20:14 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Apr 23 02:20:14 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 42 and the job result is failed.
                  -- Reboot --
                  Apr 30 04:35:11 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 35.
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260].
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260].
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260].
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260].
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: iscsiadm: Could not log into all portals
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 169.254.75.83,3260] (multiple)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.20.30,3260] (multiple)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Apr 30 04:37:28 docker01.mimir-tech.org iscsiadm[719]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: fe80::211:32ff:fe6c:e525,3260] (multiple)
                  Apr 30 04:37:28 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Apr 30 04:37:28 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Apr 30 04:37:28 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 35 and the job result is failed.
                  Apr 30 04:59:09 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 703.
                  Apr 30 05:01:10 docker01.mimir-tech.org iscsiadm[9250]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Apr 30 05:01:10 docker01.mimir-tech.org iscsiadm[9250]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 05:01:10 docker01.mimir-tech.org iscsiadm[9250]: iscsiadm: Could not log into all portals
                  Apr 30 05:01:10 docker01.mimir-tech.org iscsiadm[9250]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Apr 30 05:01:10 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Apr 30 05:01:10 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Apr 30 05:01:10 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 703 and the job result is failed.
                  Apr 30 05:12:39 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 714.
                  Apr 30 05:14:40 docker01.mimir-tech.org iscsiadm[12211]: iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260].
                  Apr 30 05:14:40 docker01.mimir-tech.org iscsiadm[12211]: iscsiadm: initiator reported error (8 - connection timed out)
                  Apr 30 05:14:40 docker01.mimir-tech.org iscsiadm[12211]: iscsiadm: Could not log into all portals
                  Apr 30 05:14:40 docker01.mimir-tech.org iscsiadm[12211]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: diskstation.mimir-tech.org,3260] (multiple)
                  Apr 30 05:14:40 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Main process exited, code=exited, status=8/n/a
                  -- Subject: Unit process exited
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- An ExecStart= process belonging to unit open-iscsi.service has exited.
                  --
                  -- The process' exit code is 'exited' and its exit status is 8.
                  Apr 30 05:14:40 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Failed with result 'exit-code'.
                  -- Subject: Unit failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has entered the 'failed' state with result 'exit-code'.
                  Apr 30 05:14:40 docker01.mimir-tech.org systemd[1]: Failed to start Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has failed
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished with a failure.
                  --
                  -- The job identifier is 714 and the job result is failed.
                  Apr 30 05:32:10 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 725.
                  Apr 30 05:32:11 docker01.mimir-tech.org iscsiadm[17067]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  Apr 30 05:32:11 docker01.mimir-tech.org iscsiadm[17067]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  Apr 30 05:32:11 docker01.mimir-tech.org iscsiadm[17067]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  Apr 30 05:32:11 docker01.mimir-tech.org iscsiadm[17067]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  Apr 30 05:32:11 docker01.mimir-tech.org systemd[1]: Finished Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has finished successfully
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished successfully.
                  --
                  -- The job identifier is 725.
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found ordering cycle on systemd-update-utmp.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on sysinit.target/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on iscsid.socket/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on iscsid.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on open-iscsi.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on remote-fs-pre.target/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on mnt-docker.mount/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on local-fs.target/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on systemd-tmpfiles-setup.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Job systemd-update-utmp.service/stop deleted to break ordering cycle starting with systemd-tmpfiles-setup.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found ordering cycle on sysinit.target/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on iscsid.socket/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on iscsid.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on open-iscsi.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on remote-fs-pre.target/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on mnt-docker.mount/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on local-fs.target/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Found dependency on systemd-tmpfiles-setup.service/stop
                  Apr 30 05:35:56 docker01.mimir-tech.org systemd[1]: systemd-tmpfiles-setup.service: Job sysinit.target/stop deleted to break ordering cycle starting with systemd-tmpfiles-setup.service/stop
                  Apr 30 05:35:58 docker01.mimir-tech.org systemd[1]: Stopping Login to default iSCSI targets...
                  -- Subject: A stop job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 913.
                  Apr 30 05:35:58 docker01.mimir-tech.org umountiscsi.sh[18742]: Apr 30 05:35:58 | sda: failed to get udev uid: Invalid argument
                  Apr 30 05:35:58 docker01.mimir-tech.org umountiscsi.sh[18742]: Apr 30 05:35:58 | sda: failed to get sysfs uid: Invalid argument
                  Apr 30 05:35:58 docker01.mimir-tech.org umountiscsi.sh[18742]: Apr 30 05:35:58 | sda: failed to get sgio uid: No such file or directory
                  Apr 30 05:35:58 docker01.mimir-tech.org umountiscsi.sh[18746]: Apr 30 05:35:58 | sda: failed to get udev uid: Invalid argument
                  Apr 30 05:35:58 docker01.mimir-tech.org umountiscsi.sh[18746]: Apr 30 05:35:58 | sda: failed to get sysfs uid: Invalid argument
                  Apr 30 05:35:58 docker01.mimir-tech.org umountiscsi.sh[18746]: Apr 30 05:35:58 | sda: failed to get sgio uid: No such file or directory
                  Apr 30 05:35:58 docker01.mimir-tech.org logout-all.sh[18810]: Logging out of session [sid: 5, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260]
                  Apr 30 05:35:58 docker01.mimir-tech.org logout-all.sh[18810]: Logging out of session [sid: 6, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260]
                  Apr 30 05:35:58 docker01.mimir-tech.org logout-all.sh[18810]: Logout of [sid: 5, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  Apr 30 05:35:58 docker01.mimir-tech.org logout-all.sh[18810]: Logout of [sid: 6, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  Apr 30 05:35:58 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Succeeded.
                  -- Subject: Unit succeeded
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has successfully entered the 'dead' state.
                  Apr 30 05:35:58 docker01.mimir-tech.org systemd[1]: Stopped Login to default iSCSI targets.
                  -- Subject: A stop job for unit open-iscsi.service has finished
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has finished.
                  --
                  -- The job identifier is 913 and the job result is done.
                  -- Reboot --
                  Apr 30 05:36:33 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 43.
                  Apr 30 05:36:34 docker01.mimir-tech.org iscsiadm[723]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  Apr 30 05:36:34 docker01.mimir-tech.org iscsiadm[723]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  Apr 30 05:36:34 docker01.mimir-tech.org iscsiadm[723]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  Apr 30 05:36:34 docker01.mimir-tech.org iscsiadm[723]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  Apr 30 05:36:34 docker01.mimir-tech.org systemd[1]: Finished Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has finished successfully
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished successfully.
                  --
                  -- The job identifier is 43.
                  May 03 04:50:29 docker01.mimir-tech.org systemd[1]: Stopping Login to default iSCSI targets...
                  -- Subject: A stop job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 10193.
                  May 03 04:50:30 docker01.mimir-tech.org umountiscsi.sh[1320953]: May 03 04:50:30 | sda: failed to get udev uid: Invalid argument
                  May 03 04:50:30 docker01.mimir-tech.org umountiscsi.sh[1320953]: May 03 04:50:30 | sda: failed to get sysfs uid: Invalid argument
                  May 03 04:50:30 docker01.mimir-tech.org umountiscsi.sh[1320953]: May 03 04:50:30 | sda: failed to get sgio uid: No such file or directory
                  May 03 04:50:30 docker01.mimir-tech.org umountiscsi.sh[1320958]: May 03 04:50:30 | sda: failed to get udev uid: Invalid argument
                  May 03 04:50:30 docker01.mimir-tech.org umountiscsi.sh[1320958]: May 03 04:50:30 | sda: failed to get sysfs uid: Invalid argument
                  May 03 04:50:30 docker01.mimir-tech.org umountiscsi.sh[1320958]: May 03 04:50:30 | sda: failed to get sgio uid: No such file or directory
                  May 03 04:50:31 docker01.mimir-tech.org logout-all.sh[1321021]: Logging out of session [sid: 1, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260]
                  May 03 04:50:31 docker01.mimir-tech.org logout-all.sh[1321021]: Logging out of session [sid: 2, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260]
                  May 03 04:50:31 docker01.mimir-tech.org logout-all.sh[1321021]: Logout of [sid: 1, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 04:50:31 docker01.mimir-tech.org logout-all.sh[1321021]: Logout of [sid: 2, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 04:50:31 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Succeeded.
                  -- Subject: Unit succeeded
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has successfully entered the 'dead' state.
                  May 03 04:50:31 docker01.mimir-tech.org systemd[1]: Stopped Login to default iSCSI targets.
                  -- Subject: A stop job for unit open-iscsi.service has finished
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has finished.
                  --
                  -- The job identifier is 10193 and the job result is done.
                  -- Reboot --
                  May 03 05:07:10 docker01.mimir-tech.org systemd[1]: Condition check resulted in Login to default iSCSI targets being skipped.
                  -- Subject: A start job for unit open-iscsi.service has finished successfully
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished successfully.
                  --
                  -- The job identifier is 1008.
                  -- Reboot --
                  May 03 05:50:13 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 1568.
                  May 03 05:50:14 docker01.mimir-tech.org iscsiadm[5133]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  May 03 05:50:14 docker01.mimir-tech.org iscsiadm[5133]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  May 03 05:50:14 docker01.mimir-tech.org iscsiadm[5133]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 05:50:14 docker01.mimir-tech.org iscsiadm[5133]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 05:50:14 docker01.mimir-tech.org systemd[1]: Finished Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has finished successfully
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished successfully.
                  --
                  -- The job identifier is 1568.
                  May 03 05:58:07 docker01.mimir-tech.org systemd[1]: Stopping Login to default iSCSI targets...
                  -- Subject: A stop job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 1747.
                  May 03 05:58:07 docker01.mimir-tech.org umountiscsi.sh[5625]: May 03 05:58:07 | sda: failed to get udev uid: Invalid argument
                  May 03 05:58:07 docker01.mimir-tech.org umountiscsi.sh[5625]: May 03 05:58:07 | sda: failed to get sysfs uid: Invalid argument
                  May 03 05:58:07 docker01.mimir-tech.org umountiscsi.sh[5625]: May 03 05:58:07 | sda: failed to get sgio uid: No such file or directory
                  May 03 05:58:07 docker01.mimir-tech.org umountiscsi.sh[5653]: May 03 05:58:07 | sda: failed to get udev uid: Invalid argument
                  May 03 05:58:07 docker01.mimir-tech.org umountiscsi.sh[5653]: May 03 05:58:07 | sda: failed to get sysfs uid: Invalid argument
                  May 03 05:58:07 docker01.mimir-tech.org umountiscsi.sh[5653]: May 03 05:58:07 | sda: failed to get sgio uid: No such file or directory
                  May 03 05:58:08 docker01.mimir-tech.org logout-all.sh[5819]: Logging out of session [sid: 1, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260]
                  May 03 05:58:08 docker01.mimir-tech.org logout-all.sh[5819]: Logging out of session [sid: 2, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260]
                  May 03 05:58:08 docker01.mimir-tech.org logout-all.sh[5819]: Logout of [sid: 1, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 05:58:08 docker01.mimir-tech.org logout-all.sh[5819]: Logout of [sid: 2, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 05:58:08 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Succeeded.
                  -- Subject: Unit succeeded
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has successfully entered the 'dead' state.
                  May 03 05:58:08 docker01.mimir-tech.org systemd[1]: Stopped Login to default iSCSI targets.
                  -- Subject: A stop job for unit open-iscsi.service has finished
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has finished.
                  --
                  -- The job identifier is 1747 and the job result is done.
                  -- Reboot --
                  May 03 06:04:07 docker01.mimir-tech.org systemd[1]: Starting Login to default iSCSI targets...
                  -- Subject: A start job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 1008.
                  May 03 06:04:07 docker01.mimir-tech.org iscsiadm[2757]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  May 03 06:04:07 docker01.mimir-tech.org iscsiadm[2757]: Logging in to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] (multiple)
                  May 03 06:04:07 docker01.mimir-tech.org iscsiadm[2757]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 06:04:07 docker01.mimir-tech.org iscsiadm[2757]: Login to [iface: default, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 06:04:07 docker01.mimir-tech.org systemd[1]: Finished Login to default iSCSI targets.
                  -- Subject: A start job for unit open-iscsi.service has finished successfully
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished successfully.
                  --
                  -- The job identifier is 1008.
                  May 03 06:14:34 docker01.mimir-tech.org systemd[1]: Stopping Login to default iSCSI targets...
                  -- Subject: A stop job for unit open-iscsi.service has begun execution
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has begun execution.
                  --
                  -- The job identifier is 1204.
                  May 03 06:14:35 docker01.mimir-tech.org umountiscsi.sh[5298]: May 03 06:14:35 | sda: failed to get udev uid: Invalid argument
                  May 03 06:14:35 docker01.mimir-tech.org umountiscsi.sh[5298]: May 03 06:14:35 | sda: failed to get sysfs uid: Invalid argument
                  May 03 06:14:35 docker01.mimir-tech.org umountiscsi.sh[5298]: May 03 06:14:35 | sda: failed to get sgio uid: No such file or directory
                  May 03 06:14:35 docker01.mimir-tech.org umountiscsi.sh[5307]: May 03 06:14:35 | sda: failed to get udev uid: Invalid argument
                  May 03 06:14:35 docker01.mimir-tech.org umountiscsi.sh[5307]: May 03 06:14:35 | sda: failed to get sysfs uid: Invalid argument
                  May 03 06:14:35 docker01.mimir-tech.org umountiscsi.sh[5307]: May 03 06:14:35 | sda: failed to get sgio uid: No such file or directory
                  May 03 06:14:35 docker01.mimir-tech.org logout-all.sh[5363]: Logging out of session [sid: 1, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260]
                  May 03 06:14:35 docker01.mimir-tech.org logout-all.sh[5363]: Logging out of session [sid: 2, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260]
                  May 03 06:14:35 docker01.mimir-tech.org logout-all.sh[5363]: Logout of [sid: 1, target: iqn.2000-01.com.synology:diskstation.Target-11.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 06:14:35 docker01.mimir-tech.org logout-all.sh[5363]: Logout of [sid: 2, target: iqn.2000-01.com.synology:diskstation.Target-1.ac6a424b71, portal: 10.100.50.30,3260] successful.
                  May 03 06:14:35 docker01.mimir-tech.org systemd[1]: open-iscsi.service: Succeeded.
                  -- Subject: Unit succeeded
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- The unit open-iscsi.service has successfully entered the 'dead' state.
                  May 03 06:14:35 docker01.mimir-tech.org systemd[1]: Stopped Login to default iSCSI targets.
                  -- Subject: A stop job for unit open-iscsi.service has finished
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A stop job for unit open-iscsi.service has finished.
                  --
                  -- The job identifier is 1204 and the job result is done.
                  -- Reboot --
                  May 03 06:43:09 docker01.mimir-tech.org systemd[1]: Condition check resulted in Login to default iSCSI targets being skipped.
                  -- Subject: A start job for unit open-iscsi.service has finished successfully
                  -- Defined-By: systemd
                  -- Support: http://www.ubuntu.com/support
                  --
                  -- A start job for unit open-iscsi.service has finished successfully.
                  --
                  -- The job identifier is 1167.
----------
          ID: iscsi-initiator-service-install-check-status
    Function: cmd.run
        Name: systemctl status open-iscsi -l || true
      Result: True
     Comment: Command "systemctl status open-iscsi -l || true" run
     Started: 06:51:51.089700
    Duration: 29.968 ms
     Changes:
              ----------
              pid:
                  5222
              retcode:
                  0
              stderr:
              stdout:
                  * open-iscsi.service - Login to default iSCSI targets
                       Loaded: loaded (/lib/systemd/system/open-iscsi.service; disabled; vendor preset: enabled)
                       Active: inactive (dead)
                         Docs: man:iscsiadm(8)
                               man:iscsid(8)

                  May 03 06:43:09 docker01.mimir-tech.org systemd[1]: Condition check resulted in Login to default iSCSI targets being skipped.
----------
          ID: iscsi-initiator-service-install-check-status
    Function: cmd.run
        Name: /sbin/lsmod 2>/dev/null || true
      Result: True
     Comment: Command "/sbin/lsmod 2>/dev/null || true" run
     Started: 06:51:51.120129
    Duration: 21.748 ms
     Changes:
              ----------
              pid:
                  5225
              retcode:
                  0
              stderr:
              stdout:
                  Module                  Size  Used by
                  veth                   28672  0
                  xt_nat                 16384  11
                  xt_tcpudp              20480  33
                  xt_conntrack           16384  1
                  xt_MASQUERADE          20480  12
                  nf_conntrack_netlink    45056  0
                  nfnetlink              16384  2 nf_conntrack_netlink
                  xfrm_user              36864  1
                  xfrm_algo              16384  1 xfrm_user
                  xt_addrtype            16384  2
                  iptable_filter         16384  1
                  iptable_nat            16384  1
                  nf_nat                 45056  3 xt_nat,iptable_nat,xt_MASQUERADE
                  nf_conntrack          139264  5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE
                  nf_defrag_ipv6         24576  1 nf_conntrack
                  nf_defrag_ipv4         16384  1 nf_conntrack
                  bpfilter               32768  0
                  br_netfilter           28672  0
                  bridge                176128  1 br_netfilter
                  stp                    16384  1 bridge
                  llc                    16384  2 bridge,stp
                  overlay               118784  4
                  aufs                  262144  0
                  ib_core               311296  0
                  vmw_vsock_vmci_transport    32768  1
                  vsock                  36864  2 vmw_vsock_vmci_transport
                  scsi_transport_iscsi   110592  1
                  nls_iso8859_1          16384  1
                  dm_multipath           32768  0
                  scsi_dh_rdac           16384  0
                  scsi_dh_emc            16384  0
                  scsi_dh_alua           20480  0
                  vmw_balloon            24576  0
                  vmw_vmci               69632  2 vmw_balloon,vmw_vsock_vmci_transport
                  joydev                 24576  0
                  ppdev                  24576  0
                  input_leds             16384  0
                  serio_raw              20480  0
                  parport_pc             40960  0
                  parport                53248  2 parport_pc,ppdev
                  sch_fq_codel           20480  3
                  ipmi_devintf           20480  0
                  ipmi_msghandler       106496  1 ipmi_devintf
                  sunrpc                393216  1
                  msr                    16384  0
                  ip_tables              32768  2 iptable_filter,iptable_nat
                  x_tables               40960  7 xt_conntrack,iptable_filter,xt_tcpudp,xt_addrtype,xt_nat,ip_tables,xt_MASQUERADE
                  autofs4                45056  2
                  btrfs                1261568  0
                  zstd_compress         167936  1 btrfs
                  raid10                 61440  0
                  raid456               155648  0
                  async_raid6_recov      24576  1 raid456
                  async_memcpy           20480  2 raid456,async_raid6_recov
                  async_pq               24576  2 raid456,async_raid6_recov
                  async_xor              20480  3 async_pq,raid456,async_raid6_recov
                  async_tx               20480  5 async_pq,async_memcpy,async_xor,raid456,async_raid6_recov
                  xor                    24576  2 async_xor,btrfs
                  raid6_pq              114688  4 async_pq,btrfs,raid456,async_raid6_recov
                  libcrc32c              16384  4 nf_conntrack,nf_nat,btrfs,raid456
                  raid1                  45056  0
                  raid0                  24576  0
                  multipath              20480  0
                  linear                 20480  0
                  crct10dif_pclmul       16384  1
                  crc32_pclmul           16384  0
                  ghash_clmulni_intel    16384  0
                  aesni_intel           372736  0
                  crypto_simd            16384  1 aesni_intel
                  cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
                  glue_helper            16384  1 aesni_intel
                  vmwgfx                299008  2
                  ttm                   106496  1 vmwgfx
                  psmouse               155648  0
                  drm_kms_helper        184320  1 vmwgfx
                  syscopyarea            16384  1 drm_kms_helper
                  sysfillrect            16384  1 drm_kms_helper
                  sysimgblt              16384  1 drm_kms_helper
                  vmxnet3                57344  0
                  fb_sys_fops            16384  1 drm_kms_helper
                  vmw_pvscsi             28672  3
                  drm                   491520  5 vmwgfx,drm_kms_helper,ttm
                  floppy                 81920  0
----------
          ID: iscsi-initiator-service-install-check-status
    Function: cmd.run
        Name: ls /var/lib/iscsi/nodes 2>/dev/null || true
      Result: True
     Comment: Command "ls /var/lib/iscsi/nodes 2>/dev/null || true" run
     Started: 06:51:51.142332
    Duration: 19.294 ms
     Changes:
              ----------
              pid:
                  5228
              retcode:
                  0
              stderr:
              stdout:
----------
          ID: iscsi-initiator-service-install-check-status
    Function: cmd.run
        Name: ls /sys/class/iscsi_session 2>/dev/null || true
      Result: True
     Comment: Command "ls /sys/class/iscsi_session 2>/dev/null || true" run
     Started: 06:51:51.162068
    Duration: 19.738 ms
     Changes:
              ----------
              pid:
                  5231
              retcode:
                  0
              stderr:
              stdout:

Summary for docker01.mimir-tech.org
------------
Succeeded: 9 (changed=5)
Failed:    0
------------
Total states run:     9
Total run time: 738.818 ms

iscsi.initiator.clean results in the following errors

----------
          ID: iscsi-initiator-package-clean-['open-iscsi', 'libiscsi-bin']-removed
    Function: pkg.purged
      Result: False
     Comment: The following requisites were not found:
                                 require:
                                     sls: iscsi.initiator.config.clean
     Started: 06:45:14.165780
    Duration: 0.006 ms
     Changes:

Describe the solution you'd like

Some examples of a Ubuntu/Centos specific config. This would include the entries necessary in the state/pillare top.sls. It would also be nice to include information on how to manage your fstab and such. I see there are LVM examples in the pillar.example. Does this somehow tie lvm in with how this formula manages iscsi?

Describe alternatives you've considered

Writing my own specific formula instead. But I try not to re-invent the wheel if at all possible.

Additional context

Let me know if you need any further logs.