Search results

  1. P

    [SOLVED] Cannot migrate VM to Proxmox Server 9.0: API error on Target Network

    There is no SDN configured. [ { "active" : 1, "address" : "192.168.124.1", "address6" : "2a01:xx", "autostart" : 1, "bridge_fd" : "0", "bridge_ports" : "", "bridge_stp" : "off", "cidr" : "192.168.124.1/24", "cidr6" : "2a01:xx::1/64"...
  2. P

    [SOLVED] Cannot migrate VM to Proxmox Server 9.0: API error on Target Network

    Nothing special. It seems PDM cannot fetch the Target Network field from PVE 9. All the same like, all nodes are standalone (not in cluster). The api user for PDM is auto-generated. auto vmbr0 iface vmbr0 inet static address 192.168.1.1 netmask 255.255.255.0 bridge_ports none...
  3. P

    [SOLVED] Cannot migrate VM to Proxmox Server 9.0: API error on Target Network

    PDM 0.9.2 gives an error on migrating a VM from a 8.4 to 9.0 server (from 8.4 to another 8.4 works). On field Target Network: Error: api error (status = 400: api returned unexpected data - failed to parse api response)
  4. P

    Best practice for offsite PBS with only recent snapshots

    What is the best practice for a offsite PBS to sync only the most recent snapshots. For example: - first PBS holds a month of snapshots (big disk) - offsite PBS to sync only the most recent 3 snapshots (small disk). Do I set in sync 'Transfer last' = 3 and 'prune job' = 5 latest? Of...
  5. P

    [SOLVED] Sync performance when using IP server instead of FQDN?

    According the PBS manual, HTTP/2 is used for transfer data. Does this work when using IP server for remote sync or for FDQN? Or is a FQDN a requirement for HTTP/2?
  6. P

    Proxmox Backup Server 3.0 available

    A few questions: 1. Can I sync a PBS 3.0 server with PBS 2.4? 2. Can a remote PBS 3.0 server used as backup storage for a PVE 7.4 server?
  7. P

    [SOLVED] Each datastore shows total disk usage with ext4

    Can it work when I use user quota on ext4 for each datastore?
  8. P

    [SOLVED] Each datastore shows total disk usage with ext4

    I have multiple datastores on PBS on a big disk with ext4. Each datastores shows the total disk usage and the free space of the total diskspace instead of his own usage. Can this be solved or must I use zfs?
  9. P

    [SOLVED] Extra IP address for a VM on Hetzner Proxmox server

    I found this (using pointopoint): https://tomjorge.me/install-proxmox-and-create-vms-with-ips-on-your-hetzner-dedicated-server/ Update: this works
  10. P

    [SOLVED] Extra IP address for a VM on Hetzner Proxmox server

    Won't you get an (mac address) abuse from Hetzner with this setup?
  11. P

    [SOLVED] Hetzner Server with two public IPs, how to assign one IP to one VM?

    When you order a additional single IP address on Hetzner, you get also a MAC address for it?
  12. P

    [SOLVED] Extra IP address for a VM on Hetzner Proxmox server

    I have a dedicated Proxmox server on Hetzner with a single IP address, Is it possible with this configuration to add an extra single (public) IP address which a VM directly can use (without NAT rules)? iface enp0s31f6 inet static address 138.x.x.18/26 gateway 138.x.x.1 iface...
  13. P

    Proxmox Mail Gateway 7.2 available

    Still no user authenticated SMTP for sending mail?
  14. P

    [SOLVED] Proxmox lxc start issue after apt upgrade

    I had the same after updating today. This was on a Hetzner server.
  15. P

    [SOLVED] Change VM virtio0 to scsi0 to enable SSD emulation

    Update: Installing kernel 5.4 on Ubuntu 18.04 makes fstrim working https://ubuntuhandbook.org/index.php/2020/08/ubuntu-18-04-5-released-5-4-kernel/ :)
  16. P

    [SOLVED] Change VM virtio0 to scsi0 to enable SSD emulation

    Ubuntu 18.04 with kernel 4.15 Ubuntu 18.04 with kernel 4.15, discard is enabled
  17. P

    [SOLVED] Change VM virtio0 to scsi0 to enable SSD emulation

    I have migrated older VM Ubuntu machines to a thin-LVM storage. To make fstrim work (enabling SSD emulation), the virtio0 disk must changed to scsi0. I editted the VM conf file, but the VM will not start because the disk is not found.
  18. P

    SDN VXLAN over IPv6

    I'm trying to create a VXLAN between nodes with a IPv6 only address. Proxmox cluster runs fine over IPv6. After SDN apply I get this error: vxlan_vnet1 : error: vxlan_vnet1: vxlan-remoteip: Expected 4 octets in '2a01:x:x:x::2' TASK ERROR: command 'ifreload -a' failed: exit code 1
  19. P

    LXC snapshots with TrueNas storagebox

    Using LVM-Thin on iSCSI (use LUN directly=disabled) works with LXC snapshots. What I did first create iSCSI (no LUN directly), so we have a block device (check it with lsblk). Then create LVM-Thin from console