From 94836d7b8c002ea59590682df8f00568ee3f015b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 1 Oct 2018 10:53:31 +0200 Subject: [PATCH] pvesm iscsiscan: fix cli parameters Signed-off-by: Dietmar Maurer --- PVE/CLI/pvesm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index d95b5f5..650288e 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -370,7 +370,7 @@ our $cmddef = { printf "%s\n", $rec->{volname}; } }], - iscsiscan => [ "PVE::API2::Storage::Scan", 'iscsiscan', ['server'], + iscsiscan => [ "PVE::API2::Storage::Scan", 'iscsiscan', ['portal'], { node => $nodename }, sub { my $res = shift;