Bug 1013452

Summary: It is not possible to change boot order for a VM from rhevm-shell.
Product: Red Hat Enterprise Virtualization Manager Reporter: Roman Hodain <rhodain>
Component: ovirt-engine-cliAssignee: Michael Pasternak <mpastern>
Status: CLOSED DUPLICATE QA Contact: Elena <edolinin>
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, bazulay, iheim, oramraz, Rhev-m-bugs, srevivo, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-30 06:34:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Roman Hodain 2013-09-30 06:31:33 UTC
Description of problem:
It is not possible to change the boot-order of any VM with parameter --os-boot

Version-Release number of selected component (if applicable):
 - rhevm-cli-3.2.0.9-1
 - rhevm-3.2.2-0.41

How reproducible:
100%

Steps to Reproduce:
1. Crate a new VM
2. Set boot -order:

    # update vm TestVM --os-boot boot.dev=hd,boot.dev=cdrom 
       name                      : TestVM
       ...
       os-boot-dev               : hd
       os-boot-dev               : cdrom
       ...

3. Change the boot-order

    # update vm TestVM --os-boot boot.dev=cdrom,boot.dev=hd
       name                      : TestVM
       ...
       os-boot-dev               : hd
       os-boot-dev               : cdrom
       ...


Actual results:
The boot-order does not change

Expected results:
the boot order changes

Additional info:
This operation is done when the VM is down.

Comment 1 Roman Hodain 2013-09-30 06:34:04 UTC

*** This bug has been marked as a duplicate of bug 1012985 ***