We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using --source-osds it fails with AttributeError: 'Namespace' object has no attribute '_source_osds'
--source-osds
AttributeError: 'Namespace' object has no attribute '_source_osds'
This line
ceph-balancer/placementoptimizer.py
Line 4633 in 38e5d5f
the args should be args.source_osds
args.source_osds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using
--source-osds
it fails withAttributeError: 'Namespace' object has no attribute '_source_osds'
This line
ceph-balancer/placementoptimizer.py
Line 4633 in 38e5d5f
the args should be
args.source_osds
The text was updated successfully, but these errors were encountered: