diff options
| author | Milind Changire <mchangir@redhat.com> | 2016-05-11 16:53:10 +0530 | 
|---|---|---|
| committer | Niels de Vos <ndevos@redhat.com> | 2016-05-14 07:10:44 -0700 | 
| commit | 36db3f20c790e0873ee2c560a046f90335d92ffe (patch) | |
| tree | 95fdbf3308a5ac3edb7a0eec815755eccc402ce4 | |
| parent | c9016f1430701518725d8c20f8019bfba1644466 (diff) | |
packaging: additional dirs and files in /var/lib/glusterd/
Add directories /var/lib/glusterd/hooks and /var/lib/glusterd/hooks/1
to the list for server package ownership
Correct spelling for
/var/lib/glusterd/ss_brick and
/var/lib/glusterd/snaps
Change-Id: I5dffa1db610ccd7e1db4082977dd53afec4aecba
BUG: 1333900
Signed-off-by: Milind Changire <mchangir@redhat.com>
Reviewed-on: http://review.gluster.org/14294
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
(cherry picked from commit 803069efb9f5c5d809237543044577f1a71a10d3)
Reviewed-on: http://review.gluster.org/14317
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
| -rw-r--r-- | glusterfs.spec.in | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 4135e123aea..9efb3fdd0ac 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1114,6 +1114,8 @@ exit 0         %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind         %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind/.keys  %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glustershd +       %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks +       %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1         %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/add-brick         %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/add-brick/post              %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/add-brick/post/disabled-quota-root-xattr-heal.sh @@ -1158,8 +1160,8 @@ exit 0  %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/peers  %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/quotad  %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/scrub -%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/snap -%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/ss_bricks +%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/snaps +%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/ss_brick  %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/vols  # Extra utility script  | 
