[ https://issues.apache.org/jira/browse/CLOUDSTACK-10133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262384#comment-16262384 ]
ASF GitHub Bot commented on CLOUDSTACK-10133: --------------------------------------------- rhtyd closed pull request #2310: CLOUDSTACK-10133 Local storage overprovisioning for ext file system URL: https://github.com/apache/cloudstack/pull/2310 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/api/src/com/cloud/storage/Storage.java b/api/src/com/cloud/storage/Storage.java index c94cefe732f..ef872835779 100644 --- a/api/src/com/cloud/storage/Storage.java +++ b/api/src/com/cloud/storage/Storage.java @@ -145,7 +145,7 @@ public boolean isShared() { } 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; } } ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Local storage overprovisioning for ext file system > -------------------------------------------------- > > Key: CLOUDSTACK-10133 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10133 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Management Server > Affects Versions: 4.10.1.0 > Reporter: subhash yedugundla > > Currently cloudstack does not allow local storage to e \ -- This message was sent by Atlassian JIRA (v6.4.14#64029)