[pve-devel] [PATCH storage manager docs] Allow mounting of CIFS subdirectories
Leo Nunner
l.nunner at proxmox.com
Thu Feb 2 15:20:54 CET 2023
On 2022-12-01 12:32, Leo Nunner wrote:
> CIFS supports mounting subdirectories inside a share, so it makes sense
> to also have the 'subdir' parameter for the CIFS backend. I'm also
> looking into allowing overrides for all the fixed directories, but
> even then, I think it makes sense to support this parameter (for either
> providing a prefix to all the other directories, or just changing the
> base directory).
>
> storage:
>
> Leo Nunner (1):
> fix #2641: allow mounting of CIFS subdirectories
>
> PVE/Storage/CIFSPlugin.pm | 39 ++++++++++++++++++++-----------------
> PVE/Storage/CephFSPlugin.pm | 4 ----
> PVE/Storage/Plugin.pm | 5 +++++
> 3 files changed, 26 insertions(+), 22 deletions(-)
>
> manager:
>
> Leo Nunner (1):
> fix #2641: expose CIFS subdir parameter through GUI
>
> www/manager6/storage/CIFSEdit.js | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> docs:
>
> Leo Nunner (1):
> fix #2641: document subdir parameter for CIFS backend
>
> pve-storage-cifs.adoc | 5 +++++
> 1 file changed, 5 insertions(+)
Bump due to continued user demand. storage and manager seem to still
apply, while docs produces a merge conflict because it clashes with the
"content-dirs" documentation. Does this warrant a v2?
More information about the pve-devel
mailing list