You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/12/29 08:39:33 UTC

[GitHub] [cloudstack] rohityadavcloud commented on issue #5500: CEPH Primary Storage capacity calculate

rohityadavcloud commented on issue #5500:
URL: https://github.com/apache/cloudstack/issues/5500#issuecomment-1002461560


   Hi @leolleeooleo I'm using Ceph v16 (pacific) with ACS 4.16.0.0 and not able to reproduce this, however I update the max pool capacity after adding it: (in this example, max. allocatable capacity of ceph cluster/pool set to 200GB)
   ```
   > update storagepool capacitybytes=214748364800 id=<pool-id> 
   {
     "storagepool": {
       "created": "2021-12-22T12:22:54+0000",
       "disksizeallocated": 109735575552,
       "disksizetotal": 214748364800,
       "disksizeused": 65567482252,
       "hasannotations": false,
       "hypervisor": "KVM",
       "id": "--redacted--",
       "ipaddress": "a.b.c.d",
       "name": "MeowCeph",
       "overprovisionfactor": "1.0",
       "path": "XXXXX",
       "provider": "DefaultPrimary",
       "scope": "ZONE",
       "state": "Up",
       "tags": "ceph",
       "type": "RBD",
       "zoneid": "ZZZZZ",
       "zonename": "MeowZone"
     }
   }
   ```
   ![Screenshot from 2021-12-29 14-07-11](https://user-images.githubusercontent.com/95203/147643063-d39d4078-c8a1-41a0-9e62-28624f7bd8e0.png)
   
   I also set overprovisioning value to 1.0 for my pool, in my case the storage value is shown correctly on the dashboard.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org