Bug #38262
New Bionic install fails qa/standalone/ceph-helpers.sh
% Done:
0%
Source:
Tags:
Backport:
luminous, mimic
Regression:
No
Severity:
3 - minor
Description
A brand new Ubuntu Bionic install fails qa/standalone/ceph-helpers.sh.
cd build
../qa/run-standalone.sh test-ceph-helpers.sh
HEALTH_WARN 8 mgr modules have failed dependencies MGR_MODULE_DEPENDENCY 8 mgr modules have failed dependencies Module 'balancer' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory Module 'crash' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory Module 'devicehealth' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory Module 'iostat' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory Module 'progress' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory Module 'restful' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory Module 'status' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory Module 'volumes' has failed dependency: librados.so.3: cannot open shared object file: No such file or directory ../qa/standalone/ceph-helpers.sh:1578: wait_for_health: return 1
Related issues
History
#1 Updated by David Zafman almost 2 years ago
- Assignee set to David Zafman
#2 Updated by David Zafman almost 2 years ago
- Status changed from New to In Progress
After fixing the code to find librados.so.3 the same test failed dependency on pyopenssl.
HEALTH_WARN Module 'restful' has failed dependency: No module named OpenSSL MGR_MODULE_DEPENDENCY Module 'restful' has failed dependency: No module named OpenSSL Module 'restful' has failed dependency: No module named OpenSSL
After "pip install pyopenssl" this error goes away.
#3 Updated by David Zafman almost 2 years ago
- Related to Cleanup #38088: Add dependencies for missing Python packages added
#4 Updated by David Zafman almost 2 years ago
- Pull request ID set to 26371
#5 Updated by David Zafman almost 2 years ago
- Related to Bug #37584: Get a mgr error when I try to vstart a test cluster added
#6 Updated by David Zafman almost 2 years ago
I removed the python openssl installation based on the changes in https://github.com/ceph/ceph/pull/26402
#7 Updated by David Zafman almost 2 years ago
- Status changed from In Progress to Fix Under Review
#8 Updated by David Zafman almost 2 years ago
- Status changed from Fix Under Review to Pending Backport
- Backport set to luminous, mimic
#9 Updated by Nathan Cutler almost 2 years ago
- Copied to Backport #38337: mimic: New Bionic install fails qa/standalone/ceph-helpers.sh added
#10 Updated by Nathan Cutler almost 2 years ago
- Copied to Backport #38338: luminous: New Bionic install fails qa/standalone/ceph-helpers.sh added
#11 Updated by David Zafman over 1 year ago
- Status changed from Pending Backport to Resolved