From: Rishabh Dave Date: Fri, 28 Feb 2025 10:21:08 +0000 (+0530) Subject: Merge pull request #55838 from neesingh-rh/wip-58090 X-Git-Tag: v20.0.0~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=842fb60510fb7d18327e37d4ca0cbcb25c531d6d;p=ceph.git Merge pull request #55838 from neesingh-rh/wip-58090 mgr/volumes: fix dangling symlink in clone index Reviewed-by: Venky Shankar Reviewed-by: Kotresh HR Reviewed-by: Rishabh Dave --- 842fb60510fb7d18327e37d4ca0cbcb25c531d6d diff --cc qa/tasks/cephfs/test_volumes.py index f69f370ec085,3d02bd7d1d23..9f7250570fb1 --- a/qa/tasks/cephfs/test_volumes.py +++ b/qa/tasks/cephfs/test_volumes.py @@@ -13,8 -13,8 +13,9 @@@ from io import StringI from tasks.cephfs.cephfs_test_case import CephFSTestCase from tasks.cephfs.fuse_mount import FuseMount +from teuthology.contextutil import safe_while from teuthology.exceptions import CommandFailedError + from teuthology import contextutil log = logging.getLogger(__name__)