Add layout fixes for RTD
This commit is contained in:
parent
96b9522f1e
commit
9c9d0edd86
|
@ -177,7 +177,6 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
|
||||||
`$ uuidgen`
|
`$ uuidgen`
|
||||||
`$ $EDITOR /tmp/test1.xml`
|
`$ $EDITOR /tmp/test1.xml`
|
||||||
|
|
||||||
```
|
|
||||||
<domain type='kvm'>
|
<domain type='kvm'>
|
||||||
<name>test1</name>
|
<name>test1</name>
|
||||||
<uuid>[INSERT GENERATED UUID]</uuid>
|
<uuid>[INSERT GENERATED UUID]</uuid>
|
||||||
|
@ -223,7 +222,6 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
|
||||||
<controller type='scsi' index='0' model='virtio-scsi'/>
|
<controller type='scsi' index='0' model='virtio-scsi'/>
|
||||||
</devices>
|
</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.
|
*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