| Summary: | OSD not added to cluster after install and configure. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Tejas <tchandra> | ||||
| Component: | Ceph-Installer | Assignee: | Alfredo Deza <adeza> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.0 | CC: | adeza, aschoen, ceph-eng-bugs, gmeno, hnallurv, nthomas, sankarshan, tchandra | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 2.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-04-01 06:25:04 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: | |||||
| Attachments: |
|
||||||
|
Description
Tejas
2016-03-23 13:12:18 UTC
Would you please provide additional details? I think we're looking for command history and error logs which are missing in the report. Alfredo, Would you please advise what information do we need to understand what's going on here? Is this a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1320574 the setup is still in the same state: [installer] magna103.ceph.redhat.com [mon] magna082.ceph.redhat.com [osd] magna081 magna083 @Tejas, we need to see what requests are being sent, in what order, with what output from the /api/tasks/{ID}
The ticket description here doesn't provide enough to be able to understand what is going on.
@Alfredo, could you please let know where I can find the /api/tasks/{ID} logs.
Also any other logs that are required?
@Tejas the tasks are documented here: http://docs.ceph.com/ceph-installer/docs/#tasks The section on the supported requests has a /api/tasks/ which shows all available: http://docs.ceph.com/ceph-installer/docs/#get--api-tasks- The important things to understand what is going on is to: capture all requests going to the API and match them with their corresponding ID so that the metadata about the operation can be inspected (stdout, stderr, ansible command, etc...) Created attachment 1140845 [details]
tasks ID dump
Looking at the output it seems like the network subnet is not correct:
"public_network": "10.8.128.81/21"
Maybe you meant:
"public_network": "10.8.128.0/21"
*** This bug has been marked as a duplicate of bug 1320574 *** |