From 811f8b3131ca21e961d807eb44dddd4db500a7a0 Mon Sep 17 00:00:00 2001 From: Bernardo Dal Seno Date: Wed, 24 Apr 2013 14:40:35 +0200 Subject: [PATCH] Add missing fields in htools text-backend documentation Signed-off-by: Bernardo Dal Seno Reviewed-by: Klaus Aehlig --- man/htools.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man/htools.rst b/man/htools.rst index 85e8f52..9058fa4 100644 --- a/man/htools.rst +++ b/man/htools.rst @@ -153,19 +153,22 @@ support all options. Some common options are: other backends must be selected. The option is described in the man page **htools**\(1). - The file should contain text data, line-based, with two empty lines + The file should contain text data, line-based, with single empty lines separating sections. The lines themselves are column-based, with the pipe symbol (``|``) acting as separator. - The first section contains group data, with two columns: + The first section contains group data, with the following columns: - group name - group uuid + - allocation policy + - tags (separated by comma) The second sections contains node data, with the following columns: - node name - node total memory + - memory used by the node - node free memory - node total disk - node free disk -- 1.7.10.4