~raharper/curtin:fix/mpath-partition-wiping

Last commit made on 2020-01-24
Get this branch:
git clone -b fix/mpath-partition-wiping https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
fix/mpath-partition-wiping
Repository:
lp:~raharper/curtin

Recent commits

6a07152... by Ryan Harper

multipath: try harder when removing multipath devices, add verbosity

dd507cc... by Ryan Harper

Add footer to multipath.py

4b17684... by Ryan Harper

multipath: update docstrings and add supported check

Bionic and older systems do not have multipath installed by
default so curtin will check if multipath tools are present
and only issues multipath commands if they are needed. This
fixes the bionic basic test on this branch.

1acb477... by Ryan Harper

multipath: add docstrings to unittests

Also, update the negative case for dmsetup ls output.

9f40323... by Ryan Harper

Use assertIsNone

36cdc45... by Ryan Harper

Add an additional path to make test more clear.

79748dd... by Ryan Harper

Handle dmsetup names with spaces

10b2611... by Ryan Harper

multipath: move up no device found check

79dd492... by Ryan Harper

Refactor logic to drop unneeded mpath_is_member call

cddfb4d... by Ryan Harper

Update comment and remove unneeded variable initialization.