Skip to content

Commit

Permalink
Merge pull request #4355 from AmarnatReddy/fix_weekly
Browse files Browse the repository at this point in the history
Fixing method defnition
  • Loading branch information
mergify[bot] authored Jan 7, 2025
2 parents 245df65 + 07225db commit 339d916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(ceph_cluster, **kw):
)
cluster_id = f"test-nfs_{rand}"
path = "/"
export_id = "1"

fs_name = "cephfs" if not erasure else "cephfs-ec"
fs_details = fs_util.get_fs_info(client1, fs_name)

Expand All @@ -70,7 +70,7 @@ def run(ceph_cluster, **kw):
user_id = (
f"nfs.{cluster_id}.{fs_name}"
if int(build.split(".")[0]) == 7
else f"nfs.{cluster_id}.{export_id}"
else f"nfs.{cluster_id}"
)

passed = []
Expand Down
1 change: 0 additions & 1 deletion tests/cephfs/cephfs_utilsV1.py
Original file line number Diff line number Diff line change
Expand Up @@ -4986,7 +4986,6 @@ def runio_modify_max_mds(
fs_name,
clients,
mount_paths,
mount_type,
max_mds_value,
):
"""
Expand Down

0 comments on commit 339d916

Please sign in to comment.