Skip to content

Commit 3835e8b

Browse files
committed
Extend comment
1 parent 0c8a6aa commit 3835e8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ public boolean configure(final String name, final Map<String, Object> params) th
820820
}
821821

822822
// Enable/disable IO driver for Qemu (in case it is not set CloudStack can also detect if its supported by qemu)
823+
// Do not remove - switching it to AgentProperties.Property may require accepting null values for the properties default value
823824
String enableIoUringConfig = (String) params.get(ENABLE_IO_URING_PROPERTY);
824825
enableIoUring = isIoUringEnabled(enableIoUringConfig);
825826

0 commit comments

Comments
 (0)