Merge "Fix timeout command in ceph-init-wrapper"

This commit is contained in:
Zuul 2024-01-09 22:03:09 +00:00 committed by Gerrit Code Review
commit 671b1fe36b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2023 Wind River Systems, Inc. # Copyright (c) 2019-2024 Wind River Systems, Inc.
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
@ -329,7 +329,7 @@ log_and_kill_hung_procs ()
# monitoring interval # monitoring interval
wlog $name "INFO" "Increasing log level" wlog $name "INFO" "Increasing log level"
execute_ceph_cmd ret $name "ceph daemon $name config set debug_$type 20/20" WAIT_FOR_CMD=10 execute_ceph_cmd ret $name "ceph daemon $name config set debug_$type 20/20"
monitoring=$MONITORING_INTERVAL monitoring=$MONITORING_INTERVAL
while [ $monitoring -gt 0 ]; do while [ $monitoring -gt 0 ]; do
if [ $(($monitoring % $TRACE_LOOP_INTERVAL)) -eq 0 ]; then if [ $(($monitoring % $TRACE_LOOP_INTERVAL)) -eq 0 ]; then