I'm trying to understand why there appears to be no compression being done on my VM disks:
Whereas I do see compression on my container volumes:
Is there something special about VM disks that might prevent this?
Code:
storage_mirrored/vm-101-disk-0 compressratio 1.00x -
storage_mirrored/vm-101-disk-0 compression on inherited from storage_mirrored
storage_mirrored/vm-101-disk-0 refcompressratio 1.00x -
Whereas I do see compression on my container volumes:
Code:
storage_mirrored/subvol-102-disk-0 compressratio 1.91x -
storage_mirrored/subvol-102-disk-0 compression on inherited from storage_mirrored
storage_mirrored/subvol-102-disk-0 refcompressratio 1.94x -
Is there something special about VM disks that might prevent this?