Hello.
I have a cluster with 6 proxmox nodes. My developer team uses it every day and we are very happy with it.
Now we would like to use this cluster in production, and therefore add high availability (being able to migrate the CTs from one node to another, and be resilient to the failure of one of the servers).
Each node is different (they are in a datacenter at OVH):
Some have hard drives, others have SSD / NVME and some have both.
I wanted to try ceph, but I realized that ceph refuses to run with RAID volumes (same software raid).
So I have a few questions:
1- can we configure 2 identical disks on the same node in a ceph cluster?
2- can we do 2 ceph volumes (one faster with SSD / NVME, the other slower with hard drives)?
3- Can we use ceph with a partition? Some servers have only 2 hard disks, a raid partition for proxmox, and another mounted in / var / lib / vz / datastorage-hdd for CTs. I would like to keep the raid for proxmox and use the datastorage-hdd partition for ceph (see question 1- since I would have 2 identical partitions without RAID)
4- Can we use another technology like glusterfs instead of ceph if it is more flexible for my needs? and how to implement this solution if the answer is yes?
Thanks for your help
I have a cluster with 6 proxmox nodes. My developer team uses it every day and we are very happy with it.
Now we would like to use this cluster in production, and therefore add high availability (being able to migrate the CTs from one node to another, and be resilient to the failure of one of the servers).
Each node is different (they are in a datacenter at OVH):
Some have hard drives, others have SSD / NVME and some have both.
I wanted to try ceph, but I realized that ceph refuses to run with RAID volumes (same software raid).
So I have a few questions:
1- can we configure 2 identical disks on the same node in a ceph cluster?
2- can we do 2 ceph volumes (one faster with SSD / NVME, the other slower with hard drives)?
3- Can we use ceph with a partition? Some servers have only 2 hard disks, a raid partition for proxmox, and another mounted in / var / lib / vz / datastorage-hdd for CTs. I would like to keep the raid for proxmox and use the datastorage-hdd partition for ceph (see question 1- since I would have 2 identical partitions without RAID)
4- Can we use another technology like glusterfs instead of ceph if it is more flexible for my needs? and how to implement this solution if the answer is yes?
Thanks for your help