This website requires JavaScript.
Explore
Help
Sign In
rpms
/
iscsi-initiator-utils
Watch
5
Star
0
Fork
0
You've already forked iscsi-initiator-utils
Code
Issues
Pull Requests
Releases
Activity
5d97fd1468
iscsi-initiator-utils
/
04-iscsi
8 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- Rewrite SysV initscripts, fixes rh 441290, 246960, 282001, 436175, 430791 - 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
2008-10-13 18:12:29 +00:00
#!/bin/sh
switch to using system unit files instead of initrd script new nm dispatcher script that uses systemctl use systemctl in iscsi.conf to start iscsid on demand
2013-01-22 23:05:50 +00:00
case "$2" in
iscsi boot related fixes 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
2013-08-19 14:37:26 +00:00
up|vpn-up)
/bin/systemctl reload iscsi.service || :
switch to using system unit files instead of initrd script new nm dispatcher script that uses systemctl use systemctl in iscsi.conf to start iscsid on demand
2013-01-22 23:05:50 +00:00
;;
Fix typo in NM dispatcher script (bug #917058)
2013-04-30 23:03:30 +00:00
esac
Reference in New Issue
Copy Permalink