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>
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
- Add patch to make iscsiadm complain and exit when run as user instead of
hang spinning for the database lock
- Add patch to make iscsiadm start iscsid when needed (rh 436175 related)
- Don't start iscsi service when network not yet up (in case of using NM)
add NM dispatcher script to start iscsi service once network is up