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
6c1aaf9981
iscsi-initiator-utils
/
04-iscsi
8 lines
104 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
up|down|vpn-up|vpn-down)
/bin/systemctl try-restart iscsi.service || :
;;
- 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
Reference in New Issue
Copy Permalink