~wesley-wiedenmeier/curtin/nvme

  • Committer: Scott Moser
  • Date: 2016-02-12 17:41:37 UTC
  • mfrom: (349.2.5 curtin-1543263)
  • Revision ID: smoser@ubuntu.com-20160212174137-erf1y5vjp6qfhsed
partitioning: limited support for odd ordering of partition numbers

This fixes a bug in the partitioning code where it assumes that the
previous partition is numbered N-1. That is not always the case.
The change here is very focused on:
 a.) Being non-invasive.
 b.) fixing bug 1543263 and allowing maas to send configuration
     for power that "hides" the PReP partition as number 15
     so they don't have to really show it to the user.

Ultimately, we want to re-write the partitioning code to walk
through the storage config and correctly fill in number, start
and end for each entry. That is a more invasive and time-consuming
change though.

This also adds another disk to examples/tests/basic.yaml
and tests that it is partitioned as expected in
tests/vmtests/test_lvm.py
Filename Latest Rev Last Changed Committer Comment Size
..
source 9 11 years ago Scott Moser add initial packaging Diff
changelog.trunk 265 9 years ago Scott Moser debian/changelog.trunk: revert unintentional chang 148 bytes Diff Download File
compat 9 11 years ago Scott Moser add initial packaging 2 bytes Diff Download File
control 344.2.1 9 years ago Scott Moser change mkfs.fat to mkfs.vfat and add dependency. 2.1 KB Diff Download File
copyright 56 11 years ago Scott Moser fix debian/copyright formating of License 608 bytes Diff Download File
curtin-common.install 64 11 years ago Scott Moser split up packaging. build python3-curtin, python- 25 bytes Diff Download File
curtin.install 64 11 years ago Scott Moser split up packaging. build python3-curtin, python- 10 bytes Diff Download File
python-curtin.install 64 11 years ago Scott Moser split up packaging. build python3-curtin, python- 37 bytes Diff Download File
python3-curtin.install 64 11 years ago Scott Moser split up packaging. build python3-curtin, python- 37 bytes Diff Download File
File rules 85 11 years ago Scott Moser debian/rules: preserve executable as '/usr/bin/pyt 420 bytes Diff Download File