Search results for query: padding overhead

  1. UdoB

    RAIDZ2 with 6x 480GB SSD only 1.35TB usable total

    Well..., it is "50%" versus "66%". For this 16% more space you lose two third of available IOPS. Six mirrors have three times the IOPS as two RaidZ2 offer, every single vdev counts. If you are storing VMs on the resulting pool then this is important and I would go for six mirrors. If you are...
  2. M

    RAIDZ2 with 6x 480GB SSD only 1.35TB usable total

    ...available that I could use. At the moment, I was planning to use 2 pools with RAIDZ2, each consisting of 6x 480GB SSDs. But with the padding overhead, I probably wouldn’t gain much more usable space compared to putting all 12 drives into a RAID10 configuration, right? What’s the experts’...
  3. Impact

    Confused About my ZFS Storage

    These basically show similar things to zpool status and zfs list. RAIDZ has padding overhead and the GUI also mixes different units (TB vs TiB) and that's where the discrepancy comes from. This was talked about here: - https://forum.proxmox.com/threads/raidz1-shows-wrong-space.125736/ -...
  4. leesteken

    Best RAID for ZFS in Small Cluster?

    ...performance then a 4-way mirror has quadruple the read performance and triple the redundancy. RAIDz1 with four drives has a lot of padding overhead and will probably only give you two (instead of three) drives of usable space. A stripe of two mirrors (also four drives) gives twice the...
  5. M

    ZFS storage is very full, we would like to increase the space but...

    So I conducted my experiment: My raidz2 zpool is 8x18 TByte at a volblocksize of 128k. I added a virtio 1GByte raw disk to one of my VMs. From inside the VM, I tried these commands (/dev/urandom is being used to ensure none of the data is compressible and the oflag=direct,sync ensures that the...
  6. J

    Watchdog reboots on Proxmox cluster due to Ceph/Corosync MTU weirdness (drops to 8885)

    Thank you for your reply. After further debugging, I discovered that an OpenStack node had taken the same IP address as a Proxmox node. This caused the other two servers to compete for master status. Additionally, Corosync traffic was running over the same link as the storage network, which we...
  7. fba

    Watchdog reboots on Proxmox cluster due to Ceph/Corosync MTU weirdness (drops to 8885)

    Hey, some guessing: KNET reports the data MTU, meaning after deduction of all required headers and padding. When I look at my test cluster KNET reports 1397 as data MTU. This makes an overhead of 103 bytes. Maybe KNET does align the data at 64 byte boundary, that's why data MTU in your example...
  8. LnxBil

    [SOLVED] Confused about discrepancy in reported disk usage for same drive

    ...thin-provisioning, compression and deduplication features. Usage or free space cannot be computed so easily, especially the padding overhead. This always leads to confusion. There are two commands that operate at different levels: zpool and zfs, so the difference in the UI come down to the...
  9. P

    ZFS/ProxMox Disk Size Weirdness

    I think I see what you're saying. I'm new to ZFS and trying to learn about the things you are mentioning.
  10. LnxBil

    ZFS/ProxMox Disk Size Weirdness

    ...the usage space changes constantly with the data you store. If you e.g. store small volblock sizes, you got a lot of waste due to padding overhead on ashift=12 and if you use large recordsizes, you can store a lot without padding overhead. this cannot be known before, therefore they don't...
  11. C

    zfs storage woes

    was transfering files. no way to resume the frozen VMs? it's for cold storage. 50% overhead? only from block size? could you link the posts?
  12. leesteken

    zfs storage woes

    Restore from backup and re-run the action that failed. How can we know what the VM was doing at the time. It's probably padding (and maybe a little ZFS meta-data overhead) due to number of drives being a poor match for the block size. Assuming that you used RAIDz1 (or RAIDz2 or RAIDz3), which...
  13. leesteken

    full virtual (pbs)disk.

    The disk was probably thin provisioned and the VM wanted to use space that wasn't actually available on the storage, which causes I/O errors. This happens to VMs of people every so often on this forum. Depending on the storage type, the available space might be less than expected because of...
  14. S

    [TUTORIAL] Understanding Proxmox ZFS HD and Disk Usage Display

    ...1 TB you can still only use 1 TB, but on 13 x 1 TB , you use 10 TB (this is physical disk space, not what actually will be usable) "Padding overhead" can arise (I liked this writeup); also for example, RAIDZ3 is recommended to be used with 11 disks or more for less (in the details it is way...
  15. M

    ZFS RAIDZ Pool tied with VM disks acts strange

    So does this mean I should just use RAID10 for VM's?
  16. leesteken

    ZFS RAIDZ Pool tied with VM disks acts strange

    RAIDz probably does not have the space you think it has and it tells you. Due to padding and metadata overhead, people are often disappointment (on this forum) by the usable space on a RAIDz1/2/3. This is a common ZFS thing. (d)RAIDz1/2/3 is also often disappointing for running VMs on as people...
  17. I

    Blocksize / Recordsize / Thin provision options

    Trying to make into an example all parameter values that can have an effect on the zvol, I came up with the following example: Even though compression is enabled I won't include it in the calculation even though I should (I don't know how though). Also the drives are SSDs, so we just simulate...
  18. D

    ZFS reporting drastically different numbers

    My initial research is pointing at padding overhead (and it is possible thin provisioning didn't get enabled at creation), but this also seems wildly off compared to other examples. The drive called "zfs" is a made up of six 1.96TB SSD drives in a RAIDZ. When I go to the summary for the zfs...
  19. leesteken

    ZFS on ZFS

    You'll have write amplifiaction on top of write amplication. And RAIDz1 has padding overhead with so few drives and you'll probably have a mismatching volblocksize, losing a lot of space. Maybe run the VM on LVM instead? Or run the software in a container (if it is based on Linux)? Or simply...
  20. I

    Windows VM Trimming

    That's fine. The setup is an experiment. Once I'm happy with it, I plan on changing them out for Micron's which do have PLP and handles the load better. But thanks for the advise :)