summaryrefslogtreecommitdiffstats
path: root/src/test/osdc
diff options
context:
space:
mode:
authorDavid Zafman <david.zafman@inktank.com>2013-06-11 03:18:59 +0200
committerDavid Zafman <david.zafman@inktank.com>2013-07-09 23:09:02 +0200
commite761e4e55f4b5ff32bde90a260d098add53da429 (patch)
treef1b8da33d90534b5aa8068b692e65430da98d755 /src/test/osdc
parentos: Add missing pool to hobject_t:::dump() and hobject_t::decode() (diff)
downloadceph-e761e4e55f4b5ff32bde90a260d098add53da429.tar.xz
ceph-e761e4e55f4b5ff32bde90a260d098add53da429.zip
librados, os, osd, osdc, test: Add support for client specified namespaces
Add rados_ioctx_namespace_set_key() and librados::IoCtx::namespace_set_key() Add namespace to admin-daemon operations Support namespace in osd map command Add namespace to object_locator_t and hobject_t Add random namespaces to psim program Feature: #4982 (OSD: namespaces pt 1 (librados/osd, not caps)) Signed-off-by: David Zafman <david.zafman@inktank.com>
Diffstat (limited to 'src/test/osdc')
-rw-r--r--src/test/osdc/object_cacher_stress.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/osdc/object_cacher_stress.cc b/src/test/osdc/object_cacher_stress.cc
index db30de4f4e8..ee71b0e898c 100644
--- a/src/test/osdc/object_cacher_stress.cc
+++ b/src/test/osdc/object_cacher_stress.cc
@@ -22,6 +22,7 @@
#include "FakeWriteback.h"
+// XXX: Only tests default namespace
struct op_data {
op_data(std::string oid, uint64_t offset, uint64_t len, bool read)
: extent(oid, 0, offset, len, 0), is_read(read)