]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
add subvol support for directory storage
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 12 Aug 2015 04:04:41 +0000 (06:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 12 Aug 2015 04:11:10 +0000 (06:11 +0200)
commit35533c68fbcc6b57f1f3e2436360722f2382ca79
tree2c6c04a9fad8780f88ddebabd9c9410f926e9bb8
parentdec97937f2a7db5a761c2aace24d42956de21868
add subvol support for directory storage

This storage type does not support subvol quotas, so we
only allow this if vdisk_alloc is called with size=0.
PVE/Storage.pm
PVE/Storage/DirPlugin.pm
PVE/Storage/Plugin.pm