]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/ceph-helpers.sh: make ceph-osd behave on ext4
authorSage Weil <sage@redhat.com>
Sat, 30 Apr 2016 21:12:05 +0000 (17:12 -0400)
committerSage Weil <sage@redhat.com>
Sat, 30 Apr 2016 21:12:05 +0000 (17:12 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/ceph-helpers.sh

index 3fec15b4f15251ee594f66c121c1037acc325395..874ac6bd83feb9b75a6c1c2b7b1df8f3787d603a 100755 (executable)
@@ -602,6 +602,8 @@ function activate_osd() {
     ceph_args+=" --debug-osd=20"
     ceph_args+=" --log-file=$dir/\$name.log"
     ceph_args+=" --pid-file=$dir/\$name.pid"
+    ceph_args+=" --osd-max-object-name-len 460"
+    ceph_args+=" --osd-max-object-namespace-len 64"
     ceph_args+=" "
     ceph_args+="$@"
     mkdir -p $osd_data