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
shrink-osd: various fixes #5599
Conversation
|
jenkins test centos-non_container-shrink_osd_single |
|
jenkins test centos-container-shrink_osd_single |
|
jenkins test centos-non_container-shrink_osd_multiple |
|
jenkins test centos-container-shrink_osd_multiple |
|
jenkins test centos-non_container-shrink_osd_single |
1 similar comment
|
jenkins test centos-non_container-shrink_osd_single |
|
jenkins test centos-non_container-shrink_osd_multiple |
|
jenkins test centos-container-shrink_osd_single |
|
jenkins test centos-container-shrink_osd_multiple |
|
jenkins test centos-non_container-all_daemons |
edbcbba
to
f219421
Compare
This handles missing /etc/ceph/osd, by ensuring we actually found files in
`/etc/ceph/osd` before trying to slurp their content.
This also add a missing `| default(False)` to avoid fowlloing error:
```
fatal: [ceph01]: FAILED! =>
msg: |-
The conditional check 'ceph_osd_data_json[item.2]['encrypted'] | bool' failed. The error was: error while evaluating conditional (ceph_osd_data_json[item.2]['encrypted'] | bool): 'dict object' has no attribute 'encrypted'
```
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1862416
Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
|
jenkins test centos-container-shrink_osd_single |
|
jenkins test centos-container-shrink_osd_multiple |
|
jenkins test centos-non_container-shrink_osd_single |
|
jenkins test centos-non_container-shrink_osd_multiple |
This handles missing /etc/ceph/osd, by ensuring we actually found files in
/etc/ceph/osdbefore trying to slurp their content.This also add a missing
| default(False)to avoid fowlloing error:Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1862416
Signed-off-by: Benoît Knecht bknecht@protonmail.ch