Hi everyone! I have 4 nodes in cluster and I've succesfully created 2 ceph storage by type SSD and HDD. After mapping PG's I can see volume of storages, but status unknown. I used this tutorial
At the moment I can create VM on this pools, and status of ceph is green without alerts
My crush maps rules
System
At the moment I can create VM on this pools, and status of ceph is green without alerts
My crush maps rules
Code:
# rules
rule replicated_rule {
id 0
type replicated
min_size 1
max_size 10
step take default
step chooseleaf firstn 0 type host
step emit
}
rule replicated_hdd {
id 1
type replicated
min_size 1
max_size 10
step take default class hdd
step chooseleaf firstn 0 type host
step emit
}
rule replicated_ssd {
id 2
type replicated
min_size 1
max_size 10
step take default class ssd
step chooseleaf firstn 0 type host
step emit
}
# end crush map
System
Kernel Version Linux 5.4.128-1-pve #1 SMP PVE 5.4.128-1 (Wed, 21 Jul 2021 18:32:02 +0200)
PVE Manager Version pve-manager/6.4-13/9f411e79