Following pve-storage commit 4abb327 ("plugin schema: improve
description of 'shared' property"), adapting the description also
here in the documentation.It's not clear to users what this property does otherwise. Signed-off-by: Fiona Ebner <[email protected]> --- pvesm.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pvesm.adoc b/pvesm.adoc index 7e64a6f..ff4d352 100644 --- a/pvesm.adoc +++ b/pvesm.adoc @@ -228,7 +228,10 @@ Snippet files, for example guest hook scripts shared:: -Mark storage as shared. +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! disable:: -- 2.39.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
