]> git.proxmox.com Git - pve-storage.git/commit
Ceph: add keyring parameter for external clusters
authorAaron Lauterer <a.lauterer@proxmox.com>
Thu, 26 Aug 2021 10:03:32 +0000 (12:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Aug 2021 16:15:30 +0000 (18:15 +0200)
commit22b68016f791958baf7dd982cb92d2306f0e1574
tree65e297f3adf20b80b78ae3cb50c314f941aed215
parenta4a1fe64191599bb080776a790c29d0e693a9e80
Ceph: add keyring parameter for external clusters

By adding the keyring for RBD storage or the secret for CephFS ones, it
is possible to add an external Ceph cluster with only one API call.

Previously the keyring / secret file needed to be placed in
/etc/pve/priv/ceph/$storeID.{keyring,secret} manually.

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