~mwhudson/curtin:pass-disk_path-to-partition_verify

Last commit made on 2021-01-07
Get this branch:
git clone -b pass-disk_path-to-partition_verify 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:
pass-disk_path-to-partition_verify
Repository:
lp:~mwhudson/curtin

Recent commits

0190f38... by Michael Hudson-Doyle

block_meta: pass disk_path to partition_verify and to sfdisk_info

Currently there is a failure trying to reuse an existing partition of a
multipath device because get_blockdev_for_partition doesn't work on a
multipath partition. Probably get_blockdev_for_partition should be fixed
but as partition_handler has the disk path anyway, I think it makes for
saner code to just pass that around instead.

5741e21... by Michael Hudson-Doyle

disable pretty path for multipath disks

ab11f5f... by Michael Hudson-Doyle

a qemu test had DM_WWN=0xQEMU_QEMU_HARDDISK_001 somehow

51aef65... by Michael Hudson-Doyle

make is_mpath_partition more correct

704fe21... by Michael Hudson-Doyle

simplify is_mpath_partition, thanks ryan

f030346... by Michael Hudson-Doyle

ffs

5629e08... by Michael Hudson-Doyle

oops, had not noticed that I had made this test depend on jsonschema

678e7b5... by Michael Hudson-Doyle

add some tests; include wwn in multipath disk output

ef559d6... by Michael Hudson-Doyle

fix some tests, delete some others

need to write some new tests i think

f69ac46... by Michael Hudson-Doyle

remove some now-dead code, better path: for multipath disks