Bug 1012802

Summary: Parameter --os-boot-dev does not exist in rhevm-shell any more.
Product: Red Hat Enterprise Virtualization Manager Reporter: Roman Hodain <rhodain>
Component: DocumentationAssignee: rhev-docs <rhev-docs>
Status: CLOSED CURRENTRELEASE QA Contact: Lucy Bopf <lbopf>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.5.0CC: adahms, akotov, lbopf, rbalakri, Rhev-m-bugs, rhodain, rnori, 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: 2015-02-15 23:47:00 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:
Embargoed:
Attachments:
Description Flags
vm-os-boot command example none

Description Roman Hodain 2013-09-27 07:38:50 UTC
Description of problem:
Parameter --os-boot-dev that is type "string" has been replaced by parameter --os-boot that is a collection: Example use:

   # update vm Win7 --os-boot boot.dev=network,boot.dev=cdrom

This change is not included in the latest documentation


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

Red Hat Enterprise Virtualization 3.2
Command Line Shell Guide
A Guide for Installing and Using the Command Line Shell for Red Hat Enterprise Virtualization
Edition 1

Comment 5 David Ryan 2014-10-03 07:11:56 UTC
Roman - does the same apply to the --vm-os-boot-dev parameter? For example, starting a VM might have been:

[RHEVM shell (connected)]# action vm start --vm-os-boot-dev cdrom

Is this now:

[RHEVM shell (connected)]# action vm start --vm-os-boot cdrom

Comment 6 David Ryan 2014-10-14 09:15:24 UTC
Created attachment 946771 [details]
vm-os-boot command example

Comment 9 Lucy Bopf 2014-10-22 11:54:05 UTC
Reviewed for docs QE.

All instances of 'os-boot-dev' have been changed to 'os-boot'. All instances of 'vm-os-boot-dev' have been changed to 'vm-os-boot'. The 'type' for these parameters has been changed from 'string' to 'collection'.

VERIFIED.