summaryrefslogtreecommitdiff
path: root/ironic_python_agent/hardware.py
Commit message (Expand)AuthorAgeFilesLines
* SoftwareRAID: Enable skipping RAIDSJakub Jelinek2022-09-051-55/+189
* Merge "Create RAIDs with volume name"Zuul2022-09-021-0/+10
|\
| * Create RAIDs with volume nameJakub Jelinek2022-09-021-0/+10
* | Fix software raid output poisoningJulia Kreger2022-08-241-1/+2
* | Merge "Improve function list_block_devices_check_skip_list"Zuul2022-08-171-22/+14
|\ \
| * | Improve function list_block_devices_check_skip_listJakub Jelinek2022-08-161-22/+14
* | | Merge "Enable skipping disks for cleaning"9.0.0Zuul2022-08-161-7/+52
|\ \ \ | |/ / | | / | |/ |/|
| * Enable skipping disks for cleaningJakub Jelinek2022-08-111-7/+52
* | Merge "Use lsblk json output for safety_check_block_device"Zuul2022-08-031-17/+14
|\ \ | |/ |/|
| * Use lsblk json output for safety_check_block_deviceRiccardo Pittau2022-07-201-17/+14
* | Remove unused lines of codeJakub Jelinek2022-07-201-5/+0
|/
* Guard shared device/cluster filesystemsJulia Kreger2022-07-191-0/+121
* Merge "Gather details about bond interfaces if present"Zuul2022-07-021-1/+7
|\
| * Gather details about bond interfaces if presentDerek Higgins2022-06-211-1/+7
* | Merge "Use json for lsblk output"Zuul2022-06-301-34/+42
|\ \
| * | Use json for lsblk outputRiccardo Pittau2022-06-141-34/+42
| |/
* | Merge "Warn when smartctl not found"Zuul2022-06-271-1/+2
|\ \
| * | Warn when smartctl not foundMark Goddard2022-06-241-1/+2
* | | Fix discovering WWN/serial for devicemapper devicesDmitry Tantsur2022-06-141-7/+15
| |/ |/|
* | Multipath Hardware path handlingJulia Kreger2022-05-181-3/+150
|/
* Merge "Improve efficiency of storage cleaning in mixed media envs"Zuul2022-03-151-12/+79
|\
| * Improve efficiency of storage cleaning in mixed media envsJacob Anders2022-03-151-12/+79
* | Create fstab entry with appropriate labelJulia Kreger2022-03-101-1/+3
|/
* SoftwareRAID: Use efibootmgr (and drop grub2-install)Arne Wiebalck2022-01-261-3/+3
* Call execute from ironic-lib in hardware.pyRiccardo Pittau2021-11-181-58/+60
* Move rescan device function to general utilsRiccardo Pittau2021-11-101-16/+2
* Re-read the partition table with partx -a, part 2Riccardo Pittau2021-11-091-1/+1
* Software RAID: Call udev_settle before creationArne Wiebalck2021-10-051-0/+7
* Trivial: better debugging in list_all_block_devicesDmitry Tantsur2021-08-271-2/+5
* Merge "Move loading of IPMI module loading to a single point"Zuul2021-08-231-15/+12
|\
| * Move loading of IPMI module loading to a single pointJonas Schäfer2021-08-061-15/+12
* | Merge "Increase version of hacking and pycodestyle"Zuul2021-08-111-5/+5
|\ \ | |/ |/|
| * Increase version of hacking and pycodestyleRiccardo Pittau2021-07-301-5/+5
* | Expose BMC MAC address in inventory dataJonas Schäfer2021-08-061-0/+62
|/
* Burn-in: Add network stepArne Wiebalck2021-07-131-0/+15
* Burn-in: Add disk stepArne Wiebalck2021-05-211-0/+15
* Merge "Burn-in: Add memory step"Zuul2021-05-111-0/+15
|\
| * Burn-in: Add memory stepArne Wiebalck2021-05-011-0/+15
* | Merge "Burn-in: Add CPU step"Zuul2021-05-101-1/+17
|\ \ | |/
| * Burn-in: Add CPU stepArne Wiebalck2021-05-011-1/+17
* | Merge "Fix getting memory size in some lshw output"Zuul2021-04-301-7/+7
|\ \
| * | Fix getting memory size in some lshw outputZane Bitter2021-04-291-7/+7
| |/
* | Fix missing data in log messagesZane Bitter2021-04-291-2/+2
|/
* Do not fail network interface collection on unsupported interfaceDmitry Tantsur2021-04-071-2/+7
* typo chanages -> changesBernd Mueller2021-03-241-1/+1
* Check the base device if the read-only file cannot be readBob Fournier2021-03-091-2/+12
* Remove default parameter from executeRiccardo Pittau2021-03-021-2/+2
* Remove nvme-cli warning and delay on nvme-formatJacob Anders2021-03-021-1/+1
* Merge "Use try_execute from ironic-lib"Zuul2021-03-011-7/+7
|\
| * Use try_execute from ironic-libRiccardo Pittau2021-02-251-7/+7