]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #55838 from neesingh-rh/wip-58090
authorRishabh Dave <ridave@redhat.com>
Fri, 28 Feb 2025 10:21:08 +0000 (15:51 +0530)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2025 10:21:08 +0000 (15:51 +0530)
mgr/volumes: fix dangling symlink in clone index

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Reviewed-by: Rishabh Dave <ridave@redhat.com>
1  2 
qa/tasks/cephfs/test_volumes.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py

index f69f370ec08575c04bdf6eb3b9b73e23475e695f,3d02bd7d1d236dde95751993b2ea35532978399b..9f7250570fb167ecb3593f5b92fc0e4a2e6a7af0
@@@ -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__)