ceph / ceph-helm

Curated applications for Kubernetes
Apache License 2.0
108 stars 36 forks source link

How can I adjust the number of pgs ? #46

Closed saitejar closed 6 years ago

saitejar commented 6 years ago

I have a running ceph deployment in kubernetes. What is the suggested way to adjust the number of pgs dynamically(as more osds(nodes) get added) with the ceph-helm deployment?

alram commented 6 years ago

There's no k8s job to handle that. Just like with baremetal, you'd run ceph osd pool set <pool> <pg_num|pgp_num> <value> from one of the ceph-mon containers

saitejar commented 6 years ago

got it. thank you. @alram