Bug 1013452 - It is not possible to change boot order for a VM from rhevm-shell.
Summary: It is not possible to change boot order for a VM from rhevm-shell.
Keywords:
Status: CLOSED DUPLICATE of bug 1012985
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-cli
Version: unspecified
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
: ---
Assignee: Michael Pasternak
QA Contact: Elena
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-30 06:31 UTC by Roman Hodain
Modified: 2018-12-04 15:56 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-30 06:34:04 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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