]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
trial and error for ENAMETOOLONG errors
authorShylesh Kumar <shylesh.mohan@gmail.com>
Wed, 14 Mar 2018 14:01:05 +0000 (19:31 +0530)
committerShylesh Kumar <shylesh.mohan@gmail.com>
Wed, 14 Mar 2018 14:08:45 +0000 (19:38 +0530)
Signed-off-by: Shylesh Kumar <shylesh.mohan@gmail.com>
qa/downstream-config/objectstore/filestore-xfs.yaml

index f7aa0dd79c6ae529d3bfdec8fedba2e227a90cd9..b3cc335261e45d5a864d8a51c7dfdd22d7200996 100644 (file)
@@ -5,6 +5,8 @@ overrides:
       osd:
         osd objectstore: filestore
         osd sloppy crc: true
+        osd max object name len: 400
+        osd max object namespace len: 64
   ceph-deploy:
     fs: xfs
     filestore: True
@@ -12,4 +14,6 @@ overrides:
       osd:
         osd objectstore: filestore
         osd sloppy crc: true
+        osd max object name len: 400
+        osd max object namespace len: 64