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
This commit is contained in:
immarvin 2012-05-10 08:11:16 +00:00
parent 5c89c73a44
commit 2624435903

View File

@ -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.