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

fix: Windows - Changing docker files to be stored on secondary drive #1084

Merged
merged 1 commit into from
Oct 25, 2022
Merged

fix: Windows - Changing docker files to be stored on secondary drive #1084

merged 1 commit into from
Oct 25, 2022

Commits on Oct 25, 2022

  1. Changing docker files to be stored on secondary drive

    The Windows self-managed node is being deployed with an additional 100GB Amazon EBS disk, where the actual Userdata described in this script initializes the disk and formats but doesn't give any usage for the disk. So, to enhance docker performance during node startup by avoiding concurrency disk I/O with the Operational system and image pulling, I'm proposing these additional lines in the scripts that set docker data to be stored on the secondary disk.
    marciogmorales authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    932374b View commit details
    Browse the repository at this point in the history