Recent content by HarusKG

  1. H

    PBS API - I can't create ZFS pool

    I found the issue. The correct line should be: "devices": "sdb,sdc"
  2. H

    PBS API - I can't create ZFS pool

    Can you show me using my example? I tested multiple approaches, including "devices": "/dev/sdb", "raidlevel": "single" None of this worked
  3. H

    PBS API - I can't create ZFS pool

    Hello everyone. I'm trying to automate the setup of my PBS using Ansible and ran into an issue where I can't create a ZFS pool via the API. I decided to try creating it using curl for testing. My script looks like this: curl -X POST \ --insecure --cookie "$(<cookie)" --header "$(<csrftoken)"...
  4. H

    Small Feature request (Download ISO tweak)

    Hello. I would like to ask about one small feature in the ISO download system If I understand correctly, you use wget to download. Is it possible to add a checkbox to the GUI to enable wget's "--content-disposition" option? This makes it easy to download ISOs with symbolic links. For...
  5. H

    Proxmox API, change VM network configuration

    Greetings! Proxmox API provides the following command for a VM network adapter configuration: # pvesh set /nodes/{node}/qemu/{vmid}/config –net0 'virtio,bridge=vmbr0,firewall=0,link_down=1' If I run it without specifying the MAC address, it generates a new one. Is there a way to run this...
  6. H

    Error pfsense freebsd

    hi I have the same problem I tried install pfSense-LiveCD-2.0.2-RELEASE-amd64-20121207-2239.iso - don't start with enabled "KVM Hardware Virtualization" All another settings by default. pfSense i386 start normally. My pveversion -v pve-manager: 2.3-13 (pve-manager/2.3/7946f1f1) running...
  7. H

    Proxmox installation via PXE: solution

    Hello. I got same issue as Kjeld Flarup. I used VE ver. 2.1. I put ISO file into initrd.img by instruction and did not edit the script, tried initrd.img with iso and without it (original image) and got same error. Tried to boot by PXE VirtualBox guest and my workstation, all the same. Need some...