diff options
author | Hendrik Visage <hvjunk@gmail.com> | 2017-05-19 12:21:37 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2017-06-20 12:42:01 +0000 |
commit | 3183ca1bdee9cb0af22c017e3c610add8ff2b405 (patch) | |
tree | 7fc3036b96154701853ce8826bf129a71ca42af3 /glusterfs.spec.in | |
parent | a052b413242783f39cb3312a6a02bdd025b10f0c (diff) |
scripts/shared_storage : systemd helper scripts to mount shared storage post reboot
Reported-by: Hendrik Visage <hvjunk@gmail.com>
Change-Id: Ibcff56b00f45c8af54c1ae04974267c2180f5f63
BUG: 1452527
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
Reviewed-on: https://review.gluster.org/17339
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 47cc4c301c3..c79e212f637 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -120,6 +120,7 @@ %global _init_glusterd %{_unitdir}/glusterd.service %global _init_glusterfsd %{_unitdir}/glusterfsd.service %global _init_glustereventsd %{_unitdir}/glustereventsd.service +%global _init_glusterfssharedstorage %{_unitdir}/glusterfssharedstorage.service %else %global _init_enable() /sbin/chkconfig --add %1 ; %global _init_disable() /sbin/chkconfig --del %1 ; @@ -1175,6 +1176,9 @@ exit 0 %if ( 0%{_for_fedora_koji_builds} ) %_init_glusterfsd %endif +%if ( 0%{?_with_systemd:1} ) +%_init_glusterfssharedstorage +%endif # binaries %{_sbindir}/glusterd @@ -1280,6 +1284,9 @@ exit 0 # Extra utility script %{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh +%if ( 0%{?_with_systemd:1} ) +%{_libexecdir}/glusterfs/mount-shared-storage.sh +%endif # Incrementalapi %{_libexecdir}/glusterfs/glusterfind @@ -1311,6 +1318,9 @@ exit 0 %endif %changelog +* Fri Jun 16 2017 Jiffin Tony Thottan <jthottan@redhat.com> +- Add glusterfssharedstorage.service systemd file + * Fri Jun 9 2017 Poornima G <pgurusid@redhat.com> - Install /var/lib/glusterd/groups/nl-cache by default |