~mwhudson/curtin:one-more-example

Last commit made on 2022-02-24
Get this branch:
git clone -b one-more-example https://git.launchpad.net/~mwhudson/curtin
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
one-more-example
Repository:
lp:~mwhudson/curtin

Recent commits

ca20356... by Michael Hudson-Doyle

examples: boost size of / in multipath-reuse.yaml

missed this previously because it failed for other reasons.

5ce3fb2... by Michael Hudson-Doyle

block_meta_v2: fix implicit offset calculation for dos partitions

8242e33... by Michael Hudson-Doyle

block_meta_v2: do not use aliases for partition types

These are not supported by sfdisk in focal.

69c95db... by Michael Hudson-Doyle

Remove CentOS 6 tests.

It's EOL, the required images are no longer in the MAAS image streams
and at least one vmtest fails if you manage to run it somehow.

5a32eb6... by Michael Hudson-Doyle

vmtests: boost the size of / in a few tests

apparently 3G is no longer enough.

5e3e178... by Michael Hudson-Doyle

examples: sleep after creating bcache device in preserve-bcache.yaml

45f3858... by Michael Hudson-Doyle

vmtests: fix parted invocation in partition-existing-raid.yaml

The mklabel command takes "msdos" as a value, not "dos".

a7c417f... by Michael Hudson-Doyle

vmtests: bump VM memory size to 2048 MiB for all tests

The Centos tests were I think roughly the only tests that did not get
this limit and they fail with OOM errors.

6cf0ecb... by Michael Hudson-Doyle

vmtests: drop assertion that clear-holders ran

It does not run when all disks have preserve=True. We could add some
logic to detect if it should have ran, but I don't think this assertion
is adding any real value at this point.

e581299... by Michael Hudson-Doyle

block_meta_v2: a few more fixes for v2 partitioning

With this and the other branches I have in review, at least some
vmtests pass when converted to v2 storage configs.