ceph-csi/internal
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
..
cephfs util: add function to get the kernel version 2020-06-18 11:42:47 +00:00
csi-common rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
journal journal: change omap get func to handle multiple keys at once 2020-06-22 15:41:00 +00:00
liveness cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
util util: add New* funcs for ErrKeyNotFound & ErrPoolNotFound types 2020-06-22 15:41:00 +00:00