ironic-python-agent/ironic_python_agent/extensions
Sam Betts fc2dfcee60 Attempt to read the partition table after writing an image
This patch adds code that tries to read the partition table after we've
successfully written an image to make sure the image that we wrote has a
valid partition table so we can more easily guarantee that what we've
written is bootable and not just junk. Without a valid partition table
writing a config drive will fail for whole disk images.

Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: I5cfd8c433a4db3e0d2d5086250e629d16234b7a4
Story: 2001760
Task: 12159
2018-11-19 18:57:23 +01:00
..
__init__.py Organize agent extensions 2014-04-14 15:09:12 -07:00
base.py Replace use of functools.wraps() with six.wraps() 2018-02-01 15:15:00 -08:00
clean.py Fix a mis-formatted log message 2017-10-27 09:16:25 -07:00
flow.py Update to hacking 0.12.0 and use new checks 2016-11-08 11:31:18 -08:00
image.py Merge "fall back to PARTUUID if UUID not found." 2018-08-03 15:40:51 +00:00
iscsi.py Fix OSError catch 2017-10-12 14:32:50 +00:00
log.py Add a log extension 2016-06-28 17:02:11 +01:00
rescue.py Rescue extension for CoreOS with DHCP tenant networks 2017-11-06 04:48:58 -05:00
standby.py Attempt to read the partition table after writing an image 2018-11-19 18:57:23 +01:00