mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
Merge PR #33216 into master
* refs/pull/33216/head: cephadm: avoid trigger old podman bug qa/workunits/cephadm/test_cephadm.sh: wait longer for grafana Reviewed-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
commit
81bad666e0
@ -259,7 +259,7 @@ while true; do
|
||||
break
|
||||
fi
|
||||
TRIES=$(($TRIES + 1))
|
||||
if [ "$TRIES" -eq 5 ]; then
|
||||
if [ "$TRIES" -eq 30 ]; then
|
||||
echo "grafana did not come up"
|
||||
exit 1
|
||||
fi
|
||||
@ -313,7 +313,8 @@ $CEPHADM enter --fsid $FSID --name mgr.x -- test -d /var/lib/ceph/mgr/ceph-x
|
||||
$CEPHADM enter --fsid $FSID --name mon.a -- pidof ceph-mon
|
||||
expect_false $CEPHADM enter --fsid $FSID --name mgr.x -- pidof ceph-mon
|
||||
$CEPHADM enter --fsid $FSID --name mgr.x -- pidof ceph-mgr
|
||||
expect_false $CEPHADM --timeout 1 enter --fsid $FSID --name mon.a -- sleep 10
|
||||
# this triggers a bug in older versions of podman, including 18.04's 1.6.2
|
||||
#expect_false $CEPHADM --timeout 1 enter --fsid $FSID --name mon.a -- sleep 10
|
||||
$CEPHADM --timeout 10 enter --fsid $FSID --name mon.a -- sleep 1
|
||||
|
||||
## ceph-volume
|
||||
|
Loading…
Reference in New Issue
Block a user