| commit | a9085181afaa80ac8b4cfb82a6762e336b1e2500 | [log] [tgz] |
|---|---|---|
| author | Stephen Crane <cranes@google.com> | Thu Sep 23 10:04:04 2021 -0700 |
| committer | Stephen Crane <cranes@google.com> | Wed Sep 29 10:28:43 2021 -0700 |
| tree | 556c815217c18a61e7539a4df44f3437ec9da90a | |
| parent | d394f7470071cc1704e4ec36a75fd1a09e18e937 [diff] |
storageproxyd: Retry RPMB request on UNIT ATTENTION Attempts a retry of the intial write or read when an RPMB command triggers a UNIT ATTENTION condition. This causes the UA status to be reset and hopefully result in a successful command. This runs the risk of retrying a successful write, but we wouldn't have been able to get the RPMB response after that write anyway due to the UA condition. Test: m storageproxyd Bug: 200037389 Change-Id: Ib970e779365bb396756c114684c7f6e56a737ab1