]> git.proxmox.com Git - pve-storage.git/commit
content dirs: skip creation if either mkdir or create-subdirs is false
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2023 11:57:14 +0000 (13:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2023 11:57:17 +0000 (13:57 +0200)
commit030e5ad55028798a320461ff6fc7ec5d1321ef63
tree47249afbcc9be505d362fcaccef89a7bb0821b35
parent8e623a2930f7aee4b3309b1f297613a250ee4698
content dirs: skip creation if either mkdir or create-subdirs is false

This is slightly confusing due to both options, the legacy convoluted
one and the new targeted one, exist, but before the rework we skip if
either of those sub-expressions was true, so doing it needs both to
be true.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Storage/Plugin.pm