mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2026-01-26 18:30:57 +00:00
remove storage access permissions after delete
This commit is contained in:
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;
|
||||
}});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user