HomeClusterLabs Projects

Test: cts: Drop -l/--logfile option from cts script
4323a8845ca5Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Test: cts: Drop -l/--logfile option from cts script

It doesn't seem useful. It shows the log file that would be used for
summary and watch commands. This log file does NOT get used for cts-lab
runs via the cts script.

Further, it's always just "~/cluster-$cluster_name.log" unless the user
specified a log file on THIS command line using either the -f/-sf option
or a custom cluster name. (Note that if a log file name is set when this
script creates a custom cluster, that name is not saved anywhere for
reuse. Future uses of the cts script with the same cluster name use the
default log file name. See the "case $cluster_name in" block.)

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Sat, Aug 16, 11:54 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.