lp://staging/~wesley-wiedenmeier/curtin/trusty-preserve
- Get this branch:
- bzr branch lp://staging/~wesley-wiedenmeier/curtin/trusty-preserve
Branch merges
- Server Team CI bot: Approve (continuous-integration)
- Ryan Harper (community): Needs Fixing
-
Diff: 51 lines (+24/-14)1 file modifiedcurtin/commands/block_meta.py (+24/-14)
Related bugs
Bug #1524031: attempting to preserve disk curtin expects PTTYPE in blkid output | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 345. By Wesley Wiedenmeier
-
If blkid fails to get partition table type when trying to preserve a disk, fall
back to using parted - 344. By Scott Moser
-
mkfs: fix for lack of uuid on precise or trusty
the last merge for mkfs broke vmtest. Precise's version of btrfs
lacks both uuid and force flag. Trusty's lacks uuid. - 343. By Wesley Wiedenmeier
-
Improve mkfs command and move mkfs logic to block.mkfs
The 'mkfs' command now operates as a useful utility for users
who want a consistent interface to 'mkfs'.The mkfs logic is improved and moved to the block.mkfs module
to make it more standalone. - 342. By Ryan Harper
-
vmtests: basic_network.yaml remove static gateway to avoid race with dhcp
The basic network configuration includes a static gateway
which will race with DHCP; last one to write wins and sometimes
means the network validation won't find the static gateway and fail.
Remove the static gateway in the presence of a network configured
for DHCP. - 341. By Scott Moser
-
vmtest sync: fix pruning of dirs
our pruning code is somewhat simplistic at this point.
We really need to have a better mirror, but for now this fixes an issue.At some point on our c-i nodes, a mirror included 'di' data, which
creates files in '<mirror>/<release> /<arch> /di'. That directory was
getting counted as a 'image dir'.This will count image dirs as those that are of format YYYYMMDD[.N]
- 340. By Scott Moser
-
tests/vmtests: fix invalid variable and run pylint on tests/vmtests
This fixes a bad variable in tests/vmtests anad also starts to run
pylint with python3 on tests/vmtests. pylint *would* have caught
my bad variable.Also fix the other complaints from pylint on that code so that
it will successfully run. - 339. By Scott Moser
-
maas2roottar: use --numeric-owner when creating root.tar.gz
We've just been lucky to have not hit issues with this.
Since the image may have different user and group numbers than the host
system, we need to use --numeric-owner with tar.
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