Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upstart: Use "ceph osd crush create-or-move".
Now the weight is only set when adding the OSD to the CRUSH map for the first time. Once it's there, it's only moved, and the weight is left untouched. Change the ceph.conf option for the initial weight from osd_crush_weight to osd_crush_initial_weight, to reflect this. If you don't want new OSDs to store data automatically (to minimize balancing and keep a human in the control loop), you can now set osd_crush_initial_weight=0. Closes: ceph#3101 Signed-off-by: Tommi Virtanen <[email protected]>
- Loading branch information