]> git.proxmox.com Git - pve-container.git/commit - src/PVE/API2/LXC.pm
vm_create : add support for mountpoints
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 24 Aug 2015 13:01:16 +0000 (15:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 27 Aug 2015 04:50:15 +0000 (06:50 +0200)
commiteb35f9c0a94b561baf4cf72f09e731104b90f7d6
tree3338a1d7e5d96e4a15c6e46c6ee30afa1bdd9814
parentf2104b800df5d60f3047e3412363c92d54488058
vm_create : add support for mountpoints

rename alloc_roofs with create_disks,
to handle multiple disks.

$size param is removed, and must be provide like for qemuserver:

example:
pct create vmid template -rootfs local:5 -mp0 local:10

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/PVE/API2/LXC.pm
src/PVE/LXC.pm
src/PVE/LXC/Create.pm