~dbungert/curtin:vmtest-attr

Last commit made on 2022-09-23
Get this branch:
git clone -b vmtest-attr https://git.launchpad.net/~dbungert/curtin
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
vmtest-attr
Repository:
lp:~dbungert/curtin

Recent commits

a2cf407... by Dan Bungert

vmtests: +python3-attr

87323b6... by Michael Hudson-Doyle

block_meta: add 'device' action to directly refer to a block device

fe15763... by Michael Hudson-Doyle

storage_config: add 'path' key to all actions that refer to a block device

Disks and partitions already get this, add it to raid, logical volume,
dm_crypt and bcache actions.

48b0ea3... by Michael Hudson-Doyle

block_meta: record which devices were handled by each action

47c2226... by Dan Bungert

block: install cryptsetup if dm_crypt

Co-authored-by: J-P Nurmi <email address hidden>

f174ed7... by Dan Bungert

curthooks: make chzdev_export non-fatal on error

LP: #1987236

a3137ae... by Dan Bungert

nicer terminology for non-API items

5b3d24d... by Olivier Gayot

install: allow to perform an install in incremental invocations

e60b738... by Dan Bungert

block: genericize kname generation

16a0c5c... by Olivier Gayot

usage: fix help that showed invalid JSON in examples

The usage showed examples to override the stages that are
executed when running curtin install. That said, JSON only
accepts strings surrounded by double quotes and the examples use
single quotes. This leads to invalid JSON syntax if the examples
are copied.

Fixed by inverting the quotes used in the examples so that the
examples are valid.