]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/DirPlugin.pm
fix 1012: dir: add mkdir option
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Jun 2016 13:44:45 +0000 (15:44 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 7 Jun 2016 08:47:16 +0000 (10:47 +0200)
commitb521247bf496ccebbc25139b858da97299affd24
tree7047cd1556ff2149b5c33ce688473f2d6d65af8c
parent0be02e0f2101f0934d8a826dfa8bc0741c457a90
fix 1012: dir: add mkdir option

By default a directory storage creates its path. In some
cases this can be undesired, mostly when storages have
nested paths (eg. a dir storage on a ZFS path or in an NFS
share, or inside custom mount points).
As a simple fix to this the 'mkdir' option (default ON)
can now be used to disable this behavior.
PVE/Storage/DirPlugin.pm
changelog.Debian