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

Changing the way the install_disk is set #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sadi-a
Copy link

@Sadi-a Sadi-a commented Aug 17, 2023

Formerly, the install_disk variable would affect all the machines configured with Typhoon. This meant that we could only set disks such as /dev/sda or /dev/nvme0n1 and that we could not use paths such as /dev/disk/by-* because those are associated to a single specific machine.
This commit aims to change this by giving an install_disk attribute to controller and worker objects.
This change affects both the FCOS and Flatcar Container Linux sides of things.

This PR has been tested with the test-suite available on the test-suite branch.

Formerly, the install_disk variable would affect all the machines
configured with Typhoon. This meant that we could only set disks such
as /dev/sda or /dev/nvme0n1 and that we could not use paths such as
/dev/disk/by-* because those are associated to a single specific
machine.
This commit aims to change this by giving an install_disk attribute to
controller and worker objects.
This change affects both the FCOS and Flatcar Container Linux sides of
things.
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.

1 participant