]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/rados: Reduced BlueStore log levels
authorAdam Kupczyk <akupczyk@ibm.com>
Thu, 18 Jul 2024 11:19:10 +0000 (13:19 +0200)
committerAdam Kupczyk <akupczyk@ibm.com>
Mon, 22 Jul 2024 13:34:02 +0000 (15:34 +0200)
Having debug 20 is impractical. Slows down execution and takes disk space,
but gives little help in eventual debugging.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
qa/suites/rados/objectstore/backends/objectstore-bluestore-a.yaml
qa/suites/rados/objectstore/backends/objectstore-bluestore-b.yaml
qa/suites/rados/objectstore/backends/objectstore-memstore.yaml
qa/suites/rados/perf/objectstore/bluestore-basic-min-osd-mem-target.yaml
qa/suites/rados/perf/objectstore/bluestore-bitmap.yaml
qa/suites/rados/perf/objectstore/bluestore-comp.yaml
qa/suites/rados/perf/objectstore/bluestore-low-osd-mem-target.yaml
qa/suites/rados/perf/objectstore/bluestore-stupid.yaml

index 80a3f8c10e37af34ffd88cf35122a778675dff94..6245ab45bb65a832f2331e620f51c9d738105a44 100644 (file)
@@ -8,5 +8,5 @@ tasks:
 - install:
 - exec:
     client.0:
-      - mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 20" ceph_test_objectstore --gtest_filter=*/1:*Matrix*:-*Matrix*Compression* --gtest_catch_exceptions=0
+      - mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 5" ceph_test_objectstore --gtest_filter=*/1:*Matrix*:-*Matrix*Compression* --gtest_catch_exceptions=0
       - rm -rf $TESTDIR/archive/ostest
index 8a811d4b619b3fc2bfc750adf974b69008f81fb7..9b5984ba70c6e9726f0630c378d9462005c59add 100644 (file)
@@ -8,5 +8,5 @@ tasks:
 - install:
 - exec:
     client.0:
-      - mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 20" ceph_test_objectstore --gtest_filter=*Matrix*Compression* --gtest_catch_exceptions=0
+      - mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 5" ceph_test_objectstore --gtest_filter=*Matrix*Compression* --gtest_catch_exceptions=0
       - rm -rf $TESTDIR/archive/ostest
index f60b6d59bbb6ff88d6799f72ead91fa3c3548576..158ae6e336afc458e44dc0c734ffaaa771972bb2 100644 (file)
@@ -8,5 +8,5 @@ tasks:
 - install:
 - exec:
     client.0:
-      - mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 20" ceph_test_objectstore --gtest_filter=*/0 --gtest_catch_exceptions=0
+      - mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log" ceph_test_objectstore --gtest_filter=*/0 --gtest_catch_exceptions=0
       - rm -rf $TESTDIR/archive/ostest
index 32f596da15b7b31fffbd26a478d321b0621126e5..de1af2423c0f1b767bd8fe2b4935dd2efebd569a 100644 (file)
@@ -9,9 +9,9 @@ overrides:
         osd objectstore: bluestore
         osd memory target: 2147483648 # min recommended is 2_G
         bluestore block size: 96636764160
-        debug bluestore: 20
-        debug bluefs: 20
-        debug rocksdb: 10
+        debug bluestore: 5
+        debug bluefs: 5
+        debug rocksdb: 5
         bluestore fsck on mount: true
         # lower the full ratios since we can fill up a 100gb osd so quickly
         mon osd full ratio: .9
index b18e04bee32693098b4626c3fdd3667524ea0158..3873b43840fbb543e40fe9b5f46bce177782e034 100644 (file)
@@ -8,9 +8,9 @@ overrides:
       osd:
         osd objectstore: bluestore
         bluestore block size: 96636764160
-        debug bluestore: 20
-        debug bluefs: 20
-        debug rocksdb: 10
+        debug bluestore: 5
+        debug bluefs: 5
+        debug rocksdb: 5
         bluestore fsck on mount: true
         bluestore allocator: bitmap
         # lower the full ratios since we can fill up a 100gb osd so quickly
@@ -29,9 +29,9 @@ overrides:
       osd:
         osd objectstore: bluestore
         bluestore block size: 96636764160
-        debug bluestore: 20
-        debug bluefs: 20
-        debug rocksdb: 10
+        debug bluestore: 5
+        debug bluefs: 5
+        debug rocksdb: 5
         bluestore fsck on mount: true
         # lower the full ratios since we can fill up a 100gb osd so quickly
         mon osd full ratio: .9
index b408032fdefdc8cc1d44a987fcbecf69deb2e81c..9e92809791419abb18484c9745558a3a5d823cfd 100644 (file)
@@ -8,9 +8,9 @@ overrides:
       osd:
         osd objectstore: bluestore
         bluestore block size: 96636764160
-        debug bluestore: 20
-        debug bluefs: 20
-        debug rocksdb: 10
+        debug bluestore: 5
+        debug bluefs: 5
+        debug rocksdb: 5
         bluestore compression mode: aggressive
         bluestore fsck on mount: true
         # lower the full ratios since we can fill up a 100gb osd so quickly
index b2a49790bc3d8178dd6313d4829de8c4e7cf3e6a..9f94007ba8b426e5c40345674602f4922d56daf4 100644 (file)
@@ -9,9 +9,9 @@ overrides:
         osd objectstore: bluestore
         osd memory target: 1610612736 # reduced to 1.5_G
         bluestore block size: 96636764160
-        debug bluestore: 20
-        debug bluefs: 20
-        debug rocksdb: 10
+        debug bluestore: 5
+        debug bluefs: 5
+        debug rocksdb: 5
         bluestore fsck on mount: true
         # lower the full ratios since we can fill up a 100gb osd so quickly
         mon osd full ratio: .9
index ca811f131a7bb5982b15de7edb4dc208e0c8c1d6..efbd138b25b167cf2687d2953c15cb90ff787cc2 100644 (file)
@@ -8,9 +8,9 @@ overrides:
       osd:
         osd objectstore: bluestore
         bluestore block size: 96636764160
-        debug bluestore: 20
-        debug bluefs: 20
-        debug rocksdb: 10
+        debug bluestore: 5
+        debug bluefs: 5
+        debug rocksdb: 5
         bluestore fsck on mount: true
         bluestore allocator: stupid
         # lower the full ratios since we can fill up a 100gb osd so quickly
@@ -29,9 +29,9 @@ overrides:
       osd:
         osd objectstore: bluestore
         bluestore block size: 96636764160
-        debug bluestore: 20
-        debug bluefs: 20
-        debug rocksdb: 10
+        debug bluestore: 5
+        debug bluefs: 5
+        debug rocksdb: 5
         bluestore fsck on mount: true
         # lower the full ratios since we can fill up a 100gb osd so quickly
         mon osd full ratio: .9