On Thursday, February 21, 2019 at 2:35:46 PM UTC-8, fred.her...@oracle.com 
wrote:
>
> From: Fred Herard <fred.her...@oracle.com> 
>
> This change adds Restart=always systemd service option to iscsid.service 
> config file so that iscsid daemon is always restarted.  This is 
> particularly useful when using iscsi boot device and iscsid daemon 
> crashes or is inadvertently killed. 
> --- 
>  etc/systemd/iscsid.service | 1 + 
>  1 file changed, 1 insertion(+) 
>
> diff --git a/etc/systemd/iscsid.service b/etc/systemd/iscsid.service 
> index f5e8979..e22b372 100644 
> --- a/etc/systemd/iscsid.service 
> +++ b/etc/systemd/iscsid.service 
> @@ -10,6 +10,7 @@ Type=notify 
>  NotifyAccess=main 
>  ExecStart=/sbin/iscsid -f 
>  KillMode=mixed 
> +Restart=always 
>   
>  [Install] 
>  WantedBy=multi-user.target 
> -- 
> 1.8.3.1 
>
>
I'm not sure I agree with "always". I believe "on-failure" might make more 
sense?

The daemon iscsid only does an "exit(0)" if it is exiting cleanly, so why 
would we restart the service in that case?

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-iscsi+unsubscr...@googlegroups.com.
To post to this group, send email to open-iscsi@googlegroups.com.
Visit this group at https://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to