Skip to content

Commit 5ad1153

Browse files
committed
blktap2.py: correct TapCtl.commit call
Signed-off-by: Damien Thenot <[email protected]>
1 parent 841afe6 commit 5ad1153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/blktap2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def major(cls):
446446

447447
@classmethod
448448
def commit(cls, pid, minor, vdi_type, path):
449-
args = ["commit", "-p", pid, "-m", minor, "-a", "{}:{}".format(vdi_type, path)]
449+
args = ["commit", "-p", pid, "-m", minor, "-a", path]
450450
cls._pread(args)
451451

452452
@classmethod

0 commit comments

Comments
 (0)