Monitors, managers and MDS duplicates in GUI

twinsen

Renowned Member
Feb 3, 2018
15
1
68
49
Midrand
PVE 8.1.10

After some updates, rebooting of the nodes, adding new nodes - I ended up with this:

1713259486513.png

When I try to remove all instances, all disappears, but then when I create new ones, also those dead duplicates create.
How can I clean this?
 
Hi,

I would first refresh the PVE Web UI by hitting [Ctrl+Shift+R] keys. If that didn't help could you please check the `ceph status` command output?
 
Refreshing without cache changes nothing, and this is the status from ceph:

root@fs07:~# ceph status
cluster:
id: 00c840c8-382c-45be-90c3-d909b75a1dde
health: HEALTH_OK

services:
mon: 3 daemons, quorum fs07,fs08,fs09 (age 7d)
mgr: fs08(active, since 7d), standbys: fs09, fs07
mds: 1/1 daemons up, 2 standby
osd: 24 osds: 24 up (since 7d), 24 in (since 7d)

data:
volumes: 1/1 healthy
pools: 7 pools, 513 pgs
objects: 14.82k objects, 56 GiB
usage: 165 GiB used, 6.4 TiB / 6.5 TiB avail
pgs: 513 active+clean

io:
client: 2.3 KiB/s wr, 0 op/s rd, 0 op/s wr
 
I encountered the same problem; it might be due to a duplicate short hostname with fqdn.
The system is started by ceph-mds@sh-xxx-pve-test-151.service via systemd.
I obtained this data from https://10.0.4.151:8006/api2/json/cluster/ceph/metadata
JSON:
{[/FONT]
   "data": {
        "mgr": {
            "sh-xxx-pve-test-152@sh-xxx-pve-test-152.xxx.intra": {
                "addr": "10.0.4.152",
                "kernel_description": "#1 SMP PREEMPT_DYNAMIC PMX 6.17.13-2 (2026-03-13T08:06Z)",
                "name": "sh-xxx-pve-test-152",
                "distro_description": "Debian GNU/Linux 13 (trixie)",
                "arch": "x86_64",
                "cpu": "Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz",
                "addrs": "10.0.4.152:0/2754023065",
                "hostname": "sh-xxx-pve-test-152.xxx.intra",
                "os": "Linux",
                "distro": "debian",
                "ceph_version": "ceph version 20.2.1 (1846e8e84cd244e621f1395ea824e304691b5a58) tentacle (stable - None)",
                "kernel_version": "6.17.13-2-pve",
                "ceph_release": "tentacle",
                "distro_version": "13",
                "ceph_version_short": "20.2.1",
                "mem_swap_kb": "0",
                "mem_total_kb": "396131844"
            },
            "sh-xxx-pve-test-154@sh-xxx-pve-test-154": {
                "direxists": true,
                "service": true
            }
        }
    }
}