From 722823a7864109fdbe86f56a278493274e759cd7 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Tue, 11 Dec 2018 10:49:52 +0100 Subject: [PATCH] vstart: rgw: disable the lc debug interval option Since it can be very verbose in logs as the start and end time are logged every 10s currently, comment these out. If needed, they can be enabled by those needing to run the lc time based tests which are still unreliable and disabled in qa suites. Signed-off-by: Abhishek Lekshmanan --- src/vstart.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/vstart.sh b/src/vstart.sh index d44629c790b9..e72d8c61c1ac 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -553,8 +553,9 @@ $extra_conf ; needed for s3tests rgw crypt s3 kms encryption keys = testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo= rgw crypt require ssl = false - rgw lc debug interval = 10 - + ; uncomment the following to set LC days as the value in seconds; + ; needed for passing lc time based s3-tests (can be verbose) + ; rgw lc debug interval = 10 [mds] $DAEMONOPTS mds data = $CEPH_DEV_DIR/mds.\$id -- 2.47.3