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

MTL-2284 opsie #24

Merged
merged 11 commits into from
Oct 24, 2023
Merged

MTL-2284 opsie #24

merged 11 commits into from
Oct 24, 2023

Conversation

rustydb
Copy link
Contributor

@rustydb rustydb commented Oct 21, 2023

Bugfix for #23 , fixes letter indexes.

The `mkfs.xfs` line was referencing an undefined variable `$target`,
this prevents the FSLabel from applying (as well as the filesystem).

Also, the letter index is off by 1. It starts at `b` instead of `a`.

This ensures the index doesn't use non-alpha characters, starts at
`a`, and (when referenced) the letters are capitalized.
`{}/${}` are unnecessary in arithmetic operations.
@rustydb rustydb requested a review from a team as a code owner October 21, 2023 01:48
During an install with the fawkes tarball we can save the user a manual
step by extracting the hypervisor ISO for them.
If the fawkes tarball is not found, and no hypervisor ISO is present in
the data partition from a remote download, then the fawkes-liveCD should
abort the disk install.

Without this conditional, the installer will install the fawkes image to
disk. This is undesirable.
The `VMSTORE` partitions were all mounting to `/vms`, which is broken
and incorrect.

This ensures they all mount to their respective location.
Ensure that `/vms/store0/assets` is created before copying files into
it.

Also do not bother remounting `/data` as it is mounted at the beginning
of the script.
@rustydb rustydb force-pushed the MTL-2284-opsie branch 4 times, most recently from fb63879 to b90d4ae Compare October 21, 2023 21:36
The `domain.xml` needs to point to the current cloud-init ISO.

Also, always restore the original files from the booted squash.
This reverts commit 275eb59.
Restore `bandwidth` LACP mode.
@rustydb rustydb merged commit a98b679 into main Oct 24, 2023
8 checks passed
@rustydb rustydb deleted the MTL-2284-opsie branch October 24, 2023 16:50
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.

3 participants