lp://staging/~wesley-wiedenmeier/curtin/fix-extended-clear-holders

Created by Wesley Wiedenmeier and last modified
Get this branch:
bzr branch lp://staging/~wesley-wiedenmeier/curtin/fix-extended-clear-holders
Only Wesley Wiedenmeier can upload to this branch. If you are Wesley Wiedenmeier please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Wesley Wiedenmeier
Project:
curtin
Status:
Merged

Recent revisions

523. By Wesley Wiedenmeier

Merge from trunk

522. By Wesley Wiedenmeier

Merge from lp:curtin

521. By Wesley Wiedenmeier

Add function lvm.lvmetad_running() to check status of lvm metadata daemon and
only append '--cache' flag in lvm.lvm_scan() if it is running. this avoids
issues when the lvmetad service is not running on a release that does support
it

520. By Wesley Wiedenmeier

In block.clear_holders, do not define DEV_TYPES registry at bottom of file.
Instead, put its contents into a function at the top that is run by the
interpereter when it reaches the bottom of the file. This makes the contents of
the registry easy to find and read for anyone viewing the file without causing
errors because the interpreter is attempting to find functions that have not
been defined yet as would happen if the registry were moved to the top of the
file outside ofa function

519. By Wesley Wiedenmeier

In util.write_file, don't do chmod if mode kwarg is a false value
In block.clear_holders.shutdown_bcache use util.write_file

518. By Wesley Wiedenmeier

Accept a failure to run 'modprobe bcache' instead of halting installation
because any systems that have a kernel that does not support bcache will never
start bcache devies even if there are bcache superblocks present on the system
already, so it is okay if clear_holders does not detect the old bcache
superblocks as they won't actually hold anything back from being partitioned

516. By Wesley Wiedenmeier

In clear_holders.shutdown_bcache test if device to shut down is already shut
down before doing anything

515. By Wesley Wiedenmeier

IN clear_holders.wipe_superblock, use blockdev not sysfs path in call to
block.is_extended_partition

514. By Wesley Wiedenmeier

Add unittest for last update to check_efi_signature

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/~curtin-dev/curtin/trunk
This branch contains Public information 
Everyone can see this information.