Samuel Angebault
Samuel Angebault
This change is fixing issues affecting both linecards and fixed systems. Respective to the changes listed in the description: 1) affecting all linecards 2) affecting a subset of fixed systems...
Would it be possible to merge this PR?
/azpw run Azure.sonic-buildimage
This device unfortunately has a really small storage device (2GB). We introduced some workaround such as unpacking the containers in RAM but these have grown in size to the point...
Hi @hugocollignon Both the flash size and ram size are troublesome at this point. If your tmpfs is too big, then you'll be left with not enough RAM to run...
> Maybe only for this last time (before next versions grow in size), a bigger tmpfs could fit. > dockerfs.tar.gz : 1,9G, so 2G for tmpfs and 2G for RAM...
Glad you were able to tweak things your way! > inside sonic-aboot-broadcom.swi, we have boot0 that we can edit without needing to rebuild SONiC Indeed, it's pretty convenient, though you...
I was able to repro the issue and it seems to be crashing in `libsymcrypt.so` on `pshufb %xmm2,%xmm0` Not sure why it fails on this `sse3` instruction as it should...
Booting from `/mnt/drive` is currently not supported, so it's not really expected to work. This is also not something in our roadmap for the short term. Simple boot should be...
Yes, at this point I believe your options are either replace the flash device or to spend cycles trying to add support for /mnt/drive in SONiC. I am aware of...