[
https://issues.apache.org/jira/browse/CLOUDSTACK-8312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356448#comment-14356448
]
ASF subversion and git services commented on CLOUDSTACK-8312:
-------------------------------------------------------------
Commit 5aedeb74f98a24f41e4740d41a9d3a74925846b4 in cloudstack's branch
refs/heads/4.5 from [~sanjay.tripathi]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5aedeb7 ]
CLOUDSTACK-8312: The storage usage of "Primary Storage Allocated" is incorrect.
(cherry picked from commit 520d96724ac437aa0a9ed391066f4f0879eaef7e)
Signed-off-by: Rohit Yadav <[email protected]>
> The storage usage of "Primary Storage Allocated" is incorrect.
> --------------------------------------------------------------
>
> Key: CLOUDSTACK-8312
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8312
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.5.0
> Environment: Master branch code
> XS 6.5
> Reporter: Sanjay Tripathi
> Assignee: Sanjay Tripathi
> Fix For: 4.6.0
>
>
> CS only count volume size into "Resources:Primary Storage Allocated", but
> missed count in template copied to primary storage.
> Infrastructure -> Zones -> Advanced-Zone -> Resources:Primary Storage
> Allocated
> SELECT SUM(volumes.size),COUNT(*) FROM volumes WHERE volumes.pool_id = ? AND
> volumes.removed IS NULL AND volumes.state != 'Destroy'
>
> REPRO STEPS
> ==================
> 1. Get CS prepared.
> 2. query volume size in database, which is exactly size show in UI:
> Infrastructure -> Zones -> Advanced-Zone -> Resources:Primary Storage
> Allocated
> 3.it does not count in template size in template_spool_ref
>
> EXPECTED BEHAVIOR
> ==================
> "Primary Storage Allocated" should count both volume and template in primary
> storage.
> ACTUAL BEHAVIOR
> ==================
> "Primary Storage Allocated" only count volume size.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)