So I have been trying to get a single node, promox ceph server up all weekend.. I have successfully done a fresh install of Proxmox 8.0.4 and Ceph Quincy, but after setting up Ceph with:
osd_pool_default_min_size = 2
osd_pool_default_size = 3
osd_crush_chooseleaf_type = 0
I get a Ceph warnings of:
HEALTH_WARN Reduced data availability: 1 pgs inactive;
Degraded data redundancy: 1 pgs undersized
This is a brand new cluster, with only the .mgr pool. The pgs must belong to the .mgr pool, but I don't understand why its undersized.
ceph pg ls outputs:
PG OBJECTS DEGRADED MISPLACED UNFOUND BYTES OMAP_BYTES* OMAP_KEYS* LOG STATE SINCE VERSION REPORTED UP ACTING SCRUB_STAMP DEEP_SCRUB_STAMP LAST_SCRUB_DURATION SCRUB_SCHEDULING
1.0 0 0 0 0 0 0 0 0 undersized+peered 3m 0'0 25:10 [1]p1 [1]p1 2023-08-13T17:33:37.266872-0500 2023-08-13T17:33:37.266872-0500 0 periodic scrub scheduled @ 2023-08-15T06:15:09.555827+0000
I saw other post with similar issues that said to try "ceph pg <PG_ID> mark_unfound_lost {revert|delete}", I tried "Ceph pg 1.0 mark_unfound_lost {revert|delete}" & "ceph pg 1.0 mark_unfound_lost delete" but I couldn't get the command to execute.
Thanks in advance to anyone who comments!
osd_pool_default_min_size = 2
osd_pool_default_size = 3
osd_crush_chooseleaf_type = 0
I get a Ceph warnings of:
HEALTH_WARN Reduced data availability: 1 pgs inactive;
Degraded data redundancy: 1 pgs undersized
This is a brand new cluster, with only the .mgr pool. The pgs must belong to the .mgr pool, but I don't understand why its undersized.
ceph pg ls outputs:
PG OBJECTS DEGRADED MISPLACED UNFOUND BYTES OMAP_BYTES* OMAP_KEYS* LOG STATE SINCE VERSION REPORTED UP ACTING SCRUB_STAMP DEEP_SCRUB_STAMP LAST_SCRUB_DURATION SCRUB_SCHEDULING
1.0 0 0 0 0 0 0 0 0 undersized+peered 3m 0'0 25:10 [1]p1 [1]p1 2023-08-13T17:33:37.266872-0500 2023-08-13T17:33:37.266872-0500 0 periodic scrub scheduled @ 2023-08-15T06:15:09.555827+0000
I saw other post with similar issues that said to try "ceph pg <PG_ID> mark_unfound_lost {revert|delete}", I tried "Ceph pg 1.0 mark_unfound_lost {revert|delete}" & "ceph pg 1.0 mark_unfound_lost delete" but I couldn't get the command to execute.
Thanks in advance to anyone who comments!
Last edited: