From 0b099fc4b38edd9d6af187bbee23af29a874b640 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 31 Jul 2017 12:49:16 -0400 Subject: packaging: /var/lib/glusterd/options should be %config(noreplace) /var/lib/glusterd/options is where cluster.enabled-shared-storage is persisted. If the file is removed as part of an uninstall/reinstall or update then the state of shared storage could be lost. Change-Id: Ie18c3d883df71c1857fd6996d9c03ab247580b70 BUG: 1476873 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: https://review.gluster.org/17934 Smoke: Gluster Build System CentOS-regression: Gluster Build System --- glusterfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index aa54a9eb1b1..f572698c3fa 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1262,7 +1262,7 @@ exit 0 %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/stop/pre %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/stop/pre/S30samba-stop.sh %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/stop/pre/S29CTDB-teardown.sh -%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/options +%config(noreplace) %ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/options %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/peers %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/quotad %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/scrub -- cgit