Skip to content

Commit

Permalink
F OpenNebula/one#6636: Update documentation on onevmmupdateconf(CPU_M…
Browse files Browse the repository at this point in the history
…ODEL/FEATURES) (#3151)

Signed-off-by: Valentyn Bohdan <[email protected]>
  • Loading branch information
vvbohdan authored Jan 17, 2025
1 parent c3e11e4 commit 53b38b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ The supported attributes are:
| ``OS`` | ``ARCH``, ``MACHINE``, ``KERNEL``, ``INITRD``, ``BOOTLOADER``, ``BOOT``, |
| | ``KERNEL_CMD``, ``ROOT``, ``SD_DISK_BUS``, ``UUID``, ``FIRMWARE`` |
+--------------------+--------------------------------------------------------------------------------+
| ``CPU_MODEL`` | ``MODEL`` |
| ``CPU_MODEL`` | ``MODEL``, ``FEATURES`` |
+--------------------+--------------------------------------------------------------------------------+
| ``FEATURES`` | ``ACPI``, ``PAE``, ``APIC``, ``LOCALTIME``, ``HYPERV``, ``GUEST_AGENT``, |
| | ``VIRTIO_SCSI_QUEUES``, ``VIRTIO_BLK_QUEUES``, ``IOTHREADS`` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ Some of the VM configuration attributes defined in the VM Template can be update
+-------------------+-------------------------------------------------------------------------+
| ``RAW`` | ``DATA``, ``DATA_VMX``, ``TYPE``, ``VALIDATE`` |
+-------------------+-------------------------------------------------------------------------+
| ``CPU_MODEL`` | ``MODEL`` |
| ``CPU_MODEL`` | ``MODEL``, ``FEATURES`` |
+-------------------+-------------------------------------------------------------------------+
| ``BACKUP_CONFIG`` | ``FS_FREEZE``, ``KEEP_LAST``, ``BACKUP_VOLATILE``, ``MODE``, |
| | ``INCREMENT_MODE`` |
Expand Down
2 changes: 1 addition & 1 deletion source/open_cluster_deployment/kvm_node/kvm_driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The full list of configuration attributes are:
GRAPHICS = ["TYPE", "LISTEN", "PASSWD", "KEYMAP", "COMMAND" ]
VIDEO = ["TYPE", "IOMMU", "ATS", "VRAM", "RESOLUTION"]
RAW = ["DATA", "DATA_VMX", "TYPE", "VALIDATE"]
CPU_MODEL = ["MODEL"]
CPU_MODEL = ["MODEL", "FEATURES"]
BACKUP_CONFIG = ["FS_FREEZE", "KEEP_LAST", "BACKUP_VOLATILE", "MODE", "INCREMENT_MODE"]
CONTEXT (any value, except ETH*, **variable substitution will be made**)
Expand Down

0 comments on commit 53b38b5

Please sign in to comment.