From b9f292c70392a49654d7882517a1d546b85195fa Mon Sep 17 00:00:00 2001 From: Shylesh Kumar Date: Wed, 14 Mar 2018 19:31:05 +0530 Subject: [PATCH] trial and error for ENAMETOOLONG errors Signed-off-by: Shylesh Kumar --- qa/downstream-config/objectstore/filestore-xfs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/downstream-config/objectstore/filestore-xfs.yaml b/qa/downstream-config/objectstore/filestore-xfs.yaml index f7aa0dd79c6ae..b3cc335261e45 100644 --- a/qa/downstream-config/objectstore/filestore-xfs.yaml +++ b/qa/downstream-config/objectstore/filestore-xfs.yaml @@ -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 -- 2.39.5