ignore iscsiadm return in iscsi.service
make sure systemd order against remote mounts is correct
add discovery as a valid mode in iscsiadm.8
make sure to pass --with-security=no to isns configure
Fix iscsi-mark-root for changed iscsiadm output
Make sure iscsiuio is running for boot session recovery when using the
bnx2i transport by forcing iscsiuio.service start
Make NM dispatch triggered re-check for autostart sessions async
Accept exit code 21, no records, from iscsiadm as success in
iscsi.service
Resolves: #1069825
Signed-off-by: Chris Leech <cleech@redhat.com>
revert change to return code when calling login_portal for sessions that
already exist, as it impacts users scripting around iscsiadm
Resolves: #1049710#1015563
Resolves: #1007388
refresh boot session info patches to final version from upstream,
fixes context issues with later patches
Signed-off-by: Chris Leech <cleech@redhat.com>
The new iscsiuio code sets CFLAGS in configure.ac, wiping out the
environment setup by rpm. Patch that out.
Run configure for iscsiuio and open-isns from rpm, otherwise the
toplevel makefile will configure them without any arguments.
Also fix local build when iscsi-initiator-utils is installed, but having
the check to prevent overwriting configuration files during install look
in DESTDIR.
make sure iscsid gets started if there are any boot sessions running
add reload target to fix double session problem when restarting from NM
don't rely on session list passed from initrd, never got fully implemented
remove patches related to running iscsid from initrd, possible to revisit later
minor context fixes after rebase of out-of-tree patches
iscsiuio is merged upstream, remove old source archive and patches
spec cleanups to fix rpmlint issues
Don't use %postun -p /sbin/ldconfig because we want /bin/sh as the
interpreter, not /sbin/ldconfig.
/sbin/ldconfig: relative path `1' used to build cache
warning: %postun(iscsi-initiator-utils-6.2.0.873-1.fc19.x86_64) scriptlet failed, exit status 1
Non-fatal POSTUN scriptlet failure in rpm package iscsi-initiator-utils-6.2.0.873-1.fc19.x86_64
Revert
commit 8de5a99bad
Author: Mike Christie <michaelc@cs.wisc.edu>
Fix iscsi NM use
If the network is not up and not coming up then this will
cause multi-minute long boot delays.
The delayed iscsi/iscsid service start is causing too many problems.
This reverts the behavior to where when start is requested we always
start.
In the future maybe we can make the iscsid service just be used for
root on iscsi. Then for other iscsi uses we would just have the iscsi
service with iscsiadm starting iscsid and loading modules as needed.
We can begin coverting dependent services and anaconda in the next
version of fedora.