Erasure coded Data-Pool mit mehreren CephFS auf Pacific um weitere, neue OSD's erweitern

PVEfan

New Member
May 15, 2021
12
1
3
52
Hi Leute,

habt ihr Erfahrungen mit mehreren Ceph-Filesystemen unter Pacific und der Kapazizätserweiterung eines bestehenden erasure coded Pools mit weiteren, neuen OSD's im Cluster?

Gruß, PVEFan
 
Die Kapazitätserweiterung eines Ceph-Clusters durch Hinzufügen von OSDs ist grundsätzlich problemlos möglich.

Es wird dann backfilling Traffic auftreten, da die vorhandenen Daten auch auf die neuen OSDs verteilt werden.

Dabei ist es egal, ob replicated oder erasure coded Pools auf den OSDs liegen.
 
Das Problem wird als Ursache wohl eher die CRUSH-Rule haben, mit der der erste Pool seine PGs verteilt.
nur welcher Parameter eben...

ceph osd crush rule dump
[
{
"rule_id": 0,
"rule_name": "replicated_rule",
"ruleset": 0,
"type": 1,
"min_size": 1,
"max_size": 10,
"steps": [
{
"op": "take",
"item": -1,
"item_name": "default"
},
{
"op": "chooseleaf_firstn",
"num": 0,
"type": "host"
},
{
"op": "emit"
}
]
},
{
"rule_id": 1,
"rule_name": "cephfs-data",
"ruleset": 1,
"type": 3,
"min_size": 3,
"max_size": 4,
"steps": [
{
"op": "set_chooseleaf_tries",
"num": 5
},
{
"op": "set_choose_tries",
"num": 100
},
{
"op": "take",
"item": -2,
"item_name": "default~hdd"
},
{
"op": "chooseleaf_indep",
"num": 0,
"type": "host"
},
{
"op": "emit"
}
]
},
{
"rule_id": 2,
"rule_name": "cephfs-data2",
"ruleset": 2,
"type": 3,
"min_size": 3,
"max_size": 4,
"steps": [
{
"op": "set_chooseleaf_tries",
"num": 5
},
{
"op": "set_choose_tries",
"num": 100
},
{
"op": "take",
"item": -2,
"item_name": "default~hdd"
},
{
"op": "chooseleaf_indep",
"num": 0,
"type": "host"
},
{
"op": "emit"
}
]
}
]
EC-Pools in so kleinen Clustern sind auch nicht wirklich sinnvoll einsetzbar.
Ja, ist auch eher zur Test- und Übungszwecken gedacht, wie sich ein Cluster verhält u.Ä., bevor es auf einem Produktivsystem eingesetzt wird.

VG & Danke!
PVEfan
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!