Search results

  1. J

    RESTORE failed

    Hello :) restoring a VM with a different ID to have a dev-env of the vm host machine. But it just hung at the end stage and my original running machine starting acting funny and some services starting crashing. The proxmox host also had problems in the messages. dmesg from proxmox host...
  2. J

    Disk cache/memory issues ZFS on RAID card.

    I have a PERC H730 Mini in HBA mode on Dell R730. I have all 8 disks in HBA, not using the RAID at all. Set up using ZFS 4 way mirror. I am using writeback for the vm disks, SCSI virtIO. When should the VM disk's cache get flushed? As proxmox is constantly running out of physical memory...
  3. J

    Boot problem on ZFS 3 way mirror

    After setting zfs set xattr=sa dnodesize=auto RPOOL/data ( I read that you shouldnt set this on the RPOOL, so im not sure if this problem is due to this) I can not boot any longer. I get this: Attempting Boot From Hard Drive (C:) error: no such device "SOME HEX NUMBER" error: unknown...
  4. J

    when writing to disk and memory being swallowed up

    Hello, I'm seeing when I write a large file within a VM linux, I'm also filing up the VM systems memory. This memory is released when I delete the file. dd if=/dev/zero of=test1.img bs=512k count=1000000 Is this normal? Cheers