2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 11:12:04 +00:00

Eliminate some formatting errors when building the docs

This commit is contained in:
Mark Gurevich 2018-09-19 15:13:45 -04:00
parent 964e844b73
commit 79aa6a5dc3
6 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,6 @@ Go Conserver
programming language. For more information, see https://github.com/xcat2/goconserver/
.. toctree::
:maxdepth: 2
quickstart.rst

View File

@ -1,5 +1,5 @@
Enable the HTTPS protocol for REST API
=====================================
======================================
To improve the security between the REST API clients and server, enabling the secure transfer protocol (https) is the default configuration.

View File

@ -120,6 +120,7 @@ xCAT provides several functions that can simplify regular expressions.
+-----------+-----------+-----------+-----------+
| row2-col1 | row2-col2 | row2-col3 | row2-col4 |
+-----------+-----------+-----------+-----------+
To obtain the rack index, use ``|row(\d+)-col(\d+)|(dim2idx($1, 4, $2))|``. This maps the racks to:
+---+---+---+---+
@ -127,6 +128,7 @@ xCAT provides several functions that can simplify regular expressions.
+---+---+---+---+
| 5 | 6 | 7 | 8 |
+---+---+---+---+
Note that the size of the highest dimension (2 rows) is not needed, and all values are one-indexed.
If each rack contains 20 nodes, use ``|row(\d+)-col(\d+)-node(\d+)|(dim2idx($1, 4, $2, 20, $3)`` to determine a node index (useful for determining IP addresses).

View File

@ -19,7 +19,7 @@ The path_of_src_file* should be the full path of the source file on the Manageme
The path_of_dst_file* should be the full path of the destination file on target node. Please make sure path_of_dst_file* is not a existing directory on target node, otherwise, the file sync with ``updatenode -r /usr/bin/scp`` or ``xdcp -r /usr/bin/scp`` will fail.
The path_of_dst_directory should be the full path of the destination directory. Please make sure *eth_of_dst_directory is not a existing file on target node, otherwise, the file sync with ``updatenode -r /usr/bin/scp`` or ``xdcp -r /usr/bin/scp`` will fail.
The path_of_dst_directory should be the full path of the destination directory. Please make sure path_of_dst_directory is not a existing file on target node, otherwise, the file sync with ``updatenode -r /usr/bin/scp`` or ``xdcp -r /usr/bin/scp`` will fail.
Since the synclist file is for common purpose, the target node need not be configured in it.

View File

@ -11,7 +11,7 @@ SYNOPSIS
********
\ **piflash**\ <noderange> -**\ **-package <filename>
\ **piflash**\ \ *noderange*\ -**\ **-package \ *filename*\
***********

View File

@ -5,7 +5,7 @@ B<piflash> - Remotely applies firmware updates to servers.
=head1 SYNOPSIS
B<piflash> <noderange> --package <filename>
B<piflash> I<noderange> --package I<filename>
=head1 DESCRIPTION