]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
Add write_config, drop cfs_read_file
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 25 Mar 2016 14:07:24 +0000 (15:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 30 Mar 2016 08:42:12 +0000 (10:42 +0200)
commit83d7192ff979cc25135191e3adc97dd6a679508c
treef9b75e90c9f38ccc0dd4791397b60b7bde87a096
parent59ca7928cf1d511b9be67cb15016dd07258e6592
Add write_config, drop cfs_read_file

Use PVE::Storage::config() and the new
PVE::Storage::write_config() instead of cfs_read_file and
cfs_write_file with a hardcoded filename.
PVE/API2/Storage/Config.pm
PVE/API2/Storage/Content.pm
PVE/API2/Storage/Status.pm
PVE/Storage.pm