Skip to content

Commit 88d9334

Browse files
committed
address comment
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 7a1f2e7 commit 88d9334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/com/cloud/api/query/QueryManagerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5072,6 +5072,7 @@ private void fillVMOrTemplateDetailOptions(final Map<String, List<String>> optio
50725072
options.put(VmDetailConstants.VIRTUAL_TPM_VERSION, Arrays.asList("1.2", "2.0"));
50735073
options.put(VmDetailConstants.GUEST_CPU_MODE, Arrays.asList("custom", "host-model", "host-passthrough"));
50745074
options.put(VmDetailConstants.GUEST_CPU_MODEL, Collections.emptyList());
5075+
options.put(VmDetailConstants.KVM_SKIP_FORCE_DISK_CONTROLLER, Arrays.asList("true", "false"));
50755076
}
50765077

50775078
if (HypervisorType.VMware.equals(hypervisorType)) {

0 commit comments

Comments
 (0)