]> git.proxmox.com Git - pve-container.git/commit
introduce internal mountpont 'type' property
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 25 Nov 2015 14:25:11 +0000 (15:25 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Nov 2015 11:14:36 +0000 (12:14 +0100)
commit7c921c80cbb16dbbd929fd3eeae4f1dd5a3693aa
treeef72c9d3795b7390c3f15a45af8e74e621186970
parentf0f3227459ab67fba4b8c7d09372c97be743db32
introduce internal mountpont 'type' property

To avoid having to use the ^/ and ^/dev/ regexes which are
easy to forget about there's now a 'type' property on
mountpoints which classify them via names, for now including
"volume", "bind" and "device".
src/PVE/LXC.pm
src/PVE/VZDump/LXC.pm