~mwhudson/curtin:fba-dasd

Last commit made on 2020-12-08
Get this branch:
git clone -b fba-dasd 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:
fba-dasd
Repository:
lp:~mwhudson/curtin

Recent commits

e3ad89c... by Michael Hudson-Doyle

py27 compat

1af21bb... by Michael Hudson-Doyle

oops

c96c396... by Michael Hudson-Doyle

a little refactoring

6522622... by Michael Hudson-Doyle

only default ECKD dasds to vtoc ptables

2d77971... by Michael Hudson-Doyle

Exclude the fake partition that the kernel creates for an otherwise unformatted FBA dasd.

d41a567... by Lee Trager

Don't install grub if it is already found on CentOS/RHEL

LP: #1895067

9130753... by Ryan Harper

vmtests: Replace newly added Eoan test with Groovy

Eoan is EOL, replace Eoan entry in newly added test with Groovy

2d3c3d8... by Michael Hudson-Doyle

vmtests: test using a disk with RAID partition on it directly in a RAID

8818498... by Michael Hudson-Doyle

fix verification of vtoc partitions

Currently curtin verifies the size and flags of a partition by
using sfdisk to inspect it and checking the results. But that
doesn't work on a dasd's vtoc partition table, so this branch
renames parition_verify to parition_verify_sfdisk, adds
parition_verify_fdasd and calls the latter when ptable ==
'vtoc'. The branch does a little more than is strictly necessary,
perhaps, but the other stuff will come in useful soon, I promise
:)

LP: #1899471

beb12f0... by Michael Hudson-Doyle

create an empty vtoc in disk_handler

Another merge proposal I have uses fdasd to get the block and track size
when partitioning a disk. But the wiping disk_handler can do can do
enough damage to stop fdasd working at all. Putting an empty vtoc onto
the disk allows fdasd to report the sizes when needed.