Skip to content
Snippets Groups Projects
Commit 85b3901b authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

masterd.instance: Add missing argument


_DiskTransferPrivate takes three parameters, not two.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarManuel Franceschini <livewire@google.com>
parent c63eb9c0
No related branches found
No related tags found
No related merge requests found
......@@ -1052,7 +1052,7 @@ def TransferInstanceData(lu, feedback_fn, src_node, dest_node, dest_ip,
dtp.dest_import = di
else:
dtp = _DiskTransferPrivate(None, False)
dtp = _DiskTransferPrivate(None, False, None)
all_dtp.append(dtp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment