From f66dcd044fe2f2a3bd636511d8765c8a0defea48 Mon Sep 17 00:00:00 2001 From: Cole Robinson <crobinso@redhat.com> Date: Mon, 22 Feb 2010 15:54:06 -0500 Subject: [PATCH] docs: storage: <volume><key> is always generated. --- docs/formatstorage.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index 6dbe0cab8e..14fa655d88 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -204,8 +204,8 @@ This is mandatory when defining a volume. <span class="since">Since 0.4.1</span></dd> <dt><code>key</code></dt> <dd>Providing an identifier for the volume which is globally unique. - This is optional when defining a volume, a key will be generated if - omitted. <span class="since">Since 0.4.1</span></dd> + This cannot be set when defining a pool: it is always generated. + <span class="since">Since 0.4.1</span></dd> <dt><code>allocation</code></dt> <dd>Providing the total storage allocation for the volume. This may be smaller than the logical capacity if the volume is sparsely -- GitLab