intel / virtual-storage-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSM 2.1 ignores ceph parameters defined in cluster.manifest file during cluster creation.

ywang19 opened this issue · comments

commented

I defined the the ceph parameter "osd_max_backfills 2" in the cluster.manifest. I restarted the VSM controller on the Management node and VSM agents on the storage nodes. Afterward, i created a cluster through the VSM GUI and found the osd_max_backfills parameter was not included in ceph.conf. Consequently, the osd_max_backfills parameter had the default value of 10

[root@storage1 ~]# ceph --admin-daemon /var/run/ceph/ceph-osd.3.asok config show |egrep backfil
"osd_max_backfills": "10",
"osd_backfill_full_ratio": "0.85",
"osd_backfill_retry_interval": "10",
"osd_backfill_scan_min": "64",
"osd_backfill_scan_max": "512",
"osd_kill_backfill_at": "0",
"osd_debug_skip_full_check_in_backfill_reservation": "false",
"osd_debug_reject_backfill_probability": "0",

commented

an new section [ceph_conf] is added to support ceph.conf settings.