Project

General

Profile

Actions

Feature #111

closed

Implement ceph storage in Proxmox

Added by Frank Refol 13 days ago. Updated 10 days ago.

Status:
Close
Priority:
Must Have
Assignee:
Category:
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.

https://pve.proxmox.com/pve-docs/chapter-pveceph.html

https://pve.proxmox.com/wiki/Ceph_RBD_Mirroring

Actions #1

Updated by Frank Refol 10 days ago

  • Status changed from New to Close

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).

Actions

Also available in: Atom PDF