Skip to content
Snippets Groups Projects
Commit 8f4a6523 authored by Antonio Falabella's avatar Antonio Falabella
Browse files

Update configuration.md

parent 3ed191f8
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@ ceph osd pool create ceph_metadata 2 replicated nvme_meta
ceph osd pool set ceph_metadata size 2
ceph osd force-create-pg 2.0 --yes-i-really-mean-it
```
To change the number of placement groups in a pool
```
ceph osd pool set <pool name> pg_num <num>
```
### Pool autotune
```
ceph osd pool autoscale-status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment