Search results

  1. 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)
  2. 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...
  3. 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?
  4. 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?
  5. 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...
  6. 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.
  7. 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
  8. P

    [SOLVED] Summary of used RAM in a pool

    Is there a way to get a summary from the used RAM for all LXC containers in a pool?
  9. P

    Block IP ranges globally for cluster and all VM/CT's

    Hi, Is it possible to block a list of IP ranges globally for a Proxmox cluster, and all VM and CT's, even if the firewall is not enabled in the VM's?
  10. P

    [SOLVED] List all VM's in specific pool with PVESH

    pvesh get /cluster/resources --type vm => get VM list pvesh get /pools/xxx => show al members from pool xxx But how can I get a list of all VM's from pool xxx with pvesh?
  11. P

    Traffic usage with external PBS server

    I have a question about traffic usage between PBS client and server (to keep the traffic billing low as possible :)) When creating a backup from a VM directly to a external PBS server, does PBS client only sends the data differential to the server? Or must I use a PBS server locally and sync...
  12. P

    LXC snapshots with TrueNas storagebox

    Currently I'm using KVM and LXC on a NFS share on a Proxmox cluster, but it's not possible to make snapshots with LXC. Can ISCSI with LVM as shared storage be a solution. So create a single iSCSI LUN that can be shared for all nodes. Or any thoughts?
  13. P

    [SOLVED] Owner backup failure user@pbs != root@pam

    I have 2 PBS storages mounted in a Proxmox cluster. I want to backup specific VM's to the second PBS storage. Both have datastore/backup as location (but with different storage mount in PVE cluster) and user@pbs has rights on datastore/backup. PBS -> root@pam on datastore/backup UserPBS ->...
  14. P

    Howto let user restore his own backups

    On a Proxmox cluster backups from all the VM's are daily made to PBS. Is it possible that a user (with only PVEVMUser permissions for a VM) can restore PBS backups by himself. The problem is that the user under Backups for his VM sees an empty Storage
  15. P

    [SOLVED] tmpdir setting in vzdump.conf is ignored

    I have a Proxmox 6.2 cluster with this settings on each node: /etc/vzdump.conf: # vzdump default settings tmpdir: /var/lib/vz/dump #tmpdir: DIR #dumpdir: DIR #storage: STORAGE_ID #mode: snapshot|suspend|stop #bwlimit: KBPS #ionice: PRI #lockwait: MINUTES #stopwait: MINUTES #size: MB...
  16. P

    NFS mounts offline after enabling firewall

    When I enable the firewall in v5.4 under Datacenter->Firewall options, all NFS mounts are offline but I can still ping the NFS host. To get the NFS mount working again, I have to disable the firewall.
  17. P

    VLAN aware with multiple nodes

    When on a single proxmox node the VLAN aware setting is enabled on vmbr0, you can use VLAN tags with VM's on that. But when you have multiple nodes in a cluster, does VLAN tags also work on other nodes? So vm's with the same VLAN tag can communicate when they run on several nodes?
  18. P

    Custom disksize and storage with 'pct create'

    Howto set custom disksize when using pct create and storage=nfs in command line? The default is 4GB. The command: pct create 100 lxc-backup.tar.gz -description LXC -hostname server -memory 1024 -nameserver 8.8.8.8 -storage nfs
  19. P

    [SOLVED] Cannot create LVM on iSCSI

    I'm using Freenas and Proxmox 5.1 and try to setup iSCSI with LVM, but got stuck at creating LVM-Group on iSCSI (guide: https://proxmox.weebly.com/blog/iscsi-share-on-proxmox-with-freenas-as-storage-solution) After creating LVM I get this error: create storage failed: error with cfs lock...
  20. P

    Adding SSD as cache for Ceph [Proxmox 5.1]

    I have several Proxmox 5.1 nodes with Ceph Luminous with 3 HDD as OSD and 1 NVME SSD in each node. On creating a OSD through the webinterface I can select 1 HDD and 1 seperate SSD for journal/DB, but how can I use the SSD for all the 3 HDD's?