diff options
author | Scott Moser <smoser@ubuntu.com> | 2017-05-19 14:57:04 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-05-22 16:37:40 -0400 |
commit | 3507b59eaa4914ba041f9c7ae987a2cfb036d8b5 (patch) | |
tree | 728581fd09b35e746f3f6c22f224ed51564efde1 /tests/cloud_tests/testcases/modules | |
parent | 9fa17d4bc1ef2564e30ab655bf6de462296aecad (diff) | |
download | vyos-cloud-init-3507b59eaa4914ba041f9c7ae987a2cfb036d8b5.tar.gz vyos-cloud-init-3507b59eaa4914ba041f9c7ae987a2cfb036d8b5.zip |
disk_setup: fix several issues with gpt disk partitions.
This fixes several shortcomings of disk_setup with gpt disks.
* 'sgdisk -p' was being used to determine the size of a disk.
this can fail if it believes there is a bad gpt partition table.
Instead we just use blockdev now for both mbr or gpt disks.
* parsing of sgdisk -p output assumed that the 'name' of the partition
type would not have any spaces (Microsoft basic data)
* interaction with sgdisk did not realize that sgdisk wants input
of '8300' rather than '83' and will output the same.
LP: #1692087
Diffstat (limited to 'tests/cloud_tests/testcases/modules')
0 files changed, 0 insertions, 0 deletions