Dan Kenigsberg has submitted this change and it was merged. Change subject: upgrade: fix seal persistence for oVirt node ......................................................................
upgrade: fix seal persistence for oVirt node The oVirt node filesystem is not persistent by default. However, it has a mechanism to persist files and directories. It is necessary for a mechanism such as the upgrade sealing, that depends on files surviving reboots, to make sure that the files are persisted. This bug had a crucial effect on the referenced bug. On boot: - the upgrade to unified script would run before restore-nets - Since restore-nets hadn't run, nothing would be on running config - upgrade to unified would save that empty running config as persisted - restore-nets would then run and restore to a non existing configuration. Change-Id: I7bd945ae9fc2b5687a1f216f67711dc5fa3e41aa Bug-Url: https://bugzilla.redhat.com/1108571 Signed-off-by: Antoni S. Puimedon <[email protected]> Reviewed-on: http://gerrit.ovirt.org/29545 Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-by: Dima Kuznetsov <[email protected]> Reviewed-by: Douglas Schilling Landgraf <[email protected]> Tested-by: Douglas Schilling Landgraf <[email protected]> --- M lib/vdsm/tool/upgrade.py 1 file changed, 6 insertions(+), 2 deletions(-) Approvals: Douglas Schilling Landgraf: Verified; Looks good to me, but someone else must approve Dima Kuznetsov: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29545 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7bd945ae9fc2b5687a1f216f67711dc5fa3e41aa Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dima Kuznetsov <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
