Hi Guys,
I have the following issue: I am renumbering my ceph network, which is easy from ceph, but I decided to just remove and add mon's the pve way. However, the PVE gives me the following:
So, I am a bit surprised at the first, which is the problem I think already. A mon address should not never take a mask.
The 0::/0 is because I was worried that PVE couldn't parse ::/0. It happens when public_network is ::/0 or 0::/1,8000::/1 . In the later case a warning about routing is issued.
The ceph cluster has been set up with PVE 6/ceph 14,
and subsequently migrated to pve7/ceph 16 .
All networks are reachable. Cephfs works on the new address,
Something has changed in /usr/share/perl5/PVE/API2/Ceph/MON.pm regarding parameter checking between v6 and v7,
and it looks like a regression.
I try my best to figure it out, but if I am correct, pveceph is posting this using posix ipc?
I have no doubt the parameters are correct, it's not my first ip address migration, but usually I take the monmap route and edit the ip in the monmap and ceph.conf .
I have the following issue: I am renumbering my ceph network, which is easy from ceph, but I decided to just remove and add mon's the pve way. However, the PVE gives me the following:
Code:
root@pve1:~# pveceph mon create --mon-address fd02:c14f:6023:c::1
value does not look like a valid CIDR network
root@pve1:~# pveceph mon create --mon-address fd02:c14f:6023:c::1/64
400 Parameter verification failed.
mon-address: invalid format - value does not look like a valid IP address
pveceph mon create [OPTIONS]
root@pve1:~# ceph-conf --name mon.pve2 --lookup "public_network"
0::/0
root@pve1:~# ceph-conf --name mon.pve2 --lookup "cluster_network"
0::/0
root@pve1:~# pveceph mon create
value does not look like a valid CIDR network
The 0::/0 is because I was worried that PVE couldn't parse ::/0. It happens when public_network is ::/0 or 0::/1,8000::/1 . In the later case a warning about routing is issued.
The ceph cluster has been set up with PVE 6/ceph 14,
and subsequently migrated to pve7/ceph 16 .
All networks are reachable. Cephfs works on the new address,
Something has changed in /usr/share/perl5/PVE/API2/Ceph/MON.pm regarding parameter checking between v6 and v7,
and it looks like a regression.
I try my best to figure it out, but if I am correct, pveceph is posting this using posix ipc?
I have no doubt the parameters are correct, it's not my first ip address migration, but usually I take the monmap route and edit the ip in the monmap and ceph.conf .