[Mellanox] Increase /var/log partition size for SN6810_LD#27849
Open
Junchao-Mellanox wants to merge 2 commits into
Open
[Mellanox] Increase /var/log partition size for SN6810_LD#27849Junchao-Mellanox wants to merge 2 commits into
Junchao-Mellanox wants to merge 2 commits into
Conversation
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Junchao-Mellanox <junchao@nvidia.com>
c232f76 to
ac258b2
Compare
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
keboliu
previously approved these changes
Jun 12, 2026
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azpw ms_conflict |
keboliu
approved these changes
Jun 17, 2026
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.
Why I did it
VAR_LOG_SIZE=4096, which may be insufficient on this platform.VAR_LOG_SIZE=8192.How I did it
device/mellanox/x86_64-nvidia_sn6810_ld-r0/installer.conf.VAR_LOG_SIZE=8192so the installer passesvarlog_size=8192in the kernel command line at boot.installer.confoverride mechanism handles this.How to verify it
x86_64-nvidia_sn6810_ld-r0./var/logsize:df -h /var/logshows about 8G.cat /proc/cmdline | grep varlog_size=8192.