2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #6101 from neo954/rhels8-schema-pm

[RH8] Revise Schema.pm based on the new default setting of xcatsslversion
This commit is contained in:
yangsong 2019-03-14 17:23:00 +08:00 committed by GitHub
commit 9463ebbcda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1314,7 +1314,10 @@ passed as argument rather than by table value',
" xcatdport: The port used by the xcatd daemon for client/server communication.\n\n" .
" xcatiport: The port used by xcatd to receive install status updates from nodes.\n\n" .
" xcatlport: The port used by xcatd command log writer process to collect command output.\n\n" .
" xcatsslversion: The ssl version by xcatd. Default is TLSv1_2.\n\n" .
" xcatsslversion: This is the SSL_version option xcatd used and passed to \n" .
" IO::Socket::SSL->start_SSL(). By default, this value is set to empty.\n" .
" In this case, xcatd will use SSLv23:!SSLv2:!SSLv3:!TLSv1 internally.\n" .
" For more detail, see https://metacpan.org/pod/IO::Socket::SSL\n\n" .
" xcatsslciphers: The ssl cipher by xcatd. Default is 3DES.\n\n",
value => 'The value of the attribute specified in the "key" column.',
comments => 'Any user-written notes.',