intel / virtual-storage-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When importing cluster, if there is no OSd and MON sections, the import will fail

ywang19 opened this issue · comments

commented

we noticed this issue as we were debugging our code on wip-53 dev branch. I put a comment to the vsm-discuss list asking if VSM dev team will be continuing this approach since modern ceph does not require these sections anymore.
I also asked in that thread: Does VSM read the /etc/ceph/ceph.conf file (ever)? If not, then we can contrive the missing sections during processing of our import script and simply concatenate the ceph.conf file with the dynamically discovered missing sections, using that composite as the ceph.conf data we pass to the VSM api.