[pve-devel] [PATCH-SERIES v3 storage/manager] factoring out RE for backup extension

Lorenz Stechauner l.stechauner at proxmox.com
Fri Oct 22 14:23:09 CEST 2021


changes to v2:
* rebased to current master
* kept old $vztmpl_extension_re to not break pve-manager and added
    # FIXME [...]

changes to v1:
* also renamed iso/vztmpl REs
* new naming schema: $<X>_EXT_RE_<# of capture groups>
    for example: $BACKUP_EXT_RE_2

pve-storage
Lorenz Stechauner (2):
  storage: rename REs for iso and vztmpl extensions
  storage/plugin: factoring out regex for backup extension re

 PVE/API2/Storage/Status.pm |  8 ++++----
 PVE/Storage.pm             | 26 +++++++++++++++++---------
 PVE/Storage/Plugin.pm      | 12 ++++++------
 3 files changed, 27 insertions(+), 19 deletions(-)


pve-manager:
Lorenz Stechauner (1):
  api: aplinfo: rename REs for iso and vztmpl extensions

 PVE/APLInfo.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.30.2






More information about the pve-devel mailing list