Martin Polednik has uploaded a new change for review. Change subject: hostdev/network: fix hostdevChangeNumvfs ......................................................................
hostdev/network: fix hostdevChangeNumvfs 9888e5c3 hidden the change of name of supervdsm call ChangeNumvfs to change_numvfs. This patch corrects the mistake. Change-Id: Icd24545ee2d81913fcd5c57bc85ebd26a2dc784f Signed-off-by: Martin Polednik <[email protected]> --- M lib/vdsm/hostdev.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/54488/1 diff --git a/lib/vdsm/hostdev.py b/lib/vdsm/hostdev.py index 6ba3189..bae9baf 100644 --- a/lib/vdsm/hostdev.py +++ b/lib/vdsm/hostdev.py @@ -242,5 +242,5 @@ def change_numvfs(device_name, numvfs): net_name = physical_function_net_name(device_name) - supervdsm.getProxy().changeNumvfs(name_to_pci_path(device_name), numvfs, - net_name) + supervdsm.getProxy().change_numvfs(name_to_pci_path(device_name), numvfs, + net_name) -- To view, visit https://gerrit.ovirt.org/54488 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icd24545ee2d81913fcd5c57bc85ebd26a2dc784f Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Polednik <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
