[node-patches] Change in ovirt-node[master]: Persist /var/lib/glusterd
rbarry at redhat.com
rbarry at redhat.com
Tue Jun 3 20:57:37 UTC 2014
Ryan Barry has uploaded a new change for review.
Change subject: Persist /var/lib/glusterd
......................................................................
Persist /var/lib/glusterd
Persist gluster's config directory in the installer so created
volumes remain.
Change-Id: Icc5cbd3843a3b38f024640a2ecea5b075e2f1e5a
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirtnode/ovirtfunctions.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/34/28334/1
diff --git a/src/ovirtnode/ovirtfunctions.py b/src/ovirtnode/ovirtfunctions.py
index b46a42f..ae778ce 100644
--- a/src/ovirtnode/ovirtfunctions.py
+++ b/src/ovirtnode/ovirtfunctions.py
@@ -79,7 +79,8 @@
"/etc/pki",
"/etc/iscsi/initiatorname.iscsi",
"/etc/logrotate.d/ovirt-node",
- "/var/lib/random-seed" ]
+ "/var/lib/random-seed",
+ "/var/lib/glusterd"]
OVIRT_VARS = {}
# Parse all OVIRT_* variables
--
To view, visit http://gerrit.ovirt.org/28334
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc5cbd3843a3b38f024640a2ecea5b075e2f1e5a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list