Skip to content

Commit 78ed216

Browse files
saiarcot895mssonicbld
authored andcommitted
Use tmpfs for /var/log for Arista 7260 (#13587)
This is to reduce writes to disk, which then can use the SSD to get worn out faster. Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent 31297dc commit 78ed216

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
@@ -503,6 +503,7 @@ write_platform_specific_cmdline() {
503503
if [ "$sid" = "Gardena" ] || [ "$sid" = "GardenaE" ]; then
504504
aboot_machine=arista_7260cx3_64
505505
flash_size=28000
506+
cmdline_add logs_inram=on
506507
fi
507508
if [ "$sid" = "Alhambra" ]; then
508509
aboot_machine=arista_7170_64c

0 commit comments

Comments
 (0)