From 1be67cd31b14172caee9bcc2daec64a908d71e94 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 25 Sep 2014 16:26:18 +0200 Subject: [PATCH] storage: Fix logical pool fmt type According to our documentation logical pool supports formats 'auto' and 'lvm2'. However, in storage_conf.c we previously defined storage pool formats: unknown, lvm2. Due to backward compatibility reasons we must continue refer to pool format type 'unknown' instead of 'auto'. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1123767 --- docs/schemas/storagepool.rng | 2 +- docs/storage.html.in | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/schemas/storagepool.rng b/docs/schemas/storagepool.rng index 2d165a3493..0f05c5cc5f 100644 --- a/docs/schemas/storagepool.rng +++ b/docs/schemas/storagepool.rng @@ -465,7 +465,7 @@ - auto + unknown lvm2 diff --git a/docs/storage.html.in b/docs/storage.html.in index 3d2ffcaafb..9933548f7c 100644 --- a/docs/storage.html.in +++ b/docs/storage.html.in @@ -328,14 +328,10 @@

Valid pool format types

- The logical volume pool supports the following formats: + The logical volume pool supports only the lvm2 format, + although not supplying a format value will result in automatic + selection of thelvm2 format.

-

Valid volume format types