After reading the posts I listed, and seeing what was in 1.5.8, I know that most of the programs should be capable. I am wondering how to “enable” it. We have 226 images using 5.4TB on an XFS partition on the FOG server:
#df -h
Filesystem Size Used Avail Use% df -h
Mounted on
/dev/mapper/cl_fog2-images 28T 5.4T 22T 20% /images
I used rsync to make a copy of that to a CentOS 8 VDO volume with compression and deduplication enabled:
#vdostats --hu
Device Size Used Available Use% Space saving%
/dev/mapper/vdo1 6.0T 5.0T 1.0T 83% 2%
#df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vdo1 6.0T 5.2T 833G 87% /backup
Compression seems to have saved a small amount, but as most of the images are based on the the same “base” image, dedupe should have reduced it a great deal more. The images are compressed on the FOG server with default settings.