From 629929a8cf4de2d11c6ecba57b7150c70bcc8753 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Thu, 28 Apr 2016 10:04:23 +0200 Subject: [PATCH] FileStore.cc: Add extra info in omap_get_values. - This is extra information to indicate what the route actually used. Signed-off-by: Willem Jan Withagen --- src/os/filestore/FileStore.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/filestore/FileStore.cc b/src/os/filestore/FileStore.cc index eef82b72618d..bb4223361d50 100644 --- a/src/os/filestore/FileStore.cc +++ b/src/os/filestore/FileStore.cc @@ -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; -- 2.47.3