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:
committed by
Fabian Grünbichler
parent
0554c03683
commit
4abb327843
@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user