Package: open-iscsi / 2.1.11-3

Metadata

Package Version Patches format
open-iscsi 2.1.11-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/lp1755858 default iscsid_conf to iscsid_socket.patch | (download)

etc/iscsid.conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 default in iscid.conf to use iscsid.socket

People do not want iscsid to run if not needed.
To do so it is configured to be socket activated.
Internally iscsid code has a fallback if the service is missing to run the
command specified in iscsid.conf as "iscsid.startup".
Set this to ensure the socket is active instead of calling the binary, which
would not be what we want anyway as it would not be from the .service context.

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1755858
build disable Wno all.patch | (download)

meson.build | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 build: disable -wno-all