~techreed/curtin:storage_eud

Last commit made on 2019-08-22
Get this branch:
git clone -b storage_eud https://git.launchpad.net/~techreed/curtin
Only Reed Slaby can upload to this branch. If you are Reed Slaby please log in for upload directions.

Branch merges

Branch information

Name:
storage_eud
Repository:
lp:~techreed/curtin

Recent commits

d551c95... by Reed Slaby <email address hidden>

Adding EUI-64 unittest

fe9a889... by Reed Slaby <email address hidden>

Implementing review suggestions

3af744f... by Reed Slaby <email address hidden>

Restore detection of partition numbers greater than 9

6efeaf4... by Reed Slaby <email address hidden>

Accept NVMe partition naming format: nvmeXnXpX

3af210f... by Reed Slaby <email address hidden>

Add disks that use EUI-64 identifier to pass validation

44997e8... by Dimitri John Ledkov

Switch to the new btrfs-progs package name, with btrfs-tools fallback.

940b90b... by Ryan Harper

vmtest: bump ram size on Zfs tests for Disco and Eoan

04bd030... by Ryan Harper

vmtest: drop Cosmic test cases

8484763... by Ryan Harper

unittests: mock subp in ChrootableTarget _exit_ test cases

9bc9136... by Ryan Harper

util.ChrootableTarget: skip rename of resolv.conf if not present in target

A target OS may not include an /etc/resolv.conf. ChrootableTarget attempts
to move the in-chroot resolv.conf out of the way and copy in the host
resolv.conf. If the target image does not have /etc/resolv.conf then we
fail when we call os.rename. Avoid this error by only invoking the
rename if the target image has a resolv.conf.

LP: #1834382