Dan Kenigsberg has submitted this change and it was merged. Change subject: hsm: use _hsmSchedule for spmStart ......................................................................
hsm: use _hsmSchedule for spmStart Method spmStart can now take advantage of _hsmSchedule to schedule its job (without persistency). The spmStart task never needed any persistency because its lifecycle is strictly tied to the vdsm process and it doesn't involve any storage modification that requires a rollback (or rollforward). Change-Id: I578f3bc2360e291b05b38e64e8c8bad87e5cd753 Signed-off-by: Federico Simoncelli <[email protected]> Reviewed-on: http://gerrit.ovirt.org/26772 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/storage/hsm.py 1 file changed, 2 insertions(+), 7 deletions(-) Approvals: Federico Simoncelli: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/26772 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I578f3bc2360e291b05b38e64e8c8bad87e5cd753 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[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
