Hi all !
I've been moving servers around (adding a new and removing one that was 'too far' network wise, waaaay better btw for those who know )
I've removed a node that had OSDs, the whole bang, and accounted as a mon and before that added a server with the same setup, acting as a mon as well.
Had a CephFS pool and storage added and mounted prior to that and noticed the IPs addressed by the /mnt/pve/cephfs haven't changed, and still shows the prior nodes
It still shows .1, .2, .10 and mon hosts though .1 has been removed from the cluster and a .3 added
Disabled and Re-enabled the mountpoint without any luck
and the three [mon.xxx] are correct
Performance doesn't seem to suffer (or ceph copes well with .1 missing) but I don't know where it's getting the old values from.
Any clue ?
Thanks
I've been moving servers around (adding a new and removing one that was 'too far' network wise, waaaay better btw for those who know )
I've removed a node that had OSDs, the whole bang, and accounted as a mon and before that added a server with the same setup, acting as a mon as well.
Had a CephFS pool and storage added and mounted prior to that and noticed the IPs addressed by the /mnt/pve/cephfs haven't changed, and still shows the prior nodes
Code:
# mount | grep cephfs
10.137.99.1,10.137.99.10,10.137.99.2:/ on /mnt/pve/cephfs type ceph (rw,relatime,name=admin,secret=<hidden>,acl)
It still shows .1, .2, .10 and mon hosts though .1 has been removed from the cluster and a .3 added
Disabled and Re-enabled the mountpoint without any luck
Code:
[global]
mon_host = 10.137.99.2 10.137.99.10 10.137.99.3
and the three [mon.xxx] are correct
Performance doesn't seem to suffer (or ceph copes well with .1 missing) but I don't know where it's getting the old values from.
Any clue ?
Thanks
Last edited: