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 <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
