From aa50a5c727c8c9b65f56854cf91fb8e05f8b68e5 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 3 Mar 2014 16:39:40 +0100 Subject: [PATCH] doc: storage: Explicitly state that it's possible to have non-unique key With most of our storage backends it's possible to have two separate volume keys to point to a single volume. (By creating sym/hard-links to local files or by mounting remote filesystems to two different locations and creating pools on top of them) Document this possibility. --- docs/formatstorage.html.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index a089a3108b..1cd82b4565 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -311,8 +311,10 @@
Providing a name for the volume which is unique to the pool. This is mandatory when defining a volume. Since 0.4.1
key
-
Providing an identifier for the volume which is globally unique. - This cannot be set when creating a volume: it is always generated. +
Providing an identifier for the volume which identifies a + single volume. In some cases it's possible to have two distinct keys + identifying a single volume. This field cannot be set when creating + a volume: it is always generated. Since 0.4.1
allocation
Providing the total storage allocation for the volume. This -- 2.47.2