From d1842d97b22419a8b73c2da07caa5f346ee6f7a7 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 13 Nov 2019 11:12:02 +0530 Subject: extras: fix the remote subvol name in case of thin-arbiter * Also make sure to provide log-level in systemd file, instead of volfile itself. Updates: bz#1193929 Change-Id: I45a0b0ff3ebb4b3e095b4eed14b7bdf5816926d0 Signed-off-by: Amar Tumballi --- extras/systemd/gluster-ta-volume.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/systemd') diff --git a/extras/systemd/gluster-ta-volume.service.in b/extras/systemd/gluster-ta-volume.service.in index 452c01c419f..2802bca05bf 100644 --- a/extras/systemd/gluster-ta-volume.service.in +++ b/extras/systemd/gluster-ta-volume.service.in @@ -4,7 +4,7 @@ After=network.target [Service] Environment="LOG_LEVEL=WARNING" -ExecStart=@prefix@/sbin/glusterfsd -N --volfile-id ta -f @GLUSTERD_WORKDIR@/thin-arbiter/thin-arbiter.vol --brick-port 24007 --xlator-option ta-server.transport.socket.listen-port=24007 +ExecStart=@prefix@/sbin/glusterfsd -N --volfile-id ta -f @GLUSTERD_WORKDIR@/thin-arbiter/thin-arbiter.vol --brick-port 24007 --xlator-option ta-server.transport.socket.listen-port=24007 -LWARNING Restart=always KillMode=process SuccessExitStatus=15 -- cgit