Change in ovirt-engine[master]: bootstrap: ovirt-node upgrade: create destination directory

Yair Zaslavsky has submitted this change and it was merged. Change subject: bootstrap: ovirt-node upgrade: create destination directory ...................................................................... bootstrap: ovirt-node upgrade: create destination directory One would expect that there will be an ovirt-node upgrade script, however there is none, and the /data/updates is vdsm specific path, which was created by vdsm init script, and then creation was moved to vdsm-reg service. vdsm-reg is going to be retired soon, so move the creation of this directory to the component that sends the iso image. Better solution would be a node upgrade script that receives the image via stdin. Change-Id: I5519bd63383feba9b3bf971543b0d630c24bbca0 Signed-off-by: Alon Bar-Lev <alonbl@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/OVirtNodeUpgrade.java 1 file changed, 31 insertions(+), 0 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9524 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5519bd63383feba9b3bf971543b0d630c24bbca0 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Barak Azulay <bazulay@redhat.com> Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>
participants (1)
-
yzaslavs@redhat.com