You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sanjay Tripathi (JIRA)" <ji...@apache.org> on 2015/03/10 12:17:38 UTC

[jira] [Created] (CLOUDSTACK-8312) The storage usage of "Primary Storage Allocated" is incorrect.

Sanjay Tripathi created CLOUDSTACK-8312:
-------------------------------------------

             Summary: 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)