Skip to content

Commit 26b0e7f

Browse files
saiarcot895qiluo-msft
authored andcommitted
Use tmpfs for /var/log on Arista 7050CX3-32S (#13805)
This is to reduce writes to the SSD on the device. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
1 parent f47024c commit 26b0e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/Aboot/boot0.j2

+1
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ write_platform_specific_cmdline() {
516516
fi
517517
if [ "$sid" = "Lodoga" ]; then
518518
aboot_machine=arista_7050cx3_32s
519+
cmdline_add logs_inram=on
519520
fi
520521
if [ "$sid" = "Marysville" ]; then
521522
aboot_machine=arista_7050sx3_48yc8

0 commit comments

Comments
 (0)