mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Fix formatting for qemu driver version
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user