]> git.proxmox.com Git - pve-storage.git/commit
Improve parsing of zfs volumes (ZVOLs) in order to avoid filtering of zvols nested...
authorPablo Ruiz Garcia <pablo.ruiz@gmail.com>
Sat, 22 Feb 2014 23:00:43 +0000 (00:00 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 27 Feb 2014 05:21:38 +0000 (06:21 +0100)
commit5e4791804c4d0291b27b18faf95ac03aa2b91a35
treeb98a2d9c3d19e8b64ee021fd7fb0f6927164d486
parent76f60be802902e94dab7ca8e677149c51a140acf
Improve parsing of zfs volumes (ZVOLs) in order to avoid filtering of zvols nested under another ZFS dataset.

The actual code would only accept zvols like: POOL/vm-123-disk-1.
However, using POOL/DataSet/vm-123-disk-1 allows setting specific
proparties at POOL/DataSet level (like compression, etc.) which
would be inherited by any zvol created under such DataSet.

This allows more flexibility of zfs/zvol's management.

Signed-off-by: Pablo Ruiz GarcĂ­a <pablo.ruiz@gmail.com>
PVE/Storage/ZFSPlugin.pm