Skip to content

Commit 1b9b9a8

Browse files
committed
qa: correct json lookup for new lock path output
Fixes: https://tracker.ceph.com/issues/66355 Fixes: 3552fc5 Signed-off-by: Patrick Donnelly <[email protected]>
1 parent db33f95 commit 1b9b9a8

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)