fixed bug 3495408 :nodeset offline doc and test

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12604 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-05-10 08:23:54 +00:00
parent 566349a967
commit 64075a7d62

View File

@ -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>
Cleanup the current pxe/tftp 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.