Skip to content

Commit

Permalink
Set mlx config as the default configuration for tool
Browse files Browse the repository at this point in the history
instead of running with a specific config file
  sos report --config-file /etc/sos/sos-mlx-cloud-verification.conf

user will be able to run only
  sos report
  • Loading branch information
filanov committed Jan 1, 2025
1 parent 913271e commit 5b68640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ def _add_common_options(self, parser):
help="Do not prompt interactively")
global_grp.add_argument("--config-file", type=str, action="store",
dest="config_file",
default="/etc/sos/sos.conf",
default=("/etc/sos/"
"sos-mlx-cloud-verification.conf"),
help="specify alternate configuration file")
global_grp.add_argument("--debug", action="store_true", dest="debug",
help="enable interactive debugging using the "
Expand Down

0 comments on commit 5b68640

Please sign in to comment.