pveceph mon create
Error: any valid prefix is expected rather than "192.168.0.0/24, 192.168.1.0/24".
command '/sbin/ip address show to '192.168.0.0/24, 192.168.1.0/24' up' failed: exit code 1
what is the reason?
proxmox 6.1-8
ceph 14.2.8
ceph.conf:
[global]
<------> auth_client_required = cephx
<------> auth_cluster_required = cephx
<------> auth_service_required = cephx
<------> cluster_network = 192.168.0.0/24
<------> fsid = 00cf7097-2cb5-47f6-b342-e55094bf839e
<------> mon_host = 192.168.0.20 192.168.0.2 192.168.0.1 192.168.0.3
<------> mon_initial_members = storage3 storage2
<------> public_network = 192.168.0.0/24, 192.168.1.0/24
[client]
<------> keyring = /etc/pve/priv/$cluster.$name.keyring
PS:
Create new OSDs on storage4 works without any issue.
We create 4 new OSDs successfully.
Thanks
Error: any valid prefix is expected rather than "192.168.0.0/24, 192.168.1.0/24".
command '/sbin/ip address show to '192.168.0.0/24, 192.168.1.0/24' up' failed: exit code 1
what is the reason?
proxmox 6.1-8
ceph 14.2.8
ceph.conf:
[global]
<------> auth_client_required = cephx
<------> auth_cluster_required = cephx
<------> auth_service_required = cephx
<------> cluster_network = 192.168.0.0/24
<------> fsid = 00cf7097-2cb5-47f6-b342-e55094bf839e
<------> mon_host = 192.168.0.20 192.168.0.2 192.168.0.1 192.168.0.3
<------> mon_initial_members = storage3 storage2
<------> public_network = 192.168.0.0/24, 192.168.1.0/24
[client]
<------> keyring = /etc/pve/priv/$cluster.$name.keyring
PS:
Create new OSDs on storage4 works without any issue.
We create 4 new OSDs successfully.
Thanks
Last edited: