public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/scripts lvm2_lvmetad_systemd_red_hat.serv ...
@ 2012-02-28 13:07 prajnoha
  0 siblings, 0 replies; 2+ messages in thread
From: prajnoha @ 2012-02-28 13:07 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2012-02-28 13:07:03

Modified files:
	scripts        : lvm2_lvmetad_systemd_red_hat.service.in 

Log message:
	LVMetaD socket operates in non-blocking mode.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/lvm2_lvmetad_systemd_red_hat.service.in.diff?cvsroot=lvm2&r1=1.2&r2=1.3

--- LVM2/scripts/lvm2_lvmetad_systemd_red_hat.service.in	2012/02/23 13:31:49	1.2
+++ LVM2/scripts/lvm2_lvmetad_systemd_red_hat.service.in	2012/02/28 13:07:03	1.3
@@ -7,6 +7,7 @@
 
 [Service]
 Type=forking
+NonBlocking=true
 ExecStart=@sbindir@/lvmetad
 ExecStartPost=@sbindir@/vgscan
 ExecReload=@sbindir@/lvmetad -R


^ permalink raw reply	[flat|nested] 2+ messages in thread
* LVM2/scripts lvm2_lvmetad_systemd_red_hat.serv ...
@ 2012-03-08  9:49 prajnoha
  0 siblings, 0 replies; 2+ messages in thread
From: prajnoha @ 2012-03-08  9:49 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2012-03-08 09:49:09

Modified files:
	scripts        : lvm2_lvmetad_systemd_red_hat.service.in 

Log message:
	Add 'Restart: on-abort' for lvmetad systemd service.
	
	Restart lvmetad automatically if it exits due to reception of uncaught signal,
	leaving a track in systemd log/syslog.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/lvm2_lvmetad_systemd_red_hat.service.in.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/scripts/lvm2_lvmetad_systemd_red_hat.service.in	2012/02/28 13:07:03	1.3
+++ LVM2/scripts/lvm2_lvmetad_systemd_red_hat.service.in	2012/03/08 09:49:09	1.4
@@ -11,6 +11,7 @@
 ExecStart=@sbindir@/lvmetad
 ExecStartPost=@sbindir@/vgscan
 ExecReload=@sbindir@/lvmetad -R
+Restart=on-abort
 PIDFile=@DEFAULT_RUN_DIR@/lvmetad.pid
 
 [Install]


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-08  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-28 13:07 LVM2/scripts lvm2_lvmetad_systemd_red_hat.serv prajnoha
2012-03-08  9:49 prajnoha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).