]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/RBDPlugin.pm
rbd: allow to use client custom ceph conf for each storeid
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 24 Aug 2016 07:55:48 +0000 (09:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 1 Sep 2016 04:21:40 +0000 (06:21 +0200)
commit134172255f3361ba632d866fc1c201f3494d0163
tree2d84de73f57d2850c1b91397c8ac950f0449c044
parent4dee23d305be8a59b6538d2a9206f98c87a3b041
rbd: allow to use client custom ceph conf for each storeid

If you want to use different ceph storage,
something they have differents values like ms_nocrc = true.(they are also others ones).

The client need to specify theses special options to be able to connect

This patch allow to create a ceph config file for each storeid in

/etc/pve/priv/ceph/$storeid.conf

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/RBDPlugin.pm