mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
ceph_test_objectstore: test larger writes from Synthetic
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ab81564bb8
commit
a82c72b2c7
@ -2922,7 +2922,7 @@ public:
|
||||
static const unsigned max_objects = 3000;
|
||||
static const unsigned max_attr_size = 5;
|
||||
static const unsigned max_attr_name_len = 100;
|
||||
static const unsigned max_attr_value_len = 1024 * 4;
|
||||
static const unsigned max_attr_value_len = 1024 * 64;
|
||||
coll_t cid;
|
||||
unsigned write_alignment;
|
||||
unsigned max_object_len, max_write_len;
|
||||
|
Loading…
Reference in New Issue
Block a user