Search results

  1. N

    No Disk Unsed

    Hi I have installed a new proxmox server and when i try to create a ZFS or LVM it says "No Disk Unused" in devices list. These information are shown in my disk details from Proxmox web gui Enabled: Yes Active: Yes Content : Disk image, ISO image, Container, Snippets, Container template Type...
  2. N

    Unable to resize disk using API.

    I am trying to increase VM Disk size. Disk is Sata0 I am using /vmid/resize API. I am sending following array to PUT request via CURL $fields = array( 'disk'=>"sata0", 'skiplock'=>1, 'size' =>"+1", ); This request...
  3. N

    Promox VM no internet access

    Hi there I have a PROMOX server with Web Interface access. When i create VM, My vm does not get access to internet. Pingning to google results host not found error I have searched over internet but no luck. I dont have physical server. i can access server from Web interface only.
  4. N

    Creating VM with Specific Disk Size via Promox API

    Hi I am trying to create a VM using API. I am facing issue in creating VM with sata. this is the array of my post fields $fields = array( 'vmid' => 105, 'cores' => 1, 'start' =>1, 'sockets' =>1, 'name' => "nadiransarionline.grownstar"...