Description
Is it platform specific
generic
Importance or Severity
High
Description of the bug
We are seeing some test failures on master branch since the following kdump remote feature PRs were merged.
sonic-net/sonic-host-services#166
sonic-net/sonic-utilities#3400
These are seen during test cases which run config reload on kvm testbeds and is blocking many PRs on sonic-buildimage.
E 2025 Apr 1 20:50:28.747129 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--disable'] - failed: return code - 1, output:#012None
E
E 2025 Apr 1 20:50:29.476916 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--memory', '0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M'] - failed: return code - 1, output:#012None
E
E 2025 Apr 1 20:50:30.155442 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--num_dumps', '3'] - failed: return code - 1, output:#012None
E
E 2025 Apr 1 20:50:31.815402 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--remote', 'false'] - failed: return code - 2, output:#012None
E
E 2025 Apr 1 20:50:33.888242 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--ssh_string', 'user@localhost'] - failed: return code - 1, output:#012None
E
E 2025 Apr 1 20:50:35.279408 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--ssh_path', '/a/b/c'] - failed: return code - 1, output:#012None
We are temporarily ignoring the error log for now in sonic-mgmt but please help prioritize a fix for this issue.
Steps to Reproduce
Run any of the following test cases on kvm testbeds
- pc/test_lag_member_forwarding.py in kvmtest-t0
- bgp/test_bgp_bbr_default_state.py in kvmtest-t1-lag
- pc/test_retry_count.py in kvmtest-t0-sonic
Actual Behavior and Expected Behavior
Actual Behavior: Error logs seen in syslog related to kdump configurations.
Expected Behavior: No error logs should be seen
Relevant log output
Output of show version
, show techsupport
Attach files (if any)
No response