Add ocfs2 to list of fs pool types

* src/conf/storage_conf.c src/conf/storage_conf.h: extend the enums
  and values
* docs/schemas/storagepool.rng: add to the list of storage pool type
  formats
This commit is contained in:
Jim Fehlig
2009-10-14 17:03:22 +02:00
committed by Daniel Veillard
parent c396fb36fa
commit e391595890
3 changed files with 3 additions and 1 deletions

View File

@@ -258,6 +258,7 @@
<value>vfat</value>
<value>hfs+</value>
<value>xfs</value>
<value>ocfs2</value>
</choice>
</attribute>
</element>