Skip to content

Commit

Permalink
Use tmpfs for /var/log on Arista 7050CX3-32S (sonic-net#13805)
Browse files Browse the repository at this point in the history
This is to reduce writes to the SSD on the device.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 authored and qiluo-msft committed Feb 28, 2023
1 parent f47024c commit 26b0e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/Aboot/boot0.j2
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ write_platform_specific_cmdline() {
fi
if [ "$sid" = "Lodoga" ]; then
aboot_machine=arista_7050cx3_32s
cmdline_add logs_inram=on
fi
if [ "$sid" = "Marysville" ]; then
aboot_machine=arista_7050sx3_48yc8
Expand Down

0 comments on commit 26b0e7f

Please sign in to comment.