Fabian Deutsch has submitted this change and it was merged. Change subject: functions: Make sure a stored file is bind mounted ......................................................................
functions: Make sure a stored file is bind mounted Previously the ovirt_store_config function was not correctly bind mounting files into the target, if the contents of that file were unchanged compared to the laready persisted file. This could cause a situation where changes done to a file after ovirt_store_config was called, were lost. This is especially annoying if those were newly set passwords. Change-Id: If26579837d4b91e96f785d79ec6ad07201735747 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1246117 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirtnode/ovirtfunctions.py 1 file changed, 9 insertions(+), 0 deletions(-) -- To view, visit https://gerrit.ovirt.org/44164 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If26579837d4b91e96f785d79ec6ad07201735747 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
