mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
0ac5f40d09
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> |
||
---|---|---|
.. | ||
omap.go | ||
voljournal.go |