[pve-devel] [PATCH storage 0/2] cifs plugin - add options parameter

Stefan Hrdlicka s.hrdlicka at proxmox.com
Fri May 13 15:55:48 CEST 2022


This adds the options parameter to the CIFS plugin.

check propertyList is common for all plugins and it is therefore
not possible to have options twice with different descriptions. This patch moves
the options property from NFSPlugin.pm to the Plugin.pm level. The options
parameter has the same use for NFS & CIFS so it shouldn't be confusing
that they share it.

# pve-storage 
---
 PVE/Storage/CIFSPlugin.pm | 10 ++++++++--
 PVE/Storage/NFSPlugin.pm  |  4 ----
 PVE/Storage/Plugin.pm     |  6 ++++++
 3 files changed, 14 insertions(+), 6 deletions(-)

# pve-docs
---
 pve-storage-cifs.adoc | 5 +++++
 1 file changed, 5 insertions(+)


-- 
2.30.2





More information about the pve-devel mailing list