Re: [pve-devel] [PATCH storage 1/2] rbd: add pveceph storage option

2017-08-28 Thread Dietmar Maurer
> + pveceph => { > + description => "Storage configuration managed by pveceph.", > + type => 'boolean', > + } > }; > } Would it be possible to specify a path to the ceph configuration file instead? The 'rbd' command and the kvm rbd.c block driver can work with that.

[pve-devel] [PATCH storage 1/2] rbd: add pveceph storage option

2017-08-25 Thread Fabian Grünbichler
to allow differentiating between user-created RBD storage entries, and those created and managed by pveceph. Signed-off-by: Fabian Grünbichler --- PVE/Storage/RBDPlugin.pm | 5 + 1 file changed, 5 insertions(+) diff --git a/PVE/Storage/RBDPlugin.pm