|
|
12a457 |
From 3babe54396c5043e0774278d4a0af4d1e29c769a Mon Sep 17 00:00:00 2001
|
|
|
12a457 |
From: Milind Changire <mchangir@redhat.com>
|
|
|
12a457 |
Date: Fri, 13 May 2016 00:54:25 +0530
|
|
|
12a457 |
Subject: [PATCH 143/158] packaging: additional dirs and files in /var/lib/glusterd/
|
|
|
12a457 |
|
|
|
12a457 |
Remove %config(noreplace) on /var/lib/glusterd/groups/virt
|
|
|
12a457 |
|
|
|
12a457 |
Correct spelling for
|
|
|
12a457 |
/var/lib/glusterd/ss_brick and
|
|
|
12a457 |
/var/lib/glusterd/snaps
|
|
|
12a457 |
|
|
|
12a457 |
Upstream:
|
|
|
12a457 |
> BUG: 1326410
|
|
|
12a457 |
> Gerrit-Url: http://review.gluster.org/14294
|
|
|
12a457 |
|
|
|
12a457 |
Change-Id: I6a744adc3088f6b6655bef07d361f51f21dcfb78
|
|
|
12a457 |
BUG: 1324820
|
|
|
12a457 |
Signed-off-by: Milind Changire <mchangir@redhat.com>
|
|
|
12a457 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/74224
|
|
|
12a457 |
Reviewed-by: Kaleb Keithley <kkeithle@redhat.com>
|
|
|
12a457 |
Tested-by: Kaleb Keithley <kkeithle@redhat.com>
|
|
|
12a457 |
---
|
|
|
12a457 |
glusterfs.spec.in | 6 +++---
|
|
|
12a457 |
1 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
12a457 |
|
|
|
12a457 |
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
|
|
|
12a457 |
index 60ffa65..c77754d 100644
|
|
|
12a457 |
--- a/glusterfs.spec.in
|
|
|
12a457 |
+++ b/glusterfs.spec.in
|
|
|
12a457 |
@@ -1306,7 +1306,7 @@ exit 0
|
|
|
12a457 |
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd
|
|
|
12a457 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/bitd
|
|
|
12a457 |
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/groups
|
|
|
12a457 |
- %attr(0644,-,-) %config(noreplace) %{_sharedstatedir}/glusterd/groups/virt
|
|
|
12a457 |
+ %attr(0644,-,-) %{_sharedstatedir}/glusterd/groups/virt
|
|
|
12a457 |
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind
|
|
|
12a457 |
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glusterfind/.keys
|
|
|
12a457 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glustershd
|
|
|
12a457 |
@@ -1356,8 +1356,8 @@ exit 0
|
|
|
12a457 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/peers
|
|
|
12a457 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/quotad
|
|
|
12a457 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/scrub
|
|
|
12a457 |
-%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/snap
|
|
|
12a457 |
-%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/ss_bricks
|
|
|
12a457 |
+%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/snaps
|
|
|
12a457 |
+%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/ss_brick
|
|
|
12a457 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/vols
|
|
|
12a457 |
|
|
|
12a457 |
# Extra utility script
|
|
|
12a457 |
--
|
|
|
12a457 |
1.7.1
|
|
|
12a457 |
|