Skip to content

Commit 7af0288

Browse files
committed
Merge PR ceph#57877 into main
* refs/pull/57877/head: qa: correct json lookup for new `lock path` output Reviewed-by: Leonid Usov <[email protected]>
2 parents 3ae24c0 + 1b9b9a8 commit 7af0288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/cephfs/test_subvolume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def test_subvolume_replicated(self):
193193
op = self.fs.rank_tell("lock", "path", "/dir1/dir2", "snap:r", rank=1)
194194
p = self.mount_a.setfattr("dir1/dir2", "ceph.dir.subvolume", "1", wait=False)
195195
sleep(2)
196-
reqid = self._reqid_tostr(op['op']['reqid'])
196+
reqid = self._reqid_tostr(op['reqid'])
197197
self.fs.kill_op(reqid, rank=1)
198198
p.wait()
199199

0 commit comments

Comments
 (0)