| Summary: | OSDs on 7.1 are not starting after ceph-deploy installation. | ||
|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Warren <wusui> |
| Component: | RADOS | Assignee: | Alfredo Deza <adeza> |
| Status: | CLOSED NOTABUG | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3.2 | CC: | ceph-eng-bugs, dzafman, gmeno, kchai, mlawrenc, wusui |
| Target Milestone: | rc | ||
| Target Release: | 1.3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-23 16:52:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Warren
2016-03-30 17:35:38 UTC
This may also be the problem seen in 1320574 Upon further review, the following does not seem to start an osd: ceph-deploy disk zap magna037:sdb ceph-deploy osd create magna037:sdb But the following does start the osd: ceph-deploy disk zap magna037:sdb ceph-deploy osd prepare magna037:sdb ceph-deploy osd activate magna037:sdb1:sdb2 it sounds like an issue in ceph-deploy. @Warren, I think the ceph-deploy behavior on 7.N is expected. "create" is not used and "prepare + activate" is what our docs say: https://access.redhat.com/documentation/en/red-hat-ceph-storage/version-1.2.3/red-hat-ceph-storage-123-installation-guide-for-rhel-x86-64/ Warren, Do Alfredo's suggestions in https://bugzilla.redhat.com/show_bug.cgi?id=1322551#c5 resolve your issue? The prepare and activate combination works. |