ironic-python-agent/ironic_python_agent/shell
Vladyslav Drok 7bda3408f5 Fix config drive writing script
When the deployment happens on a GPT disk with config drive, writing
it to disk fails. Three reasons for that:

* parted should be used instead of partprobe to determine the type of
  the disk;
* gdisk -l sorts the partitions by their number, sort them by start
  sector instead;
* after sgdisk completion, the configdrive device is not immediately
  visible in the /dev folder, udevadm settle needed here too.

Closes-Bug: #1633063
Change-Id: Ifed89e343f9db4cf303baf7f8823342f6041f202
2016-10-18 00:28:04 +03:00
..
copy_configdrive_to_disk.sh Fix config drive writing script 2016-10-18 00:28:04 +03:00
shutdown.sh Replace SYSRQ commands 2016-03-21 12:57:50 +00:00
write_image.sh Clear GPT and MBR data structures on disk before imaging 2016-02-09 09:13:07 -08:00