Search results

  1. D

    container backup using much more space after update

    Absolut weird.... the same for me... I did not change anything (no update/no extra reboot/etc) --> same here . after the test twith a backup in a stop mod yesterday, today all is ok on all backup strange Proxmox Virtual Environment 6.2-11 Rechercher Datacenter Rechercher: Vue Serveur...
  2. D

    container backup using much more space after update

    Much better in stop mode INFO: starting new backup job: vzdump 179 --mode stop --node p2 --storage Backup_Day --remove 0 INFO: Starting Backup of VM 179 (lxc) INFO: Backup started at 2020-09-02 00:13:43 INFO: status = running INFO: backup mode: stop INFO: ionice priority: 7 INFO: CT Name...
  3. D

    container backup using much more space after update

    One LXC is even worse : 179: 2020-08-25 03:00:03 INFO: Starting Backup of VM 179 (lxc) 179: 2020-08-25 03:00:03 INFO: status = running 179: 2020-08-25 03:00:03 INFO: CT Name: nextcloud 179: 2020-08-25 03:00:03 INFO: including mount point rootfs ('/') in backup 179: 2020-08-25 03:00:03 INFO...
  4. D

    container backup using much more space after update

    pveversion -v proxmox-ve: 6.2-1 (running kernel: 5.4.55-1-pve) pve-manager: 6.2-11 (running version: 6.2-11/22fb4983) pve-kernel-5.4: 6.2-5 pve-kernel-helper: 6.2-5 pve-kernel-5.4.55-1-pve: 5.4.55-1 pve-kernel-5.4.44-2-pve: 5.4.44-2 ceph: 14.2.10-pve1 ceph-fuse: 14.2.10-pve1 corosync: 3.0.4-pve1...
  5. D

    container backup using much more space after update

    Same problem here Now after upgrade and reboot INFO: root.pxar: had to upload 1.26 GiB of 2.33 GiB in 213.43s, average speed 6.02 MiB/s). INFO: root.pxar: backup was done incrementally, reused 1.08 GiB (46.2%) INFO: Uploaded backup catalog (1.14 MiB) INFO: root.pxar: had to upload 1.26 GiB of...
  6. D

    Proxmox not booting anymore after motherboard swap

    maybe try to boot on a live cd and see if there any hardware problem. it's like a hard drive failure, or a cable problem
  7. D

    How fast is your backup datastore? Benchmark tool

    PBS server in a vm in pve. 1 Go ram 2 vcpu. backend store Store is a disk image on a cifs share on a freebox ( speed max around 25 mo /s) Uploaded 101 chunks in 5 seconds. Time per request: 52430 microseconds. TLS speed: 80.00 MB/s SHA256 speed: 107.57 MB/s Compression speed: 295.80 MB/s...
  8. D

    View / explore file inside a VM like in a CT

    thanks for the reply;) Great job by the way for the product :)
  9. D

    View / explore file inside a VM like in a CT

    Bonjour, It's no possible unless if we install a backup agent in the vm itself? Am i right ? Merci Dark26
  10. D

    Wake on Lan ( Wol ) PBS server just before backup and stop serveur after.

    Bonjour, I have not yet try the product, because i have an internet connection problem at the moment. But is there a ( simple ) way to add a prescript and postscript for example, to start the pbs server via WOL, and then shutdown the serveur after the backup? The product seems promising, Dark26
  11. D

    Storage types for HA and live migration

    For the live migration both node need to be alive . :cool: For example if you want to do a maintenance on on node, while running , you move every VM on another node. And then you can reboot the node. If you have a crash, there is no way to save the content of the ram. So reboot is the only...
  12. D

    [SOLVED] Problems on shutdown/boots with nfs/glusterfs Filesystems and HA containers / systemd order of services!

    I hope one day, the proxmox developer will change there decision to support lxc on gluster again like it's was a long time ago. but you can try : Solution 1 : - If you have an "older" version of glusterfs ( 5 maybe ? ); you can enable and use nfs directly with gluster. ( gluster nfs.disable...
  13. D

    [SOLVED] VM freezes when disconnecting USB Keyboard and Mouse.

    Same problem here. If i unplug a usb, th vm freeze
  14. D

    GPU Passthrough of CPU integrated graphics

    can tou try without x-vga=1 ? hostpci0: 00:02,pcie=1,x-vga=1 --> hostpci0: 00:02,pcie=1
  15. D

    [SOLVED] nfs mounts using wrong source ip/interface

    it's not a problem with the addr ? local_lock=none,addr=10.0.10.20
  16. D

    [SOLVED] Installing pi-hole 5 not working on proxmox 6.2 when using LXC container due to "useradd: command not found"

    Maybe apt-get install passwd https://packages.debian.org/buster/amd64/passwd/filelist
  17. D

    [SOLVED] Resize disk of ubuntu 19.10 vm on proxmox...

    you have to increase the size of the partition in the VM, and extend the filesystem. Depends how ubuntu is installed ( only one partition; separate home; lvm or not , raid, encryption ... ; what filesystem you use ( ext4 ; xfs .. ). if you have on partition on ext4 or xfs, in 30 seconde it's...
  18. D

    Auto mount external USB drive in Proxmox 6.2

    try to mount the partition with uuid instead of /dev/sdxx use blkid to view the uuid blkid /dev/sda1: UUID="5741fbc8-dccd-4aa3-88ce-f7b5717df02b" TYPE="ext4" PARTUUID="0da1f450-01" and in fstab UUID=5741fbc8-dccd-4aa3-88ce-f7b5717df02b / ext4 errors=remount-ro 0 1
  19. D

    pfSense crashing after installation

    Did you try with an older version of Pfsense ? i am running fine 2.4.4-RELEASE-p3 (amd64) of pfsense for a long time with no problem. I try to update to version 2.4.5 the other day and it crash after the upgrade, nothing was workinf anymore, so many the version 2.4.5 is buggy.