]> git.proxmox.com Git - pve-storage.git/commit
rbd: fix #3286 add namespace support
authorAaron Lauterer <a.lauterer@proxmox.com>
Wed, 7 Apr 2021 14:22:17 +0000 (16:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Apr 2021 10:56:21 +0000 (12:56 +0200)
commite9bc993138528889b105b15d077e81d8fbc67a6f
tree9dc73eeddfa1ead42b569757fb452ee3f07f8a3d
parentaeb007cb760896dc0115c801d3c1a719f85e61fc
rbd: fix #3286 add namespace support

This patch introduces support for Cephs RBD namespaces.

A new storage config parameter 'namespace' defines the namespace to be
used for the RBD storage.

The namespace must already exist in the Ceph cluster as it is not
automatically created.

The main intention is to use this for external Ceph clusters. With
namespaces, each PVE cluster can get its own namespace and will not
conflict with other PVE clusters.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/Storage/RBDPlugin.pm