Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/adminguide/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,18 @@ To create an Instance from a Template:
specified at the Instance or Template level. For an existing Instance its settings can be updated while it is in
stopped state by admin.

**KVM**

Instances running on the KVM hypervisor with UEFI Secure Boot have disk controllers automatically enforced:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Instances running on the KVM hypervisor with UEFI Secure Boot have disk controllers automatically enforced:
Instances running on the KVM hypervisor with UEFI Secure Boot have the following disk controllers automatically enforced:


- Windows OS instances use SATA
- Non-Windows OS instances use VirtIO

Starting with 4.20.3 and later, this behavior can be overridden by setting the following template or instance detail:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Starting with 4.20.3 and later, this behavior can be overridden by setting the following template or instance detail:
Starting with 4.20.3 and later, this behavior can be overridden by setting the following template or instance detail to true:


``skip.force.disk.controller = true``

When set, disk controller enforcement is skipped and the controllers defined by template/instance details are used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When set, disk controller enforcement is skipped and the controllers defined by template/instance details are used.
When set to true, the disk controller enforcement is skipped and the controllers defined by template/instance details are used.

need to mention which detail takes priority?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sureshanaparti ,@shwstppr - based on the test results so far, instance-level detail takes priority over template-level (standard CloudStack behavior). We can add: 'If set on both template and instance, the instance setting takes precedence.'"


Install Required Tools and Drivers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down