Search results

  1. N

    Recommended ZFS pool setup?

    Yes, more disk = more speed/IO. But creating ZFS you must think about how much time you have until you change death/damaged disk. Like Raidz3 give more time compare to others options. I had strange situation then one disk go offline because of unknown reason and ZFS stops writing to it. Pool...
  2. N

    Recommended ZFS pool setup?

    This is single pool and its very unbalanced in every way. You mush choose what you want. If your bugged allows 5 x big SSD then do Raidz2.
  3. N

    Official Documentation on Remove Old Kernels

    I`m old fashion user. I do it manually with aptitude and I see no problem with it. The new changes will help you :-)
  4. N

    XFS corruption on zvol virtual disk

    The usage of the ZFS pool impact performance but not the errors.
  5. N

    XFS corruption on zvol virtual disk

    Why you use LVM in VM and then XFS? Maybe that makes bugs.
  6. N

    Proxmox VE 6.0 released!

    /etc/rc.local is very old startup script. And I like it.
  7. N

    ZFS Rescue Boot on HBA not working

    Does your HBA shows disks? Can you boot from cdrom/usb/(disk attached to motherboard)?
  8. N

    [SOLVED] ZFS Dedup: On for Pool, Off for Container Disk?

    Are you sure you need dedup? It require RAM .... a lot.
  9. N

    [SOLVED] ZFS Dedup: On for Pool, Off for Container Disk?

    If you will set dedup for pool it will be inherited for lowers levels of fs/volumes. Except if you set for everyone manually.
  10. N

    [SOLVED] ZFS Dedup: On for Pool, Off for Container Disk?

    Another solution is to use single ZFS file system with dedup and use it as directory mount point in Proxmox. Use VM disk as images (raw,qcow2,vmdk)
  11. N

    Proxmox VE 6.0 beta released!

    You can change ARC size live with: #echo 2147483648 > /sys/module/zfs/parameters/zfs_arc_max and #echo 2147483648 > /sys/module/zfs/parameters/zfs_arc_min if you want fixed ARC size. I use /etc/rc.local for custom tuning the system.at startup.
  12. N

    [SOLVED] ZFS: Is "Block Size" Actually "Record Size"?

    You know ashift is immutable so Proxmox is not invented nothing with it. edit: This named blocks is more closer to VM filesystem block naming.
  13. N

    [SOLVED] ZFS Dedup: On for Pool, Off for Container Disk?

    No point. It will effect only single fs/volume with no effecting children data`s
  14. N

    [TUTORIAL] how to change the VMID with ZFS

    You made some mistakes. If you want to change VM ID you need. 1. Turn off VM. 2. Rename VM config file. 3. Change VM disks location ( in ZFS rename ) 4. Change config disk location inside VM config file. 5. Start VM p.s. why a lot of people do server restart? Do you use windows or what?
  15. N

    Slow perfomance ZFS and LVM

    Why reboot? This setting activate online.
  16. N

    Handling large disk volumes

    Change the strategy of backup. Use bareos inside VM to do increment backups.
  17. N

    [SOLVED] ZFS pool does not mount at boot-time

    I hope Proxmox team will correct me. /lib/systemd/system/pvestatd.service After=pve-cluster.service zfs-mount.service
  18. N

    [SOLVED] ZFS pool does not mount at boot-time

    It is old know issue. Check startup order and make ZFS start before pvestatd.
  19. N

    Recover destroyed ZFS filesystem

    As i know - ZFS have no tools for it.