]> git.proxmox.com Git - pve-container.git/commit
add support to add mountpoints with pct set
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 3 Sep 2015 13:45:52 +0000 (15:45 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Sep 2015 08:58:35 +0000 (10:58 +0200)
commit4fee75fdff45513a83ec7d1d246cf04f077a91a2
tree6ba2c7d1117102bdbbd7c5bf78a714041887e071
parentb2402d9116962c47ae73078cd6cdc96530596796
add support to add mountpoints with pct set

made create_disk non-private
made print_ct_mountpoint include 'mp=' unless 'nomp' is set
added an mkdirs flag to mount_all
create mount directories for now mountpoints simply by
  calling mount_all followed by umount_all
src/PVE/API2/LXC.pm
src/PVE/LXC.pm