image-guide use dom dumpxml command error
OPENSTACK VIRTUAL MACHINE IMAGE GUIDE, in the part of the Example: CentOS image and Example: Ubuntu image, use the command dom dumpxml vm-image, actually here is command virsh dumpxml vm-image Change-Id: If771b3e0bf5f34685e44420bf5f276408463ee70 Closes-Bug: #1477417
This commit is contained in:
parent
101b0c3573
commit
713929f6a2
@ -160,7 +160,7 @@
|
||||
<para>To eject a disk by using the <command>virsh</command> command, libvirt requires that
|
||||
you attach an empty disk at the same target that the CDROM was previously attached,
|
||||
which should be <literal>hdc</literal>. You can confirm the appropriate target using the
|
||||
<command>dom dumpxml <replaceable>vm-image</replaceable></command> command.</para>
|
||||
<command>virsh dumpxml <replaceable>vm-image</replaceable></command> command.</para>
|
||||
<screen><prompt>#</prompt> <userinput>virsh dumpxml centos-6.4</userinput>
|
||||
<computeroutput><domain type='kvm'>
|
||||
<name>centos-6.4</name>
|
||||
|
@ -115,7 +115,7 @@
|
||||
<para>To eject a disk using <command>virsh</command>, libvirt requires that you attach an
|
||||
empty disk at the same target that the CDROM was previously attached, which should be
|
||||
<literal>hdc</literal>. You can confirm the appropriate target using the
|
||||
<command>dom dumpxml <replaceable>vm-image</replaceable></command> command.</para>
|
||||
<command>virsh dumpxml <replaceable>vm-image</replaceable></command> command.</para>
|
||||
<screen><prompt>#</prompt> <userinput>virsh dumpxml trusty</userinput>
|
||||
<computeroutput><domain type='kvm'>
|
||||
<name>trusty</name>
|
||||
|
Loading…
Reference in New Issue
Block a user