Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[submodule][202411] Update submodule sonic-utilities to the latest HEAD automatically #21569

Conversation

mssonicbld
Copy link
Collaborator

Why I did it

src/sonic-utilities

* 2f1d4466 - (HEAD -> 202411, origin/202411) [counterpoll] make the 'eni' command functional only on the DPU (#3733) (2 days ago) [mssonicbld]
* e09804a6 - [ssdhealth] Check for default device before falling back to discovery (#3725) (8 days ago) [mssonicbld]
* 727f4884 - Delete TRSNCEIVER tables while config reload (#3726) (8 days ago) [mssonicbld]
* 8adc5640 - [config] Exit with non-zero when qos reload fail (#3727) (8 days ago) [mssonicbld]
* d859216b - Remove debug dump import by default (#3728) (8 days ago) [mssonicbld]

How I did it

How to verify it

Description for the changelog

@mssonicbld
Copy link
Collaborator Author

/azp run Azure.sonic-buildimage

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kperumalbfn
Copy link
Contributor

@vivekrnv Could you please check 'show platform ssdhealth' failure in this PR.

    if (res.is_failed or 'exception' in res) and not module_ignore_errors:
      raise RunAnsibleModuleFail("run module {} failed".format(self.module_name), res)

E tests.common.errors.RunAnsibleModuleFail: run module command failed, Ansible Results =>
E failed = True
E changed = True
E rc = 1
E cmd = ['show', 'platform', 'ssdhealth']
E start = 2025-01-30 21:25:50.130986
E end = 2025-01-30 21:25:50.960563
E delta = 0:00:00.829577
E msg = non-zero return code
E invocation = {'module_args': {'_raw_params': 'show platform ssdhealth', '_uses_shell': False, 'warn': False, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}
E _ansible_no_log = None
E stdout =
E stderr =
E Traceback (most recent call last):
E File "/usr/local/bin/show", line 8, in
E sys.exit(cli())
E ^^^^^
E File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 764, in call
E return self.main(*args, **kwargs)
E ^^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 717, in main
E rv = self.invoke(ctx)
E ^^^^^^^^^^^^^^^^
E File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 1137, in invoke
E return _process_result(sub_ctx.command.invoke(sub_ctx))
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 1137, in invoke
E return _process_result(sub_ctx.command.invoke(sub_ctx))
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 956, in invoke
E return ctx.invoke(self.callback, **ctx.params)
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/usr/local/lib/python3.11/dist-packages/click/core.py", line 555, in invoke
E return callback(*args, **kwargs)
E ^^^^^^^^^^^^^^^^^^^^^^^^^
E File "/usr/local/lib/python3.11/dist-packages/show/platform.py", line 117, in ssdhealth
E device = platform_data.get("chassis", {}).get("disk", {}).get("device", None)
E ^^^^^^^^^^^^^^^^^
E AttributeError: 'NoneType' object has no attribute 'get'

complex_args = {}

@kperumalbfn
Copy link
Contributor

@vivekrnv Not sure if this issue is related to sonic-net/sonic-utilities#3693 which is part of this submodule update.

@kperumalbfn
Copy link
Contributor

Closing this PR to get the submodule update to include sonic-net/sonic-utilities#3743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants