On 2013年03月20日 21:31, Osier Yang wrote:
On 2013年02月26日 20:41, Philipp Hahn wrote:
> Add ocfs2 for disk pool.
Actually it's for volume.
>
> Signed-off-by: Philipp Hahn<hahn(a)univention.de>
> ---
> docs/schemas/storagevol.rng | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng
> index ba95c55..765c5a5 100644
> --- a/docs/schemas/storagevol.rng
> +++ b/docs/schemas/storagevol.rng
> @@ -179,11 +179,10 @@
> <value>vfat</value>
> <value>hfs+</value>
> <value>xfs</value>
> +<value>ocfs2</value>
> </choice>
> -
> </define>
>
> -
> <define name='formatfile'>
> <choice>
> <value>unknown</value>
ACK with the subject changed to "for disk vol". Applies to the commit
log too.
Pushed the set with pointed out small problems fixed.
Osier