Skip to content

Commit 21fa8aa

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

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
@@ -525,6 +525,7 @@ write_platform_specific_cmdline() {
525525
fi
526526
if [ "$sid" = "Lodoga" ]; then
527527
aboot_machine=arista_7050cx3_32s
528+
cmdline_add logs_inram=on
528529
fi
529530
if [ "$sid" = "Marysville" ]; then
530531
aboot_machine=arista_7050sx3_48yc8

0 commit comments

Comments
 (0)