Search results

  1. N

    ZFS - Restores

    #zfs get all rpool
  2. N

    ZFS - Restores

    What is your ZFS pool configuration? On heady load (depends on how slow setup is) pool can be very unacceptable. For SSH use another pool for server OS to avoid IO waiting.
  3. N

    ZFS worth it? Tuning tips?

    I think pool and l2arc ashift mismatch can lead to poor performance.
  4. N

    qm agent timeout

    Executing qm agent command fstrim I get timeout very soon. I think agent request must wait longer for respond. # qm agent 102 fstrim VM 102 qmp command 'guest-fstrim' failed - got timeout # qm agent 102 fstrim VM 102 qmp command 'guest-fstrim' failed - got timeout # qm agent 102 fstrim VM 102...
  5. N

    Steps for moving VMs from 3.x to 5.x

    1. Manually upload VM disks to new machine. 2. Upload config files to new machines. 3. Edit config is something is needed. 4. Boot VM
  6. N

    my NVMEs suck

    For ZFS don't forget SYNC writes are written to ZFS LOG device. If you don't have external ZFS LOG device then the pool become as LOG device too. Thats mean double writes. If SYNC is important and you want good write performance then add single good SATA/NVME SSD as ZFS pool LOG device.
  7. N

    i/O priority on ZFS - is this possible?

    As I know ZFS is missing I/O priority. Its works like FIFO. Like Win98 system :-)
  8. N

    Virtual box,No support for KVM virtualisation detected

    To run KVM you need direct access to CPU. Others VM like LXC or Openvz .... do not need direct CPU access.
  9. N

    Cluster setup and ZFS pools

    You can export pool and import pool with new name.
  10. N

    Boot problem zfs

    EFI problem? Have no xp with it.
  11. N

    Resize root zfs on node

    # zpool list -> it is RAW data sizes and its have nothing to do with available space If you want more free space in rpool/ROOT/pve-1 then 1. Turn off swap. 2. Remove rpool/swap 3. Create rpool/swap with less space like 5G 4. Format swap and mount Result -> free space for zfs pool rpool
  12. N

    Upgrade PVE 5.1-41 to 5.2-1 Failed to start Mount ZFS

    It is not a bug. Creating pool "MY_POOL" the mount point will be set to /MY_POLL. You can set mountpoint on creating pool with -m ZFS will mount fs only on empty catalog. Proxmox install script is missing: # zfs set mountpoint=none rpool/ROOT # zfs set mountpoint=none rpool
  13. N

    ZFS vs PERC H710P Mini

    bit rot | bit roll | silence corruption - the data corruption then HDD give bad data or the cable leads to distort information.
  14. N

    ZFS vs PERC H710P Mini

    How about bit rot ?
  15. N

    ZFS vs PERC H710P Mini

    If you know and love ZFS why you go to HW Raid? it must be you don't need data protection.