Recent content by benh7

  1. B

    vzdump causes iSCSI connection lost on one server model with PVE 7, but not on another model

    @iBug Thanks, that confirms what I've found as well. On my PVE7.1 test server I removed the multipath config and found I still had the issue with a single iSCSI connection to our SAN. I enabled jumbo frames on the SAN and changed the MTU of my NIC to 9000. Suddenly I had a stable iSCSI...
  2. B

    vzdump causes iSCSI connection lost on one server model with PVE 7, but not on another model

    Has there been any progress with this? We rolled back to PVE6 so we had a stable system but given its upcoming EoL we need a solution for PVE7. I'm not sure why this issue isn't more widespread.
  3. B

    vzdump output to directory instead of archive

    Thanks Thomas. I'm looking forward to the dedup backup solution! In the meantime, it looks like the hooks will still create the archive and double the work. Do you see any problems with freezing the file system using "qm guest cmd <vm id> fsfreeze-freeze", then making a copy of the lvm using...
  4. B

    vzdump output to directory instead of archive

    I am currently using borg backup to compress and dedup backups which has been very successful in saving space. However to get the benefit of de-duplication I need to extract the vzdump archive before importing to borg. This adds time to an already long process. Is there a way to backup a VM...