In this scenario I needed to reinstall a Proxmox node with Ceph OSD. I did not want to rebuild the SSD In this example Proxmox 6.3, Ceph Octopus (15.2)
Remove the node from Ceph monitors and managers pveceph mon destroy pvetest3 pveceph mgr destroy pvetest3 Now re-install the node
After installation finishes add the node back to the cluster (need to remove the old one first)
Resize Disk Used by LVM
In this scenario I had Linux installed on a VM with disk size 10G with LVM configuration. I needed to extend the root residing on the LVM on this disk. I resized the disk from the hypervisor (10G->16G), now need to extend the space on the OS
Installing OneGate
Installing OneGate The LFCE certification is providing the SSH console using OneGate application. To get used to the interface I decided to install this app on my lab
Download from [https://github.com/liftoff/GateOne/downloads] Install prerequisites: yum install -y perl yum install -y python yum install -y git gcc python3 python3-devel pip3 install --upgrade pip setuptools git clone https://github.com/liftoff/GateOne.git python3 ./GateOne/setup.py install pip uninstall tornado pip install tornado==4.2