Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/Aboot/boot0.j2
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ platform_specific() {
aboot_machine=arista_7260cx3_64
fi
if [ "$platform" = "rook" ]; then
varlog_size=200
varlog_size=4096
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we are going to wait for Arista to get back on flash disk size and based on that, implement a logic to determine varlog_size for all platforms

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry Prince,

I didn't see this comment before merging.

You are absolutely right that we are waiting for a better solution. I need more /var/log space since I am experiencing some issues that I need more logs to debug. This is a gap filling mechanism.

Cheers,
Ying

readprefdl -f /tmp/.system-prefdl -d > /mnt/flash/.system-prefdl
fi

Expand Down