]> git.apps.os.sepia.ceph.com Git - ceph.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)
committerLoic Dachary <ldachary@redhat.com>
Wed, 11 May 2016 07:57:16 +0000 (09:57 +0200)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 475cc08c330e639b226f2ab57dedbe4495f63022)

qa/workunits/ceph-helpers.sh

index 0eeb2406876dc7f8314dac0913dd680fc7290571..4f5f8f802621386687dc4f62aa18009668de3615 100755 (executable)
@@ -601,6 +601,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