This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 421517f CLOUDSTACK-10133: Local storage overprovisioning for ext file
system (#2310)
421517f is described below
commit 421517f949dcded5d06f0930289271e70b3e11f3
Author: subhash yedugundla <[email protected]>
AuthorDate: Wed Nov 22 17:23:34 2017 +0530
CLOUDSTACK-10133: Local storage overprovisioning for ext file system (#2310)
Local storage overprovisioning for ext file system
---
api/src/com/cloud/storage/Storage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/src/com/cloud/storage/Storage.java
b/api/src/com/cloud/storage/Storage.java
index c94cefe..ef87283 100644
--- a/api/src/com/cloud/storage/Storage.java
+++ b/api/src/com/cloud/storage/Storage.java
@@ -145,7 +145,7 @@ public class Storage {
}
public boolean supportsOverProvisioning() {
- return this == StoragePoolType.NetworkFilesystem || this ==
StoragePoolType.VMFS || this == StoragePoolType.PreSetup;
+ return this == StoragePoolType.NetworkFilesystem || this ==
StoragePoolType.VMFS || this == StoragePoolType.PreSetup || this ==
StoragePoolType.EXT;
}
}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].