Skip to content

Commit 30fbc60

Browse files
saiarcot895qiluo-msft
authored andcommitted
Use tmpfs for /var/log for Arista 7260 (sonic-net#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 7adf2b1 commit 30fbc60

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
@@ -497,6 +497,7 @@ write_platform_specific_cmdline() {
497497
if [ "$sid" = "Gardena" ] || [ "$sid" = "GardenaE" ]; then
498498
aboot_machine=arista_7260cx3_64
499499
flash_size=28000
500+
cmdline_add logs_inram=on
500501
fi
501502
if [ "$sid" = "Alhambra" ]; then
502503
aboot_machine=arista_7170_64c

0 commit comments

Comments
 (0)