More logs (log_level 10), append to log instead of overwriting on restart in tests

This commit is contained in:
Vitaliy Filippov
2023-04-09 02:06:10 +03:00
parent 3237014608
commit d9f55f11d8
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ for i in $(seq 1 $OSD_COUNT); do
--data_device ./testdata/test_osd$i.bin \
--meta_offset 0 \
--journal_offset $((1024*1024)) \
--data_offset $((128*1024*1024)) &>./testdata/osd$i.log &
--data_offset $((128*1024*1024)) >>./testdata/osd$i.log 2>&1 &
eval OSD${i}_PID=$!
done