commit | dd12d882e1c3c1ade1d11c4d0c870deb643899fd | [log] [tgz] |
---|---|---|
author | amit.ghosh <amit.ghosh@radisys.com> | Fri Jul 01 12:32:36 2022 +0200 |
committer | amit.ghosh <amit.ghosh@radisys.com> | Mon Jul 04 12:02:09 2022 +0200 |
tree | a70c9f307611281fa7f0297838163ac99b5675ca | |
parent | 840cb60a63dca2cefb1198c3a893289a003bcb1c [diff] [blame] |
VOL-4750: Introduce DEVICE_UNREACHABLE error code in the StopManagingDevice DMI rpc Change-Id: Icdcc9d66bf95faa651848ed7e568526709f17cf1
diff --git a/protos/dmi/hw_management_service.proto b/protos/dmi/hw_management_service.proto index 693e8d8..d8b74ca 100644 --- a/protos/dmi/hw_management_service.proto +++ b/protos/dmi/hw_management_service.proto
@@ -105,6 +105,8 @@ enum Reason { UNDEFINED_REASON = 0; UNKNOWN_DEVICE = 1; + // DEVICE_UNREACHABLE is to be returned when the device manager cannot reach the device and stop managing it + DEVICE_UNREACHABLE = 2; } Status status = 1; Reason reason = 2;