pvesm iscsiscan: fix cli parameters
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
c9fc2bc994
commit
94836d7b8c
@ -370,7 +370,7 @@ our $cmddef = {
|
|||||||
printf "%s\n", $rec->{volname};
|
printf "%s\n", $rec->{volname};
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
iscsiscan => [ "PVE::API2::Storage::Scan", 'iscsiscan', ['server'],
|
iscsiscan => [ "PVE::API2::Storage::Scan", 'iscsiscan', ['portal'],
|
||||||
{ node => $nodename }, sub {
|
{ node => $nodename }, sub {
|
||||||
my $res = shift;
|
my $res = shift;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user