| Summary: | [RBD] All RBD commands hang in the latest repos of ceph-ansible and ceph | ||
|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Tejas <tchandra> |
| Component: | Ceph-Installer | Assignee: | Christina Meno <gmeno> |
| Status: | CLOSED WORKSFORME | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | adeza, aschoen, ceph-eng-bugs, hnallurv, jdillama, kdreyer, nthomas, sankarshan, tchandra, tganguly |
| Target Milestone: | rc | ||
| Target Release: | 2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-05 04:14:05 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
Tejas
2016-04-19 10:49:12 UTC
I have seen the same yesterday and thought it was something to do with my Network configuration. I checked the OSD logs, the osd's were reporting connectivity issue. After that i flushed the iptable it started working for me for the same Build. [CEPH-2] name=CEPH-2 baseurl=http://puddle.ceph.redhat.com/puddles/ceph/2/2016-04-16.1/CEPH-2/$basearch/os gpgcheck=0 enabled=1 [CEPH-2-debug] name=CEPH-2 Debuginfo baseurl=http://puddle.ceph.redhat.com/puddles/ceph/2/2016-04-16.1/CEPH-2/$basearch/debuginfo gpgcheck=0 enabled=0 [CEPH-2-sources] name=CEPH-2 Sources baseurl=http://puddle.ceph.redhat.com/puddles/ceph/2/2016-04-16.1/CEPH-2/source gpgcheck=0 enabled=0 Note: For earlier build, i didn't need to flush the Iptable. It's my understanding that you must open the ports in the firewalls on your cluster nodes prior to running the installer. Did you do that? Tejas, Would you please answer Ken's query "It's my understanding that you must open the ports in the firewalls on your cluster nodes prior to running the installer. Did you do that?" For example, on the monitors, I use the following (Ansible):
- firewalld:
port: 6789/tcp
immediate: true
permanent: true
state: enabled
And on the OSDs:
- firewalld:
port: 6800-7300/tcp
immediate: true
permanent: true
state: enabled
Hi Ken, We do have the same firewall ports open when running installer. However this issue was seen when we upgraded our setup to a different repo ceph. Now we rae not seeing this issue. I will go ahead and close this bug for now. Thanks, Tejas |