Even more formatting tweaks

This commit is contained in:
Joshua Boniface 2019-07-06 18:16:01 -04:00
parent 2b657f73a1
commit 7ab8c81c4f
1 changed files with 3 additions and 3 deletions

View File

@ -169,12 +169,12 @@ This section walks through deploying a simple Debian VM to the cluster with Debo
0. Exit the `chroot` environment, unmount the temporary mountpoint, and unmap the RBD device: 0. Exit the `chroot` environment, unmount the temporary mountpoint, and unmap the RBD device:
`[chroot]$ exit` `[chroot]$ exit`
`$ umount <temporary_mountpoint>` `$ umount <temporary_mountpoint>`
`$ rbd unmap /dev/rd0` `$ rbd unmap /dev/rd0`
0. Prepare a Libvirt XML configuration, obtaining the required Ceph storage secret and a new random VM UUID first. This example provides a very simple VM with 1 vCPU, 1GB RAM, the previously-configured network `100`, and the previously-configured disk `vms/test1_disk0`: 0. Prepare a Libvirt XML configuration, obtaining the required Ceph storage secret and a new random VM UUID first. This example provides a very simple VM with 1 vCPU, 1GB RAM, the previously-configured network `100`, and the previously-configured disk `vms/test1_disk0`:
`$ virsh secret-list` `$ virsh secret-list`
`$ uuidgen` `$ uuidgen`
`$ $EDITOR /tmp/test1.xml` `$ $EDITOR /tmp/test1.xml`
``` ```