diff --git a/PVE/API2/Storage/Config.pm b/PVE/API2/Storage/Config.pm index b16054b..c114ddc 100755 --- a/PVE/API2/Storage/Config.pm +++ b/PVE/API2/Storage/Config.pm @@ -143,10 +143,6 @@ __PACKAGE__->register_method ({ } } - if ($param->{portal}) { - $param->{portal} = PVE::Storage::resolv_portal($param->{portal}); - } - my $plugin = PVE::Storage::Plugin->lookup($type); my $opts = $plugin->check_config($storeid, $param, 1, 1);