2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

stateless SN document refine

This commit is contained in:
Bin Xu
2017-10-23 14:15:57 +08:00
parent 61dcb9c0b8
commit d4c5d579ea
3 changed files with 3 additions and 5 deletions

View File

@ -80,6 +80,6 @@ For the files/directories that you would like xCAT to store on the local disk, a
``Note``: you do not need to specify the swap space in the litefile table. Just putting it in the partitionfile config file is enough.
Add an entry in policy table to permit the running of the ``getpartitioin`` command from the node ::
Add an entry in policy table to permit the running of the ``getpartition`` command from the node ::
chtab priority=7.1 policy.commands=getpartition policy.rule=allow

View File

@ -1,6 +1,4 @@
.. include:: ../../../common/deployment/enable_localdisk.rst
``Note``:
* `localdisk` feature won't syncronize the files/directories defined in `litefile` table from diskless image to local disk at the node boot time. It might casue issue to the application which depends on some of those directories. For example, the ``httpd`` service cannot be started if ``/var/log/`` is defined in `litefile` table. To work around this, you may copy the required contents to local disk and restart service manually at the first time.
* To keep the contents on local disk after you use ``enablepart=yes`` to do partitioin, make sure to set ``enablepart=no`` in partitioin configuration file after the node is booted.
* To keep the contents on local disk after you using ``enablepart=yes`` to do the disk partitioning, make sure to set ``enablepart=no`` in partition configuration file after the node is booted.

View File

@ -3,7 +3,7 @@
=head1
xCAT plugin package to handle getpartition command
Generally, the getpartitioin command is called from the stateless
Generally, the getpartition command is called from the stateless
node during the booting period to get the partition configureation
infomation to part the hard disk on the stateless node and to
manage the local disk space for statelite and swap space.