sureshanaparti commented on code in PR #6552:
URL: https://github.com/apache/cloudstack/pull/6552#discussion_r922197938
##########
api/src/main/java/com/cloud/storage/Storage.java:
##########
@@ -148,7 +148,8 @@ public static enum StoragePoolType {
PowerFlex(true, true), // Dell EMC PowerFlex/ScaleIO (formerly
VxFlexOS)
ManagedNFS(true, false),
Linstor(true, true),
- DatastoreCluster(true, true); // for VMware, to abstract pool of
clusters
+ DatastoreCluster(true, true), // for VMware, to abstract pool of
clusters
+ StorPool(true, false);
Review Comment:
StorPool doesn't support over provisioning?
--
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]