curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #02160
[Merge] ~mwhudson/curtin:one-more-example into curtin:master
Michael Hudson-Doyle has proposed merging ~mwhudson/curtin:one-more-example into curtin:master.
Commit message:
examples: boost size of / in multipath-reuse.yaml
missed this previously because it failed for other reasons.
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/416001
--
Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:one-more-example into curtin:master.
diff --git a/examples/tests/multipath-reuse.yaml b/examples/tests/multipath-reuse.yaml
index 24e193e..9f762b9 100644
--- a/examples/tests/multipath-reuse.yaml
+++ b/examples/tests/multipath-reuse.yaml
@@ -6,8 +6,8 @@ bucket:
- &setup |
parted /dev/disk/by-id/dm-name-mpatha --script -- \
mklabel msdos \
- mkpart primary ext4 1GiB 4GiB \
- mkpart primary ext4 4GiB 5GiB \
+ mkpart primary ext4 1GiB 5GiB \
+ mkpart primary ext4 5GiB 6GiB \
set 1 boot on
udevadm settle
@@ -32,7 +32,7 @@ storage:
- id: sda1
type: partition
number: 1
- size: 3GB
+ size: 4GB
device: sda
flag: boot
preserve: true
Follow ups