diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index 1daed71..003b019 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -170,7 +170,14 @@ __PACKAGE__->register_method ({ my $authuser = $rpcenv->get_user(); my $storage_cfg = PVE::Storage::config(); - PVE::Storage::check_volume_access($rpcenv, $authuser, $storage_cfg, undef, $volume); + PVE::Storage::check_volume_access( + $rpcenv, + $authuser, + $storage_cfg, + undef, + $volume, + 'backup', + ); if (PVE::Storage::parse_volume_id($volume, 1)) { my (undef, undef, $ownervm) = PVE::Storage::parse_volname($storage_cfg, $volume);