The main idea of this project is to create a private cloud reusing old available hardware.
Tweaks - Installation part 3
Continuing the journey of my private cloud project, I embarked on integrating the OpenStack Cinder CSI plugin to enhance storage capabilities. However, a space constraint prompted the addition of an NVME disk (Toshiba 256GB M.2 2242) to facilitate Cinder’s functionality. Cinder Cinder, as elucidated in the official documentation, is the OpenStack Block Storage service for providing volumes to Nova virtual machines, containers and more. Configuration of the new disk The incorporation of the new disk necessitated a sequence of steps. After powering down the host, I appended the disk and rebooted the system. Then I listed all the available disks. ...