Search results

  1. M

    pct restore from pipe fails

    It seems to be tied to the latest update. Even piping it on the host locally spits out an error. Another host wich is on 5.3-5 works fine, but my prod host on 5.3-8 gave me the same error you have.
  2. M

    [SOLVED] Low disk performance in windows vm on optane

    I was afraid that is indeed the issue. Enabling 'iothreads' did not help much. I'll take these speeds for granted for now since this is a fileserver + some services. Thank you for your reply.
  3. M

    [SOLVED] Low disk performance in windows vm on optane

    Hi, I've been doing some pre-production testing on my home server and ran into some kind of bottleneck with my storage performance, most notably on my optane drive. When I install a Windows vm with the latest VirtIO drivers the performance is kinda dissapointing. I've tried switching over from...
  4. M

    pct restore from pipe fails

    Hi, your variables seem correct though the orde might matter. Here's the command I used for container migration: ssh 192.168.100.231 'vzdump 115 --mode stop --stdout' | pv | pct restore --rootfs 5 115 --storage local-zfs - Hope it helps.
  5. M

    Moving VM and Disk to new cluster

    Hi, I would pipe a backup into a restore over ssh. ssh into the target machine (make sure you can passwordless ssh to your source machine) and use the following command (change this to your setup accordingly): ssh 10.1.13.2 'vzdump 100 --mode stop --stdout' | qmrestore - 105 --storage local-zfs