remove storage access permissions after delete
This commit is contained in:
committed by
Dietmar Maurer
parent
402df80b12
commit
2a2cf20aa9
@ -255,6 +255,8 @@ __PACKAGE__->register_method ({
|
||||
|
||||
}, "delete storage failed");
|
||||
|
||||
PVE::AccessControl::remove_storage_access($storeid);
|
||||
|
||||
return undef;
|
||||
}});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user