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

Address regressions introduced in gce test net setup with image update to latest ubuntu #3926

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexpyattaev
Copy link

Problem

#3911 introduced regressions that make gce.sh and associated scripts to fail.

Summary of Changes

Remove the openssl1.1 install command
Update the gce.sh to pull in the needed packages that are no longer in base image

validatorBootDiskSizeInGb=500
validatorBootDiskSizeInGb=100

Choose a reason for hiding this comment

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

why do we need a smaller boot disk size now?

Copy link
Author

Choose a reason for hiding this comment

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

not sure why we'd need 500 GB per node. If someone really really needs it, they can set that in their own config. Testnet runs fine with 100 GB disk with 90 GB of space to spare. The only node that needs huge amount of disk is the bootstrap that builds agave, but that is hardwired to use more space.

Comment on lines +8 to +9
apt-get update
apt-get --assume-yes install at

Choose a reason for hiding this comment

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

are we installing at since it is no longer in the base image of ubuntu 22?

Copy link
Author

Choose a reason for hiding this comment

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

yep, exactly.

apt-get --assume-yes install libssl1.1
# apt-get --assume-yes install libssl1.1

Choose a reason for hiding this comment

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

can we remove this line instead of commenting out? and are we removing since libssl 3 comes pre installed with ubuntu 22?

Copy link
Author

Choose a reason for hiding this comment

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

sure, will do.

@gregcusack gregcusack self-requested a review December 4, 2024 23:25
Copy link

@gregcusack gregcusack left a comment

Choose a reason for hiding this comment

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

lgtm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants