From 476d8f975d42e4e011c099b0eb0f6d94c0ff1c63 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Wed, 20 Mar 2013 12:53:32 +0100 Subject: [PATCH] doc/schema: disk storage volume formats The storage volume formats supported by the disk storage pool are missing from the allowed values. Add partition types. Signed-off-by: Philipp Hahn --- docs/schemas/storagevol.rng | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng index b077eb8df2..ca8ce56ebd 100644 --- a/docs/schemas/storagevol.rng +++ b/docs/schemas/storagevol.rng @@ -195,6 +195,19 @@ + + + none + linux + fat16 + fat32 + linux-swap + linux-lvm + linux-raid + extended + + + @@ -202,6 +215,7 @@ + -- 2.47.3