plugin schema: improve description of 'shared' property

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@proxmox.com>
This commit is contained in:
Fiona Ebner
2024-01-30 11:28:31 +01:00
committed by Fabian Grünbichler
parent 0554c03683
commit 4abb327843

View File

@ -170,7 +170,10 @@ 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 with the same contents on all "
."nodes (or all listed in the 'nodes' option). It will not make the contents of a "
."local storage automatically accessible to other nodes, it just marks an already "
."shared storage as such!",
type => 'boolean',
optional => 1,
},