Files
ironic-python-agent/ironic_python_agent
Julia Kreger 5a78bf286f preserve/handle config drives on 4k block devices
When an underlying block device (or driver) only supports 4KB IO,
this can cause some issues with aspects like using an ISO9660 filesystem
which can only support a maximum of 2KB IO.

The agent will now attempt to mount the filesystem *before* deleting the
supplied file, and should that fail it will mount the configuration drive
file from the ramdisk utilizing a loopback, and then extract the contents
of the ramdisk into a newly created VFAT filesystem which supports 4KB
block IO.

Closes-Bug: #2028002
Change-Id: I336acb8e8eb5a02dde2f5e24c258e23797d200ee
(cherry picked from commit b6c263a5dc)
2023-09-05 14:01:58 +00:00
..
2022-04-14 10:47:06 +00:00
2021-04-01 11:16:20 -07:00
2021-12-16 22:03:51 +01:00
2022-01-10 11:31:33 +01:00
2022-09-05 20:43:51 +00:00