[
https://issues.apache.org/jira/browse/CLOUDSTACK-8313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287742#comment-16287742
]
ASF subversion and git services commented on CLOUDSTACK-8313:
-------------------------------------------------------------
Commit 885f5617917e2edc4a2f4b08aa8b84569d37df1f in cloudstack's branch
refs/heads/master from [~widodh]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=885f561 ]
CLOUDSTACK-8313: Support overprovisioning for local storage (#2356)
This used to work in earlier version but was broken during a earlier
refactor.
This commit restores the functionality, but is also adds a boolean
per storage pool type if it supports overprovisioning.
This removes the nasty if which hard codes it.
UnitTests are also added to this commit to verify this functionality
remains stable in future releases.
Signed-off-by: Wido den Hollander <[email protected]>
> Local Storage overprovisioning should be possible
> -------------------------------------------------
>
> Key: CLOUDSTACK-8313
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8313
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server, Storage Controller
> Affects Versions: 4.4.0, 4.4.2, 4.3.2
> Reporter: Wido den Hollander
> Assignee: Wido den Hollander
> Fix For: 4.6.0
>
>
> Currently we don't allow local storage to be overprovisioned.
> On KVM we use QCOW2 which is sparsely allocated and also uses clones for
> deploying from templates.
> This makes it possible to overprovision local storage as well, but currently
> StorageManagerImpl does not apply local storage over provisioning.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)