]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
FileStore.cc: Add extra info in omap_get_values.
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 28 Apr 2016 08:04:23 +0000 (10:04 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 28 Apr 2016 08:04:23 +0000 (10:04 +0200)
 - This is extra information to indicate what the route actually used.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/os/filestore/FileStore.cc

index eef82b72618d61b1031f588cbcc6fd739ec0f6f7..bb4223361d5077822a64ff48d6dfb06b5767e001 100644 (file)
@@ -4947,6 +4947,7 @@ int FileStore::omap_get_values(const coll_t& _c, const ghobject_t &hoid,
   r = object_map->get_values(hoid, keys, out);
   if (r < 0 && r != -ENOENT) {
     assert(!m_filestore_fail_eio || r != -EIO);
+    where = " (get_values)";
     goto out;
   }
   r = 0;