You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sailaja Mada (JIRA)" <ji...@apache.org> on 2013/04/18 13:57:15 UTC

[jira] [Created] (CLOUDSTACK-2087) Destroying the instance is not decrementing the primary storage usage [Resource Count table - No of volumes is not got decremented]

Sailaja Mada created CLOUDSTACK-2087:
----------------------------------------

             Summary: Destroying the instance is not decrementing the primary storage usage [Resource Count table - No of volumes is not got decremented]
                 Key: CLOUDSTACK-2087
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2087
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Storage Controller
    Affects Versions: 4.2.0
            Reporter: Sailaja Mada
            Priority: Critical


Setup : Advanced Networking Zone,  Xen 6.1 , MS -RHel 6.3

Steps:

1.  Deploy instance using ROOT Admin
2. Verify the primary storage usage using list accounts:

http://localhost:8096/client/api?command=listAccounts&listAll=true

<primarystoragelimit>Unlimited</primarystoragelimit>
<primarystoragetotal>65</primarystoragetotal><primarystorageavailable>Unlimited</primarystorageavailable>

3. Destroy the instance and ensure that ROOT volume of this instance is removed from Volumes table

4. Verify the primary storage usage using list accounts:

http://localhost:8096/client/api?command=listAccounts&listAll=true

<primarystoragelimit>Unlimited</primarystoragelimit>
<primarystoragetotal>65</primarystoragetotal><primarystorageavailable>Unlimited</primarystorageavailable>

Observation:
1) Destroying the instance is not decrementing the primary storage usage 

2) [Resource Count table - No of volumes is not got decremented


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira