Hey All,
So our company has requested that we need to change our LAN IP in our Datacenter which were are currently sitting on 192.168.x.x/24 subnet.
They want our router to be RE-IP'd to 10.192.x.x/24 and subsequently all the devices in the Datacenter also need to change.
Currently running 4 clusters with 3 of them using Ceph for storage.
I've had to Re-ip proxmox before so that shouldn't be too much of an issue but I've never had to re-ip the ceph cluster.
Is it as simple as modifying the ceph.conf file and changing
for each of the mons?
I do have a test cluster I can test on break at any time so happy to implement any solutions if you have any.
Thanks in advance!
So our company has requested that we need to change our LAN IP in our Datacenter which were are currently sitting on 192.168.x.x/24 subnet.
They want our router to be RE-IP'd to 10.192.x.x/24 and subsequently all the devices in the Datacenter also need to change.
Currently running 4 clusters with 3 of them using Ceph for storage.
I've had to Re-ip proxmox before so that shouldn't be too much of an issue but I've never had to re-ip the ceph cluster.
Is it as simple as modifying the ceph.conf file and changing
Code:
cluster_network, mon_host, public_network and public_addr
I do have a test cluster I can test on break at any time so happy to implement any solutions if you have any.
Thanks in advance!