]> git.proxmox.com Git - pve-storage.git/commit
register ceph.conf parser/writer
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 19 Dec 2018 10:24:40 +0000 (11:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Dec 2018 08:26:11 +0000 (09:26 +0100)
commit71be011328535c1f01f84a0056b2693d5c15ef33
treec87be957ba2565f71c523a722086033b49d7122c
parent4050fcc16b91f8e16bd468dbd0aa36c5e5694c4c
register ceph.conf parser/writer

With this we can use cfs_read_file/cfs_write_file and cfs_lock_file.

Code for writing is mostly copied from pve-managers CephTools.pm,
with the addition of mgr sections.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/CephConfig.pm