Sravanthi
Sravanthi
main.rs: line 261 - when state machine block device state is Failed, log that information to the database by calling save_state().
main.rs::287 -- OperationInfo struct created with device_id set to 0. This will then create an operation entry in the device that doesn't correspond to any device and will essentially be...
add_or_update_operation() needs to be called to a) evaluate and set the completed/done time b) track other operations like diskadd, disk remove etc for each hardware that is remediated.