One more attempt

This commit is contained in:
Joshua Boniface 2019-07-06 18:15:11 -04:00
parent ca1aada5b0
commit 2b657f73a1
1 changed files with 47 additions and 45 deletions

View File

@ -177,6 +177,7 @@ 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>
@ -222,6 +223,7 @@ 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.