Hello,
Thanks for taking a look:
I'm having an issue where I had a running ceph cluster with two nodes and a couple TB of data containing VM's. I added a third node when I realized I wanted to remove it to make some hardware changes. I followed the standard procedure for removing a node from ceph by running:
pveceph purge
Now, according to the ceph documentation - this only affects the node it was run on. Unfortunately, Proxmox seems to have taken a different implementation. All my config files on the other nodes are erased, and I have no direct backup of these configuration files. Apparently I need to recreate my ceph cluster.
On my two orignial nodes I have run:
pveceph init --network 172.30.0.0/16
pveceph createmon
And now I can see my two original nodes in the gui. My previous pool of course does not match up with my current pool (which shows as none). But my real trouble is the OSD's. I want to reattach the OSD's to the disks they were originally attached to so I can get my cluster back up and running without losing any data. Of course that last part is paramount. In the GUI it's telling me that there are "no unused disks".
Any suggestions on where to begin?
Thanks a bunch for your help,
Thanks for taking a look:
I'm having an issue where I had a running ceph cluster with two nodes and a couple TB of data containing VM's. I added a third node when I realized I wanted to remove it to make some hardware changes. I followed the standard procedure for removing a node from ceph by running:
pveceph purge
Now, according to the ceph documentation - this only affects the node it was run on. Unfortunately, Proxmox seems to have taken a different implementation. All my config files on the other nodes are erased, and I have no direct backup of these configuration files. Apparently I need to recreate my ceph cluster.
On my two orignial nodes I have run:
pveceph init --network 172.30.0.0/16
pveceph createmon
And now I can see my two original nodes in the gui. My previous pool of course does not match up with my current pool (which shows as none). But my real trouble is the OSD's. I want to reattach the OSD's to the disks they were originally attached to so I can get my cluster back up and running without losing any data. Of course that last part is paramount. In the GUI it's telling me that there are "no unused disks".
Any suggestions on where to begin?
Thanks a bunch for your help,