ceph-csi/internal/journal
John Mulligan 0ac5f40d09 journal: change omap get func to handle multiple keys at once
Taking this appraoch means that any function that must get more than one
key's value from the same oid can be more efficient by calling out to
ceph only once.

To be cautious and avoid missing things we always request ceph return
more keys than we actually expect to be set on the oid. If there are
unexpected keys there, we will not miss the keys we want if we first hit
an unexpected key if we were to limit ourselves to iterating only over
the number of keys we're expecting to be on the object.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-06-22 15:41:00 +00:00
..
omap.go journal: change omap get func to handle multiple keys at once 2020-06-22 15:41:00 +00:00
voljournal.go journal: change omap get func to handle multiple keys at once 2020-06-22 15:41:00 +00:00