Added test for FUA acceptance.

Although I think this might be a bit useless as servers normally just
ingore flags.
This commit is contained in:
Patrick J Cherry
2018-02-03 20:29:15 +00:00
parent 4d9db4d6e9
commit 2b58468800
4 changed files with 25 additions and 4 deletions

View File

@@ -195,6 +195,7 @@ module FlexNBD
@ctrl = "/tmp/.flexnbd.ctrl.#{Time.now.to_i}.#{rand}"
@ip = ip
@port = port
@pid = @wait_thread = nil
@kill = []
@prefetch_proxy = false
end