]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/Plugin.pm
config: add overrides for default directory locations
authorLeo Nunner <l.nunner@proxmox.com>
Mon, 2 Jan 2023 16:04:37 +0000 (17:04 +0100)
committerWolfgang Bumiller <w.bumiller@errno.eu>
Thu, 5 Jan 2023 13:33:16 +0000 (14:33 +0100)
commit3e7bd7dac3beb6d994eb5aee05865c210d2b00e3
tree11e9d3e48ccf6eaee8c9d76c2ac4bffaee9e31e7
parent39eb268662403e1d34eaaa6a988f0b54123f34a9
config: add overrides for default directory locations

Allowing overrides for the default directory locations seems to
integrate rather well into the existing system. Custom locations
are specified using the "dirs" parameter as a comma-separated list
of "vtype:/location" values.

For now, the option has been enabled for the Directory, CIFS and NFS
backends.

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
PVE/Storage/CIFSPlugin.pm
PVE/Storage/DirPlugin.pm
PVE/Storage/NFSPlugin.pm
PVE/Storage/Plugin.pm
test/get_subdir_test.pm