diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-18 12:26:31 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-23 10:56:17 -0400 |
commit | c60ae2dc1a4008cef074ab113163ed407fac6350 (patch) | |
tree | a6d7bcb0a9c01ba7c1467a11f538786007d2ab53 /man/en/sos.1 | |
parent | 417a962a8f7af764d2107b1432a391649cd078bb (diff) | |
download | sos-c60ae2dc1a4008cef074ab113163ed407fac6350.tar.gz |
[collect,docs] Drop `--master` and update internal references
This commit follows up on the previous changes from #2555 by fully
dropping the `--master` option in favor of `--primary`, `--manager`, and
`--controller`.
Internal references have been updated as well, using the term `primary`
across all instances. Note that within OCP cluster profile, 'primary'
labeling and option setting still relies on the 'master' label/role
reported by the environment, as that remains the term used to identify
such nodes.
Resolves: #2329
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'man/en/sos.1')
-rw-r--r-- | man/en/sos.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/en/sos.1 b/man/en/sos.1 index 79f9a130..ce4918f9 100644 --- a/man/en/sos.1 +++ b/man/en/sos.1 @@ -37,7 +37,7 @@ May also be invoked via the alias \fBrep\fR or the deprecated command \fBsosrepo .B collect Collect is used to capture reports on multiple systems simultaneously. These systems can either be defined by the user at the command line and/or defined by -clustering software that exists either on the local system or on a "master" system +clustering software that exists either on the local system or on a "primary" system that is able to inform about other nodes in the cluster. When running collect, sos report will be run on the remote nodes, and then the |