tests: fix the Ruby flexnbd wrapper for mirror
This commit is contained in:
@@ -67,7 +67,7 @@ class FlexNBD
|
|||||||
end
|
end
|
||||||
|
|
||||||
def mirror(bandwidth=nil, action=nil)
|
def mirror(bandwidth=nil, action=nil)
|
||||||
control_command("mirror", ip, port, bandwidth, action)
|
control_command("mirror", ip, port, ip, bandwidth, action)
|
||||||
end
|
end
|
||||||
|
|
||||||
def acl(*acl)
|
def acl(*acl)
|
||||||
@@ -88,3 +88,4 @@ class FlexNBD
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user