You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
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]
The text was updated successfully, but these errors were encountered: