ceph / ceph-container

Docker files and images to run Ceph in containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ceph/demo container does not expose mon port 3300

mgibula opened this issue · comments

Hi,

  • What happened:

I've been playing with demo container for CI testing (quay.io/ceph/demo:latest-pacific) and it seems that ceph mon port for v2 protocol (3300) is not exposed. It exposes old 6789 port, but it doesnt appear to be listened on.

  • What you expected to happen:

To have 3300 port exposed :-)

How to reproduce it (minimal and precise):

(fill IP as needed)
# docker run -it -e DEMO_DAEMONS=osd,mds,rgw -e OSD_COUNT=2 -e CEPH_DEMO_UID=rgw-demo -e CEPH_PUBLIC_NETWORK=0.0.0.0/0 -e MON_IP=172.17.0.2 quay.io/ceph/demo:latest-pacific

# docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
096a1ef5431d quay.io/ceph/demo:latest-pacific "/opt/ceph-container…" 27 seconds ago Up 26 seconds 80/tcp, 5000/tcp, 6789/tcp, 6800-6805/tcp laughing_mahavira

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.