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;