We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9cc2d commit d489704Copy full SHA for d489704
src/osd/SnapMapper.h
@@ -256,8 +256,6 @@ class SnapMapper : public Scrub::SnapMapReaderI {
256
std::pair<std::string, ceph::buffer::list> to_raw(
257
const std::pair<snapid_t, hobject_t> &to_map) const;
258
259
- static bool is_mapping(const std::string &to_test);
260
-
261
static std::pair<snapid_t, hobject_t> from_raw(
262
const std::pair<std::string, ceph::buffer::list> &image);
263
@@ -317,6 +315,8 @@ class SnapMapper : public Scrub::SnapMapReaderI {
317
315
return std::string(buf, r) + '_';
318
316
}
319
+ static bool is_mapping(const std::string &to_test);
+
320
uint32_t mask_bits;
321
const uint32_t match;
322
std::string last_key_checked;
0 commit comments