Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph_manager: lower mon_reweight_min_bytes_per_osd to 10 #1128

Merged
merged 1 commit into from Aug 23, 2016
Merged

Conversation

tchaikov
Copy link
Contributor

otherwise monitor could reject the command:

Refusing to reweight: we only used 588084 kb used across all osds!

if the average used space is smaller than
mon_reweight_min_bytes_per_osd.

Fixes: http://tracker.ceph.com/issues/16805
Signed-off-by: Kefu Chai kchai@redhat.com

@tchaikov
Copy link
Contributor Author

tchaikov commented Aug 22, 2016

otherwise monitor could reject the command:
```
Refusing to reweight: we only used 588084 kb used across all osds!
```
if the average used space is smaller than
`mon_reweight_min_bytes_per_osd`.

Fixes: http://tracker.ceph.com/issues/16805
Signed-off-by: Kefu Chai <kchai@redhat.com>
@athanatos
Copy link
Contributor

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants