wido commented on issue #4302:
URL: https://github.com/apache/cloudstack/issues/4302#issuecomment-906199932
Yes, this is not a CloudStack thing. One needs to specify the data pool in
the settings inside Ceph:
I use a similar setup with Ceph EC and I have configured this inside Ceph:
<pre>
wdh@mon-72-4-36:~$ sudo ceph config dump|grep pool
client advanced rbd_default_data_pool
rbd-data *
wdh@mon-72-4-36:~$
</pre>
The pool **rbd** is defined in CloudStack, but internally all is stores in
the rbd-data pool:
<pre>
wdh@mon-72-4-36:~$ sudo ceph df
--- RAW STORAGE ---
CLASS SIZE AVAIL USED RAW USED %RAW USED
hdd 1015 TiB 564 TiB 451 TiB 451 TiB 44.45
TOTAL 1015 TiB 564 TiB 451 TiB 451 TiB 44.45
--- POOLS ---
POOL ID PGS STORED OBJECTS USED %USED MAX AVAIL
device_health_metrics 1 1 13 MiB 126 39 MiB 0 112 TiB
rbd 2 64 197 MiB 853 673 MiB 0 112 TiB
rbd-data 3 512 281 TiB 73.45M 448 TiB 57.19 224 TiB
wdh@mon-72-4-36:~$
</pre>
So nothing needs to be changed here inside CloudStack.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]