[pve-devel] [PATCH storage docs] Allow overrides for default directories
Leo Nunner
l.nunner at proxmox.com
Thu Dec 15 12:21:45 CET 2022
This patch adds a parameter to the storage configuration that allows the
default directory structure to be overridden. For now, I allowed the
parameter for the directory, CIFS and NFS plugins.
I tested the following things:
- Create VMs/CTs
- Upload ISOs/container templates
- Create/restore backups
- Upload snippets
- Move images between storages with different configurations
All of which posed no problems with the UI and were put into the correct
(custom) location. I also did migrations with a few different
configurations, which also worked correctly.
storage:
Leo Nunner (1):
config: add overrides for default directory locations
PVE/Storage/CIFSPlugin.pm | 1 +
PVE/Storage/DirPlugin.pm | 1 +
PVE/Storage/NFSPlugin.pm | 1 +
PVE/Storage/Plugin.pm | 43 +++++++++++++++++++++++++++++++++++----
test/get_subdir_test.pm | 7 +++++++
5 files changed, 49 insertions(+), 4 deletions(-)
docs:
Leo Nunner (1):
docs: document 'dirs' parameter for directory storage
pve-storage-cifs.adoc | 4 ++++
pve-storage-dir.adoc | 19 ++++++++++++++-----
pve-storage-nfs.adoc | 4 ++++
3 files changed, 22 insertions(+), 5 deletions(-)
--
2.30.2
More information about the pve-devel
mailing list