Actions
Feature #111
closedImplement ceph storage in Proxmox
Start date:
10/14/2025
Due date:
% Done:
0%
Estimated time:
Description
Use the 500GB drives in each node, pve-0, pve-1, pve-2 to create a ceph storage cluster.
Actions
Added by Frank Refol 13 days ago. Updated 10 days ago.
0%
Description
Use the 500GB drives in each node, pve-0, pve-1, pve-2 to create a ceph storage cluster.
This is done. RBD storage now added named cephfs_storage. Created a role task here, roles/pve/tasks/ceph_install.yml.
Had issues initially when running the playbook. Had to install manually via command-line. Performed the following to address issues.
sudo chown ceph:ceph /var/run/ceph
sudo chown ceph:ceph /var/log/ceph
Fixed playbook by ensuring tasks are not executed in parallel (i.e., serial: 1).