Dan Kenigsberg has submitted this change and it was merged. Change subject: Storage connection reference: move persistent dir to /var/lib/vdsm ......................................................................
Storage connection reference: move persistent dir to /var/lib/vdsm The current persistent dir for connection reference is /var/run/vdsm/connections, however /var/run is tmpfs so it's not truely persistent enough. According to the WIKI page [1], the connection reference is meant to survive reboots. This patch moves the persistent dir to /var/lib/vdsm/connections to achieve this. [1] http://www.ovirt.org/Features/ConnectionReferences#Description Change-Id: Iff758232ded5ef730d24f36d5d493255fc7775d0 Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M vdsm/storage/hsm.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ayal Baron: Looks good to me, approved Mark Wu: Looks good to me, but someone else must approve Dan Kenigsberg: Zhou Zheng Sheng: Verified -- To view, visit http://gerrit.ovirt.org/13087 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iff758232ded5ef730d24f36d5d493255fc7775d0 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
