Add layout fixes for RTD
This commit is contained in:
parent
96b9522f1e
commit
9c9d0edd86
|
@ -177,8 +177,7 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
|
|||
`$ uuidgen`
|
||||
`$ $EDITOR /tmp/test1.xml`
|
||||
|
||||
```
|
||||
<domain type='kvm'>
|
||||
<domain type='kvm'>
|
||||
<name>test1</name>
|
||||
<uuid>[INSERT GENERATED UUID]</uuid>
|
||||
<description>Testing VM</description>
|
||||
|
@ -222,8 +221,7 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
|
|||
</interface>
|
||||
<controller type='scsi' index='0' model='virtio-scsi'/>
|
||||
</devices>
|
||||
</domain>
|
||||
```
|
||||
</domain>
|
||||
|
||||
*NOTE:* This Libvirt XML is only a sample; it should be modified to fit the specifics of the VM. Alternatively to manual configuration, one can use a tool like `virt-manager` to generate valid Libvirt XML configurations for PVC to use.
|
||||
|
||||
|
|
Loading…
Reference in New Issue