From 6ec3dc437b699df02b0cdf0cfd430a053d67f8b8 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 25 Oct 2021 16:01:35 +0200 Subject: [PATCH] api: cephfs: add 'fs-name' for cephfs storage so that we can uniquely identify the cephfs (in case of multiple) Signed-off-by: Dominik Csapak --- PVE/API2/Ceph/FS.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Ceph/FS.pm b/PVE/API2/Ceph/FS.pm index 9b2a8d70..8e740115 100644 --- a/PVE/API2/Ceph/FS.pm +++ b/PVE/API2/Ceph/FS.pm @@ -202,6 +202,7 @@ __PACKAGE__->register_method ({ type => 'cephfs', storage => $fs_name, content => 'backup,iso,vztmpl', + 'fs-name' => $fs_name, }) }; die "adding storage for CephFS '$fs_name' failed, check log ".