pvesm iscsiscan: fix cli parameters

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer
2018-10-01 10:53:31 +02:00
committed by Thomas Lamprecht
parent c9fc2bc994
commit 94836d7b8c

View File

@ -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;