Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph/demo container does not expose mon port 3300 #2199

Closed
mgibula opened this issue Apr 5, 2024 · 2 comments
Closed

ceph/demo container does not expose mon port 3300 #2199

mgibula opened this issue Apr 5, 2024 · 2 comments
Labels

Comments

@mgibula
Copy link
Contributor

mgibula commented Apr 5, 2024

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

Copy link

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.

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant