]> git.proxmox.com Git - pve-container.git/commit
disk formatting and mounting changed
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 3 Sep 2015 13:45:51 +0000 (15:45 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Sep 2015 08:30:43 +0000 (10:30 +0200)
commitf48feff4e6e137bf4e631c0dc994a8d23dd06035
treeda37717e8322e48507f83c0e630170768e97d280
parent9e9bc3a68a78653e9cf0837656bc41a3f0da7d55
disk formatting and mounting changed

-) format disks after vdisk_alloc instead of in mount_all
-) make mount_all return the loop device list so it can be
   passed to umount_all optionally
-) umount_all takes an optional loopdevs list to avoid
   listing loopdevs when not necessary
src/PVE/API2/LXC.pm
src/PVE/LXC.pm
src/PVE/LXC/Create.pm