From e185f4a9800e54ed12e067e53756f6fb7fd9306b Mon Sep 17 00:00:00 2001 From: Maxim Deb Natkh Date: Tue, 21 Jan 2025 19:27:14 +0100 Subject: [PATCH] fix dmesg and strace --- cloud/filestore/bin/nfs/nfs-storage.txt | 3 ++- cloud/filestore/tests/fio_index/mount-kikimr-test/test.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cloud/filestore/bin/nfs/nfs-storage.txt b/cloud/filestore/bin/nfs/nfs-storage.txt index fcdfd74412d..171c4f64665 100644 --- a/cloud/filestore/bin/nfs/nfs-storage.txt +++ b/cloud/filestore/bin/nfs/nfs-storage.txt @@ -1,2 +1,3 @@ SchemeShardDir: "/Root/NFS" -MultiTabletForwardingEnabled: true \ No newline at end of file +MultiTabletForwardingEnabled: true +DirectoryCreationInShardsEnabled: true \ No newline at end of file diff --git a/cloud/filestore/tests/fio_index/mount-kikimr-test/test.py b/cloud/filestore/tests/fio_index/mount-kikimr-test/test.py index 8cb400ffa18..aff9e43aa0c 100644 --- a/cloud/filestore/tests/fio_index/mount-kikimr-test/test.py +++ b/cloud/filestore/tests/fio_index/mount-kikimr-test/test.py @@ -15,3 +15,4 @@ def test_fio(name): # TODO(#2831): remove this debug information fio.run_index_test(dir_name, TESTS[name], fail_on_errors=True, verbose=True) + assert False