summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/extensions/test_image.py
Commit message (Expand)AuthorAgeFilesLines
* Fix UTF-16 result handling for efibootmgrstable/zedJulia Kreger2023-04-271-20/+25
* Use json for lsblk outputRiccardo Pittau2022-06-141-27/+12
* Multipath Hardware path handlingJulia Kreger2022-05-181-0/+2
* Do not try to guess EFI partition path by its numberDmitry Tantsur2022-05-041-15/+19
* Merge "Create fstab entry with appropriate label"Zuul2022-03-111-4/+43
|\
| * Create fstab entry with appropriate labelJulia Kreger2022-03-101-4/+43
* | Merge "Run partx in verbose mode to simplify debugging"Zuul2022-03-081-6/+6
|\ \ | |/ |/|
| * Run partx in verbose mode to simplify debuggingDmitry Tantsur2022-02-141-6/+6
* | Move prepare_boot_partitions_for_softraid to raid_utilsArne Wiebalck2022-02-141-208/+2
|/
* Use canonical device name for RAID device for ESPDmitry Tantsur2022-02-011-15/+30
* SoftwareRAID: Use efibootmgr (and drop grub2-install)Arne Wiebalck2022-01-261-12/+12
* Fix compatibility with disk_utils.find_efi_partitionDmitry Tantsur2021-11-191-6/+6
* Use two more functions from disk_utilsDmitry Tantsur2021-11-181-10/+10
* Move manage_uefi from the image extension to a public locationDmitry Tantsur2021-11-161-455/+34
* Re-read the partition table with partx -aArne Wiebalck2021-11-061-16/+16
* Fix UEFI record regexJulia Kreger2021-11-041-5/+67
* Delete EFI boot entry duplicate labels firstJulia Kreger2021-11-011-9/+26
* Output verbose info from efibootmgrDerek Higgins2021-08-031-19/+19
* Catch ismount not being handledJulia Kreger2021-06-291-0/+121
* Only mount the ESP if not yet mountedArne Wiebalck2021-06-211-6/+10
* Utilize CSV file for EFI loader selectionJulia Kreger2021-06-101-4/+72
* Ignore efi grub2-install failureSteve Baker2021-06-041-1/+19
* Make _get_efi_bootloaders return relative pathsSteve Baker2021-05-261-11/+11
* Merge "Remove the iscsi extension"Zuul2021-05-121-63/+8
|\
| * Remove the iscsi extensionDmitry Tantsur2021-05-101-63/+8
* | Merge "Software RAID: RAID the ESPs"Zuul2021-05-111-36/+30
|\ \
| * | Software RAID: RAID the ESPsArne Wiebalck2021-04-161-36/+30
| |/
* | Fix NVMe Partition image on UEFIJulia Kreger2021-05-041-0/+39
|/
* Fix error message with UEFI-incompatible imagesDmitry Tantsur2021-02-101-0/+10
* Add fstab pointer to EFI partitionJulia Kreger2020-12-171-7/+238
* Prevent broken partition image UEFI deploysJulia Kreger2020-12-141-5/+474
* Option to enable bootloader config failure bypassJulia Kreger2020-12-101-0/+121
* Support using LABEL as identifier for rootfsFedor Tarasenko2020-11-031-5/+25
* Don't run os-prober from grub2-mkconfigJulia Kreger2020-10-221-8/+19
* Don't try to call GRUB when root UUID is not providedDmitry Tantsur2020-10-071-0/+15
* Prevent un-needed iscsi cleanupJulia Kreger2020-07-201-0/+27
* Increase the ESP partition size to 550 MiB when using software RAIDDmitry Tantsur2020-07-021-6/+6
* Merge "Mount all vfat partitions before calling grub2"Zuul2020-07-021-0/+49
|\
| * Mount all vfat partitions before calling grub2Arne Wiebalck2020-06-301-0/+49
* | Make the install_bootloader command asynchronousDmitry Tantsur2020-06-081-11/+12
|/
* Use unittest mock from standard libraryRiccardo Pittau2020-04-061-1/+1
* Software RAID: Add UEFI supportRaphael Glon2020-04-021-29/+424
* Return false for MBR bootloader check on UEFI machinesJulia Kreger2020-03-231-0/+12
* Rescan devices before performing uefi checksJulia Kreger2020-03-161-8/+32
* Fixes error handling if efibootmgr is not present in ramdiskmvpnitesh2020-03-031-0/+15
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-161-12/+372
* Don't try to put a bootloader in place when bootableJulia Kreger2019-11-011-5/+69
* Merge "Set rd.md.uuid kernel parameter when deploying on software raid"Zuul2019-10-281-15/+29
|\
| * Set rd.md.uuid kernel parameter when deploying on software raidAndrei Nistor2019-10-171-15/+29
* | Last resort fallback to find a partitionJulia Kreger2019-10-151-1/+29
|/