diff options
author | Jason Dillaman <dillaman@redhat.com> | 2020-02-13 20:04:07 +0100 |
---|---|---|
committer | Jason Dillaman <dillaman@redhat.com> | 2020-02-21 15:03:09 +0100 |
commit | bcbdd6cf698b380f6385dad851ea883d0badb517 (patch) | |
tree | 812bb6a6086bf0f47f4e5a2c701fc27541875af6 /src/librbd/image/RefreshRequest.h | |
parent | librbd: helper image-meta list state machine (diff) | |
download | ceph-bcbdd6cf698b380f6385dad851ea883d0badb517.tar.xz ceph-bcbdd6cf698b380f6385dad851ea883d0badb517.zip |
librbd: switch to new metadata retrieval state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'src/librbd/image/RefreshRequest.h')
-rw-r--r-- | src/librbd/image/RefreshRequest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librbd/image/RefreshRequest.h b/src/librbd/image/RefreshRequest.h index 9dd21157ee2..bd3fda40fc5 100644 --- a/src/librbd/image/RefreshRequest.h +++ b/src/librbd/image/RefreshRequest.h @@ -146,7 +146,6 @@ private: uint64_t m_op_features = 0; librados::IoCtx m_pool_metadata_io_ctx; - std::string m_last_metadata_key; std::map<std::string, bufferlist> m_metadata; std::string m_object_prefix; |