Enable Kdump config by default for cisco-8000#104
Merged
abdosi merged 1 commit intoAzure:202205from Sep 20, 2023
Merged
Conversation
Signed-off-by: Aman Singhal <amans@cisco.com>
Author
|
@abdosi Pls help merge this double-commit from master, thanks. |
Author
Contributor
|
@amnsinghal how this change will be useful for 202205 image ? @anamehra for viz. |
Author
@abdosi We use sonic-buildimage 202205 branch for Cisco builds, thanks. |
Author
|
@abdosi Can you pls merge this double-commit, if no further comments, thanks. |
Author
abdosi
approved these changes
Sep 20, 2023
jon-nokia
pushed a commit
to jon-nokia/sonic-buildimage-msft
that referenced
this pull request
Sep 25, 2023
…atically (#15522) src/sonic-telemetry * a4bfafe - (HEAD -> 202205, origin/202205) Merge pull request Azure#119 from zbud-msft/202205_gnmi_get_log (5 hours ago) [Ying Xie] * 1b49409 - Merge branch '202205' into 202205_gnmi_get_log (7 days ago) [Zain Budhwani] * b478159 - Cherry pick commit 4a8964a (Azure#104) (7 days ago) [Zain Budhwani]
jon-nokia
pushed a commit
to jon-nokia/sonic-buildimage-msft
that referenced
this pull request
May 3, 2024
…omatically (#16744) #### Why I did it src/sonic-mgmt-common ``` * 7e3a8ad - (HEAD -> master, origin/master, origin/HEAD) Transformer infra enhancements and bug fixes (Azure#104) (5 days ago) [amrutasali] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Jan 12, 2025
…atically (#515) #### Why I did it src/sonic-utilities ``` * 30f6255e - (HEAD -> 202405, origin/202405) Merge pull request #104 from mssonicbld/sonicbld/202405-merge (23 hours ago) [mssonicbld] * bfb8c946 - Merge branch '202405' of https://github.com/sonic-net/sonic-utilities into 202405 (23 hours ago) [Sonic Automation] * 6a959e68 - [202405][db_migrator] Migrate tunnel table (#3705) (32 hours ago) [Longxiang Lyu] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Jul 14, 2025
…tomatically (#1349) #### Why I did it src/sonic-swss ``` * 1a7fb83e - (HEAD -> 202503, origin/202503) Merge pull request #104 from mssonicbld/sonicbld/202503-merge (23 hours ago) [mssonicbld] * 4d979d5f - Merge branch '202412' of https://github.com/Azure/sonic-swss.msft into 202503 (23 hours ago) [Sonic Automation] * 4eba7af3 - (origin/202412) [vs][mirror]: Update test to use the max TC number provided by VS lib (#103) (2 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
bingwang-ms
pushed a commit
that referenced
this pull request
Jan 16, 2026
…ically (#23882) #### Why I did it src/sonic-dash-ha ``` * 75af72e - (HEAD -> master, origin/master, origin/HEAD) Implement mark-delete in actor framework (#104) (9 hours ago) [yue-fred-gao] * 8564b63 - Update dpu scope state table name. (#106) (9 hours ago) [dypet] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Double-commit from master: sonic-net/sonic-buildimage#16224
Why I did it
Enabling kdump by default for cisco-8000 by setting crashkernel cmdline arg in device installer.conf.
After bootup, sonic-kdump-config wipes crashkernel arg from /host/grub/grub.cfg, and resets USE_KDUMP in /etc/default/kdump-tools, so kdump will not be enabled on subsequent reboot.
How I did it
Setting kdump enable config as part of init_cfg.json for cisco-8000 platforms.
How to verify it
Install SONiC image with kdump enabled by default (device/hwsku/installer.conf), then reboot.
Kdump config should persist on subsequent reboots and kdump loaded during bootup.