weizhouapache commented on code in PR #12773:
URL: https://github.com/apache/cloudstack/pull/12773#discussion_r2923004353
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/KVMHAMonitor.java:
##########
@@ -34,6 +34,8 @@
public class KVMHAMonitor extends KVMHABase implements Runnable {
+ public static final List<StoragePoolType>
STORAGE_POOL_TYPES_WITH_HA_SUPPORT = List.of(StoragePoolType.NetworkFilesystem,
StoragePoolType.SharedMountPoint);
Review Comment:
the method `isPoolSupportHA` is already there.
I will rename to LIBVIRT_STORAGE_POOL_TYPES_WITH_HA_SUPPORT
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]