sureshanaparti commented on code in PR #12773:
URL: https://github.com/apache/cloudstack/pull/12773#discussion_r2922982736
##########
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:
@weizhouapache is it possible to add supportHA() in respective storage
driver/plugin and check for it?
--
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]