Skip to content

Commit ee1c32a

Browse files
authored
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 225bba0 commit ee1c32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/Aboot/boot0.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ write_platform_specific_cmdline() {
502502
if [ "$sid" = "Gardena" ] || [ "$sid" = "GardenaE" ]; then
503503
aboot_machine=arista_7260cx3_64
504504
flash_size=28000
505+
cmdline_add logs_inram=on
505506
fi
506507
if [ "$sid" = "Alhambra" ]; then
507508
aboot_machine=arista_7170_64c

0 commit comments

Comments
 (0)