Hi all, I have a strange behaviour of a windows 2016 guest.
It has warehouse managment software and some simple queries, take 4-5 minutes.
The guest is hosted on a zfs pool named 'storage' on top of ssd disks.
To diagnose the problem, I moved the disk on a nfs storage (on top of ext4 rotating disks) and the same query takes few seconds.
I moved again the disk on another zfs pool named 'storage2' on top of rotating disks.
The query is still fast!
The pool storage2 has no compression while the pool storage2 has lz4 compression enabled.
Right now, this is the only thing that may explain this weird behaviour.
What do you think about it?
Here are the zfs value of the two storage that are different
Proxmox 5.1-43.
[EDIT] the issue isn't related to proxmox, zfs or anything else. It's a os guest issue.
It has warehouse managment software and some simple queries, take 4-5 minutes.
The guest is hosted on a zfs pool named 'storage' on top of ssd disks.
To diagnose the problem, I moved the disk on a nfs storage (on top of ext4 rotating disks) and the same query takes few seconds.
I moved again the disk on another zfs pool named 'storage2' on top of rotating disks.
The query is still fast!
The pool storage2 has no compression while the pool storage2 has lz4 compression enabled.
Right now, this is the only thing that may explain this weird behaviour.
What do you think about it?
Here are the zfs value of the two storage that are different
Code:
storage used 304G -
storage available 113G -
storage compressratio 1.25x -
storage compression lz4 local
storage usedbydataset 140K -
storage usedbychildren 304G
storage written 140K -
storage logicalused 142G
storage2 used 355G -
storage2 available 544G -
storage2 compressratio 1.00x -
storage2 compression off default
storage2 usedbydataset 96K -
storage2 usedbychildren 355G -
storage2 written 96K -
storage2 logicalused 311G -
Proxmox 5.1-43.
[EDIT] the issue isn't related to proxmox, zfs or anything else. It's a os guest issue.
Last edited: