Skip to content

Commit 48ba459

Browse files
authored
[Arista] Rely on automatic flash size detection for Lodoga (#8608)
Lodoga actually has a 8GB storage device. LodogaSsd variant has a 30GB SSD drive. However, in boot0 both were mishandled and assigned 4GB for legacy reasons. Remove the hardcoding of the flash size and let boot0 autodetect the available space.
1 parent f78f677 commit 48ba459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

files/Aboot/boot0.j2

-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ write_platform_specific_cmdline() {
510510
fi
511511
if [ "$sid" = "Lodoga" ]; then
512512
aboot_machine=arista_7050cx3_32s
513-
flash_size=3700
514513
fi
515514
if [ "$sid" = "Marysville" ]; then
516515
aboot_machine=arista_7050sx3_48yc8

0 commit comments

Comments
 (0)