diff options
author | Patrick Venture <venture@google.com> | 2019-06-17 10:29:46 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-06-17 18:48:06 +0000 |
commit | a67323a86ec201d9292d2743a707ac04909615e3 (patch) | |
tree | 14f3d0f7a708c2bc90dcef28092f0a7c54a57153 | |
parent | 826e17355db0a575e0ad60e25bf82480ac711135 (diff) | |
download | phosphor-ipmi-blobs-a67323a86ec201d9292d2743a707ac04909615e3.tar.gz phosphor-ipmi-blobs-a67323a86ec201d9292d2743a707ac04909615e3.zip |
README: add delete blob contract note
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Iac2768eebcf1ab28e28cdba601574dbede4fc9ec
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -380,3 +380,5 @@ The blob manager provides the following calling contract guarantees: if that session is already open (e.g. `stat()` or `commit()`). * The caveat is the open command where the session is provided to the handler within the call. +* The blob manager will only call `delete()` on a blob if there are no open + sessions to that blob id. |