action #152673
closed[alert] `systemctl status iscsid.socket` failed on `s390zl12.oqa.prg2.suse.org` size:S
0%
Description
martchus@s390zl12:~> systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
iscsid.socket loaded failed failed Open-iSCSI iscsid Socket
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed.
martchus@s390zl12:~> systemctl status iscsid.socket
iscsid.socket - Open-iSCSI iscsid Socket
Loaded: loaded (/usr/lib/systemd/system/iscsid.socket; enabled; vendor preset: enabled)
Active: failed (Result: resources) since Thu 2023-12-14 03:33:58 CET; 7h ago
Triggers: iscsid.service
Docs: man:iscsid(8)
man:iscsiadm(8)
Listen: @ISCSIADM_ABSTRACT_NAMESPACE (Stream)
martchus@s390zl12:~> sudo journalctl -u iscsid.socket
Dec 14 03:33:58 s390zl12 systemd[1]: iscsid.socket: Deactivated successfully.
Dec 14 03:33:58 s390zl12 systemd[1]: Closed Open-iSCSI iscsid Socket.
Dec 14 03:33:58 s390zl12 systemd[1]: Stopping Open-iSCSI iscsid Socket...
Dec 14 03:33:58 s390zl12 systemd[1]: iscsid.socket: Failed to create listening socket (@ISCSIADM_ABSTRACT_NAMESPACE): Address already in use
Dec 14 03:33:58 s390zl12 systemd[1]: iscsid.socket: Failed to listen on sockets: Address already in use
Dec 14 03:33:58 s390zl12 systemd[1]: iscsid.socket: Failed with result 'resources'.
Dec 14 03:33:58 s390zl12 systemd[1]: Failed to listen on Open-iSCSI iscsid Socket.
For now I've just restarted the unit which helped. The unit is provided by the open-iscsi
package which seems to be installed on other hosts as well and also on my local TW installation. So it is probably just installed by default under openSUSE but we don't actually use it. So I guess this problem has no real impact.
Updated by livdywan 11 months ago
- Subject changed from [alert] `systemctl status iscsid.socket` failed on `s390zl12.oqa.prg2.suse.org` to [alert] `systemctl status iscsid.socket` failed on `s390zl12.oqa.prg2.suse.org` size:S
- Status changed from New to In Progress
- Assignee set to livdywan
Discussed it in the infra daily. I'll try and restart the service via salt to see if that reproduces the issue, and reboot a couple machines with the same goal in mind. If I can I'll report an upstream bug we can block on, otherwise I would close this ticket
Updated by livdywan 11 months ago
- Copied to action #152811: ada.qe.suse.de is not responding to salt commands added
Updated by livdywan 11 months ago
- Copied to action #152813: openqaw5-xen.qa.suse.de is not responding to salt commands added
Updated by livdywan 11 months ago
- Status changed from In Progress to Feedback
sudo salt -C '*' --out=text cmd.run 'systemctl try-restart iscsid.socket && systemctl list-units iscsid.socket' | grep iscsid
Apparently it's successfully been restarted multiple times on all machines where it's active.
sudo salt -C '*worker14*' --out=text cmd.run 'systemctl reboot'
sudo salt -C '*s390zl12.oqa.prg2*' --out=text cmd.run 'systemctl reboot'
I picked two machines to reboot and see if that reproduces the issue. Apparently those are also fine (tickets for machines that were unresponsive before that were filed, but not related to this).