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

IPv6 OSD not reachable #489

Open
sematula opened this issue Jan 21, 2025 · 2 comments
Open

IPv6 OSD not reachable #489

sematula opened this issue Jan 21, 2025 · 2 comments

Comments

@sematula
Copy link

I'm working on a development/"proof of concept" IPv6 cluster and having trouble with adding disks. I've tested this on a different device with similar hardware and near-identical configuration, but with IPv4, and everything works correctly. Any advice?

user@node:/var/snap/microceph/current/conf$ sudo ceph status
cluster:
id: 25ff7c28-deda-462a-80df-60497201ead3
health: HEALTH_ERR
1 osds(s) is not reachable
OSD count 1 < osd_pool_default_size 3

services:
mon: 1 daemons, quorum new-redfish.node.local (age 22m)
mgr: new-redfish.node.local (active, since 22m)
osd: 1 osds: 1 up (since 11m), 1 in (since 11m)

data:
pools: 0 pools, 0 pgs
objects: 0 objects, 0 B
usage: 26 MiB used, 200 GiB / 200 GiB avail
pgs:

user@node:/var/snap/microceph/current/conf$ sudo microceph status
MicroCeph deployment summary:

  • new-redfish.node.local (fd00:0:0:1018::101)
    Services: mds, mgr, mon, osd
    Disks: 1
    user@node:/var/snap/microceph/current/conf$ sudo microceph disk list
    Disks configured in MicroCeph:
    +-----+----------------------------+----------+
    | OSD | LOCATION | PATH |
    +-----+----------------------------+----------+
    | 3 | new-redfish.node.local | /dev/zd0 |
    +-----+----------------------------+----------+
    user@node:/var/snap/microceph/current/conf$ sudo microceph cluster config list
    +---+-----------------------------+-----------------------+
    | # | KEY | VALUE |
    +---+-----------------------------+-----------------------+
    | 0 | cluster_network | fd00:0:0:1018::101/64 |
    +---+-----------------------------+-----------------------+
    | 1 | osd_pool_default_crush_rule | 1 |
    +---+-----------------------------+-----------------------+
    | 2 | public_network | fd00:0:0:1018::101/64 |
    +---+-----------------------------+-----------------------+
    user@node:/var/snap/microceph/current/conf$ sudo cat ceph.conf

# Generated by MicroCeph, DO NOT EDIT.

[global]
run dir = /var/snap/microceph/current/run
fsid = 25ff7c28-deda-462a-80df-60497201ead3
mon host = [fd00:0:0:1018::101]
public_network = fd00:0:0:1018::101/64
auth allow insecure global id reclaim = false
ms bind ipv4 = false
ms bind ipv6 = true

[client]

Copy link

Thank you for reporting your feedback to us!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CEPH-1115.

This message was autogenerated

@sematula
Copy link
Author

Also, this is "microceph 19.2.0+snap9aeaeb2970 1228 squid/stable canonical✓" installed today (2025.01.21)

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

No branches or pull requests

1 participant