Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Arista7260cx3] Increase /var/log partition size to 4G #1140

Merged
merged 1 commit into from
Nov 10, 2017
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
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
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