[pve-devel] [PATCH storage 1/2] plugin schema: improve description of 'shared' property
Fiona Ebner
f.ebner at proxmox.com
Wed Oct 4 09:35:40 CEST 2023
It's not clear to users what this property does otherwise. Latest
report from the community forum:
https://forum.proxmox.com/threads/134393
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
src/PVE/Storage/Plugin.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/PVE/Storage/Plugin.pm b/src/PVE/Storage/Plugin.pm
index 815773b..dc89d13 100644
--- a/src/PVE/Storage/Plugin.pm
+++ b/src/PVE/Storage/Plugin.pm
@@ -167,7 +167,9 @@ my $defaultData = {
default => "Unlimited for users with Datastore.Allocate privilege, 5 for other users",
},
shared => {
- description => "Mark storage as shared.",
+ description => "Indicate that this is a single storage which is already accessible by "
+ ."all nodes (or all listed in the 'nodes' option). Will not make a local storage "
+ ."automatically accessible to other nodes!",
type => 'boolean',
optional => 1,
},
--
2.39.2
More information about the pve-devel
mailing list