Recent content by Virtus

  1. V

    Help with API - disk creation and assignment

    so I figured it out, but it doesn't actually create the LVM, is there a way to do that through the API? Its done in the UI so I don't see the difference
  2. V

    Is it possible to create/use a striped volume for a VM in Proxmox

    MDADM isn't a great solution, you can easily setup these disks as an LVM RAID 0 and use that. You can also manually use lvcreate to setup a stripped volume, but TMK this isn't in the UI
  3. V

    Help with API - disk creation and assignment

    Also, Doing this I've learned a ton about the API and proxmox. I would love to contribute to the documentation, especially the API documentation but it's a little unclear to me how I can do so. I can't even register on the wiki
  4. V

    Help with API - disk creation and assignment

    Hello! I'm making a tool to migrate from vmware to proxmox. I've got everything done except for handling the disks. I can't quite get the syntax right for creating LVM disks. Ideally I want to create a bunch of 1gb LVMs when I import the configs, then resize them to the correct size later as...