sushy/sushy/resources
Kamlesh Chauvhan 0ed4f93a36 Fix volume deletion on newer iDRACs
Fixes 'Unsupported parameter name @Redfish.OperationApplyTime' General
error on iDRAC firmware version 6.00.02.00 or newer when deleting
volumes.
Handles the failure of volume.delete by retrying without operation
apply time. In older iDRAC firmware versions operation apply time was
silently ignored, but now in newer iDRAC firmware versions it is
returning 501 Not Implemented error.

Change-Id: Ia421ff025f1f0bc72252b5441589beb2e53cc25a
(cherry picked from commit 74f95b1dd5)
2023-01-12 12:34:07 +00:00
..
chassis Add import order check 2020-04-21 15:28:08 +02:00
compositionservice Fixes a typo when accessing the connector in CompositionService 2020-10-28 09:47:28 +01:00
fabric Add import order check 2020-04-21 15:28:08 +02:00
manager Handle a different error code for missing TransferProtocolType 2022-12-08 11:17:49 +00:00
oem Fix OEM extension loading for different servers 2020-05-13 21:40:29 +03:00
registry Fix incorrect formatting and a Python 3.10 failure 2021-06-11 07:40:29 +00:00
sessionservice Fix session authentication issues 2022-03-09 13:45:10 -08:00
system Fix volume deletion on newer iDRACs 2023-01-12 12:34:07 +00:00
taskservice Refactor TaskMonitor and update Volume methods 2021-02-12 07:25:15 -05:00
updateservice Follow up TaskMonitor refactor 2021-02-26 04:50:49 -05:00
__init__.py Initial commit 2017-02-13 22:04:23 +00:00
base.py Improve resiliency of eTag handling 2022-10-28 11:24:08 +10:00
common.py Add OperationApplyTime support to Volume methods 2020-12-30 14:49:28 -06:00
constants.py Allow monitoring progress of a firmware update 2020-09-04 16:04:07 -04:00
mappings.py Add BIOS update apply time and maintenance window 2020-09-04 04:58:53 -04:00
settings.py Allow monitoring progress of a firmware update 2020-09-04 16:04:07 -04:00
task_monitor.py Refactor TaskMonitor and update Volume methods 2021-02-12 07:25:15 -05:00