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 <[email protected]> --- 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 <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
