19 Nov
2019
19 Nov
'19
9:22 a.m.
On 11/19/19 4:01 PM, Thomas Schneider wrote:
If Ceph is not cabable to manage rebalancing automatically, how can I proceed to rebalance the data manually?
Use offline upmap for your target pool: ceph osd getmap -o om; osdmaptool om --upmap upmap.sh --upmap-pool=hdd_backup --upmap-deviation 0; bash upmap.sh; rm -f upmap.sh om k