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