Search results

  1. S

    unusable command line on zfs backend storage

    We are developing a VPS control panel based on proxmox, and it has a few issues with the ZFS storage Some VM running some heavy io task (like use Swap frequently), then the host ZFS command will longer to respond. If Proxmox reports a timeout error when importing a disk, the ZFS import will...
  2. S

    unusable command line on zfs backend storage

    Request Increase zfs operations timeout, unusable on high load environment Unable import disk / resize disk / list volume on zfs base storage using command line, always return timeout
  3. S

    Proxmox failed to backup VMs

    Update: Move the vzdump to another /tmp or /var/tmp locaction can solve this issue Maybe some systemd bug?
  4. S

    Proxmox failed to backup VMs

    /var/tmp is writeable root@debian:~# stat /var/tmp File: /var/tmp Size: 4096 Blocks: 8 IO Block: 4096 directory Device: 900h/2304d Inode: 100664365 Links: 9 Access: (1777/drwxrwxrwt) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2021-02-19...
  5. S

    Proxmox failed to backup VMs

    PBS was newest version root@backup1:~# apt list | grep proxmox-backup-server WARNING: apt does not have a stable CLI interface. Use with caution in scripts. proxmox-backup-server-dbgsym/stable 1.0.8-1 amd64 proxmox-backup-server/stable,now 1.0.8-1 amd64 [installed] root@backup1:~# We are...
  6. S

    Proxmox failed to backup VMs

    Using Web GUI to backup VM, the backup parameters : Storage: backup (pbs) Mode: Snapshot /etc/vzdump.conf is untouch root@debian:~# cat /etc/vzdump.conf # vzdump default settings #tmpdir: /tmp #dumpdir: DIR #storage: STORAGE_ID #mode: snapshot|suspend|stop #bwlimit: KBPS #ionice: PRI...
  7. S

    Proxmox failed to backup VMs

    Hi qemu-guest-agent did not fix the issue. This VM (VM 201) has same issue. The host as same as VM 100 Here is the task log INFO: starting new backup job: vzdump 201 --storage backup --mode snapshot --remove 0 --node debian INFO: Starting Backup of VM 201 (qemu) INFO: Backup started at...
  8. S

    Proxmox failed to backup VMs

    If VM state is "stopped". the backup task send to pbs server is successful done. () INFO: starting new backup job: vzdump 197 --remove 0 --node debian --mode snapshot --storage backup INFO: Starting Backup of VM 197 (qemu) INFO: Backup started at 2021-02-16 15:17:10 INFO: status = stopped INFO...
  9. S

    Proxmox failed to backup VMs

    Hello. We are tesing backup with proxmox backup server, but it seem failed on starting backup progress But no error when backup to local storage. Proxmox backup server version: 1.0-8 The task log: INFO: starting new backup job: vzdump 100 --storage backup --compress zstd INFO: Starting...