mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
* xCAT-client: allow pgsqlsetup(1) to accept additional pg_hba.conf entries Currently pgsqlsetup(1) only sets up the MN ip address for access via pg_hba.conf. This change adds a -a flag to allow the user to specify additional addresses for use in that file. This is useful for users who already know what IP addresses will be used by their service nodes, so they can pass them directly to the pgsqlsetup program, without needing to edit pg_hba.conf (and avoiding needing to restart postgresql and xcat after the edit). * xCAT-client: fix formatting in pgsqlsetup(1) * pgsqlsetup.1.pod: clarify default setup * pgsqlsetup.1.pod: update usage section to reflect access flag * pgsqlsetup.1: refresh documentation * xCAT-client/bin/pgsqlsetup: add -a/--access to usage statement
xCAT ---- xCAT is a toolkit for the deployment and administration of clusters. Documentation ------------- xCAT documentation is available at: http://xcat-docs.readthedocs.io/en/latest/ |docs_latest| |docs_2135| |docs_2134| |docs_2133| |docs_2132| |docs_2131| |docs_2130| |docs_212| Open Source License ------------------- xCAT is made available as open source software under the EPL license: http://www.opensource.org/licenses/eclipse-1.0.php Developers ---------- Developers and prospective contributors are encouraged to read the `Developers Guide <http://xcat-docs.readthedocs.io/en/latest/developers/>`_ In particular the `GitHub <http://xcat-docs.readthedocs.io/en/latest/developers/github/>`_ related subsection. .. |docs_2135| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.13.5 :alt: 2.13.5 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.13.5/ .. |docs_2134| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.13.4 :alt: 2.13.4 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.13.4/ .. |docs_2133| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.13.3 :alt: 2.13.3 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.13.3/ .. |docs_2132| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.13.2 :alt: 2.13.2 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.13.2/ .. |docs_2131| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.13.1 :alt: 2.13.1 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.13.1/ .. |docs_2130| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.13.0 :alt: 2.13.0 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.13.0/ .. |docs_212| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.12 :alt: 2.12 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.12/ .. |docs_211| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=2.11 :alt: 2.11 documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/2.11/ .. |docs_latest| image:: https://readthedocs.org/projects/xcat-docs/badge/?version=latest :alt: Latest documentation status :scale: 100% :target: http://xcat-docs.readthedocs.io/en/latest/
Languages
Perl
78.5%
Shell
11.4%
JavaScript
7.1%
Python
1.8%
PHP
0.4%
Other
0.4%