From 26244359037f7e2bb7ff65db27741dfbc7ceb5e2 Mon Sep 17 00:00:00 2001
From: immarvin <immarvin@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd>
Date: Thu, 10 May 2012 08:11:16 +0000
Subject: [PATCH] fixed bug 3495408 :nodeset offline doc and test

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12599 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
---
 xCAT-client/pods/man8/nodeset.8.pod | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/xCAT-client/pods/man8/nodeset.8.pod b/xCAT-client/pods/man8/nodeset.8.pod
index 4e9ee02e2..5978daf3e 100644
--- a/xCAT-client/pods/man8/nodeset.8.pod
+++ b/xCAT-client/pods/man8/nodeset.8.pod
@@ -4,7 +4,7 @@ B<nodeset> - set the boot state for a noderange
 
 =head1 B<Synopsis>
 
-B<nodeset> [I<noderange>] [I<boot>|I<install>|I<stat>|I<iscsiboot>|I<netboot>|I<statelite>|I<runcmd=bmcsetup>|I<osimage=<imagename>>]
+B<nodeset> [I<noderange>] [I<boot>|I<install>|I<stat>|I<iscsiboot>|I<netboot>|I<statelite>|I<offline>|I<runcmd=bmcsetup>|I<osimage=<imagename>>]
 
 B<nodeset> [I<-h>|I<--help>|I<-v>|I<--version>]
 
@@ -55,6 +55,10 @@ Prepare server for deploying diskless nodes. With the diskless solution, the os
 
 Prepare server for deploying statelite nodes. Statelite provides an efficient and flexible diskless solution because most of the OS image is NFS mounted read-only, but a configurable list of directories and files can be read-write. The read-write files can either be persistent across reboots, or volatile (restoring to pristine state after reboot). The configuration can be  done through B<litefile>, B<litetree> and B<statelite> tables. 
 
+=item B<offline>
+
+Clean the current boot configuration files for the nodes requested
+
 =item B<osimage=<imagename>>
 
 Prepare server for installing a node using the sepcified os image. The os image is defined in the I<osimage> table and I<linuximage> table.