Bug 1446327 - [CodeChange] Update Vm's disk should be executed serially using the CoCo infrastructure
Summary: [CodeChange] Update Vm's disk should be executed serially using the CoCo infr...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: Backend.Core
Version: 4.1.2
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Maor
QA Contact: Elad
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-27 16:36 UTC by Maor
Modified: 2022-04-21 06:37 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-09-03 08:31:26 UTC
oVirt Team: Storage
Embargoed:
sbonazzo: ovirt-4.3-


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHV-43446 0 None None None 2021-09-09 12:19:24 UTC
oVirt gerrit 74164 0 master ABANDONED core: Refactor updateVmDisk to support serial tasks. 2020-03-17 14:16:23 UTC

Description Maor 2017-04-27 16:36:45 UTC
Description of problem:

UpdateVmDiskCommand should be refactored to use the CoCo infrastructure.
The amend, extend and update disk will be executed serially, if an
operation will fail the process will be stopped.

Currently several properties will not be able to be updated in the same operation like extend and amend.
With CoCo those should be updated properly.

The relevant operation that will be reflected is the REST operation:
  http://localhost:8080/ovirt-engine/api/vms/111/diskattachments/222

With the following body:
  <disk_attachment>
      <disk>
         ...
      </disk>
  </disk_attachment>

Version-Release number of selected component (if applicable):
4.1.2

Steps to Reproduce:
1. Update Vm's disk
2.
3.

Comment 1 Maor 2018-08-13 04:32:49 UTC
*** Bug 1610212 has been marked as a duplicate of this bug. ***

Comment 2 Tal Nisan 2018-09-03 08:31:26 UTC
Closing old bugs, reopen if still needed.


Note You need to log in before you can comment on or make changes to this bug.