Fix formatting for qemu driver version

This commit is contained in:
Abhishek Chanda
2015-10-11 12:55:23 -07:00
parent 441971e015
commit 4f694933d3

View File

@@ -48,7 +48,7 @@ The `Qemu` driver will set the following client attributes:
* `driver.qemu` - Set to `1` if Qemu is found on the host node. Nomad determines
this by executing `qemu-system-x86_64 -version` on the host and parsing the output
* `driver.qemu.version` - Version of `qemu-system-x86_64, ex: `2.4.0`
* `driver.qemu.version` - Version of `qemu-system-x86_64`, ex: `2.4.0`
## Resource Isolation
@@ -59,4 +59,4 @@ better performance.
Virtualization provides the highest level of isolation for workloads that
require additional security, and resources use is constrained by the Qemu
hypervisor rather than the host kernel. VM network traffic still flows through
the host's interface(s).
the host's interface(s).