]> git.proxmox.com Git - pve-storage.git/commit
plugin: change name, separator and error message for dir overrides
authorLeo Nunner <l.nunner@proxmox.com>
Thu, 5 Jan 2023 16:16:57 +0000 (17:16 +0100)
committerWolfgang Bumiller <w.bumiller@errno.eu>
Mon, 9 Jan 2023 09:47:20 +0000 (10:47 +0100)
commitb539bb46a8037bd1e11966ccf66b95a636a0f019
tree15f90b47a8680ba0e611c2d1c612a88372211624
parent3e7bd7dac3beb6d994eb5aee05865c210d2b00e3
plugin: change name, separator and error message for dir overrides

Rename the "dirs" parameter to "content-dirs". Switch from a "vtype:/dir"
format to "vtype=/dir", and remove the misleading error message talking
about "absolute" paths. One might expect these to be absolute over the
whole system, while in reality they are relative to the mountpoint of
the storage.

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