mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-14 14:18:21 +00:00
build-utils
docs
java-xCAT
perl-xCAT
src
xCAT
xCAT-IBMhpc
xCAT-OpenStack
xCAT-OpenStack-baremetal
xCAT-OpenStack-ironic
xCAT-SoftLayer
xCAT-UI
xCAT-buildkit
xCAT-client
xCAT-confluent
xCAT-csm
xCAT-genesis-builder
xCAT-genesis-scripts
xCAT-probe
xCAT-rmc
xCAT-server
xCAT-test
xCAT-vlan
xCATsn
.gitignore
.mailmap
.travis.yml
README.rst
Release
Version
build-ubunturepo
buildcore.sh
builddep.sh
buildlocal.sh
comps.xml
create_man_pages.py
makegenesisbuilderrpm
makerpm
travis.pl
* 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