diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_localdisk.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_localdisk.rst index 5608abe72..eae674382 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_localdisk.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_localdisk.rst @@ -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 diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/localdisk.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/localdisk.rst index 54922a50c..6d5d7a35c 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/localdisk.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/localdisk.rst @@ -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. \ No newline at end of file + * 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. \ No newline at end of file diff --git a/xCAT-server/lib/xcat/plugins/getpartition.pm b/xCAT-server/lib/xcat/plugins/getpartition.pm index 9ea728417..de136693e 100644 --- a/xCAT-server/lib/xcat/plugins/getpartition.pm +++ b/xCAT-server/lib/xcat/plugins/getpartition.pm @@ -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.