This marks the latest release of sos-collector, version 1.8
Notable changes from 1.7 include:
-
Passwords may now be set individually on nodes, rather than relying on a singular password for all nodes if SSH keys are not deployed. Use the
--password-per-node
option at execution time and sos-collector will prompt the user for an SSH password for each node returned by the target cluster. -
Host group functionality has been added
- Users may now create host groups, either by using
--save-group
or by manually creating json-formatted files that specifynodes
,cluster_type
, and/or themaster
node for quick reference in later usage. - See
man sos-collector
for a full rundown on how host groups work
- Users may now create host groups, either by using
-
Added RHHI-V (hyperconverged infrastructure) support
-
sos-collector will no longer attempt to create a container if it is already launched inside a container
-
The
ovirt/rhv
cluster will now use the locally available SSH keys to connect to hypervisor nodes if sos-collector is run directly on the manager system. -
The
ovirt/rhv
cluster can now optionally collect only from the SPM nodes, using-c ovirt.spm-only
.