tests: fix the Ruby flexnbd wrapper for mirror

This commit is contained in:
nick
2012-06-06 13:33:24 +01:00
parent 14c9468b68
commit 648f768ff6

View File

@@ -67,7 +67,7 @@ class FlexNBD
end
def mirror(bandwidth=nil, action=nil)
control_command("mirror", ip, port, bandwidth, action)
control_command("mirror", ip, port, ip, bandwidth, action)
end
def acl(*acl)
@@ -88,3 +88,4 @@ class FlexNBD
end
end
end