From 8c9427029cd6da75756a797f04d85c51caebd4ec Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 26 May 2023 09:51:56 -0400 Subject: [PATCH] overlay: stop disabling `iscsid.socket` The iSCSI daemon is now socket-activated so that it's only running when needed rather than always enabled. We're breaking that by disabling `iscsid.socket`. This effectively reverts 929ac48 ("c9s: Disable iscsid.socket"). It's not certain why this was done, but it was likely to workaround failing tests. These tests should be fixed now[[1]] so we should be able to stop doing this. [1]: https://github.com/coreos/coreos-assembler/pull/3275 --- .../usr/lib/systemd/system-preset/36-iscsid-disabled.preset | 2 -- 1 file changed, 2 deletions(-) diff --git a/overlay.d/07el9/usr/lib/systemd/system-preset/36-iscsid-disabled.preset b/overlay.d/07el9/usr/lib/systemd/system-preset/36-iscsid-disabled.preset index b419980e7..6d7f03d28 100644 --- a/overlay.d/07el9/usr/lib/systemd/system-preset/36-iscsid-disabled.preset +++ b/overlay.d/07el9/usr/lib/systemd/system-preset/36-iscsid-disabled.preset @@ -1,5 +1,3 @@ -disable iscsid.socket - # force disable until the following patches are in c9s/el9: # https://src.fedoraproject.org/rpms/iscsi-initiator-utils/c/1e689cd0c6667eca838c85975a1b7a070209e5ad # https://src.fedoraproject.org/rpms/fedora-release/pull-request/246