I think I stumbled uppon a bug related to container migrations.
I have a container running on zfs storage with compression enabled. It's a test server which produces huge amounts of logfiles, which are highly compressible. The disk usage is 250 GB but the referenced size is around 3.000 GB. A compression ratio of 12x.
I tried to migrate the container to a different server, which also uses zfs storage and was very surprised that the job was not done after 250 GB of data was transferred. In fact it went on an on untill I stopped it at 750 GB transferred.
My conclusion is, that the compression get's completley ignored. Looks like the data is read and sent over the network without any compression. Am I right? Can I do something about it?
What about replication? Does it behave the same?
Backup to Proxmox Backup Server seems to utilize the compression just fine. The amount of data transferred over the network, as well as the storage used on the backup server are ~250 GB, as expected.
I have a container running on zfs storage with compression enabled. It's a test server which produces huge amounts of logfiles, which are highly compressible. The disk usage is 250 GB but the referenced size is around 3.000 GB. A compression ratio of 12x.
I tried to migrate the container to a different server, which also uses zfs storage and was very surprised that the job was not done after 250 GB of data was transferred. In fact it went on an on untill I stopped it at 750 GB transferred.
My conclusion is, that the compression get's completley ignored. Looks like the data is read and sent over the network without any compression. Am I right? Can I do something about it?
What about replication? Does it behave the same?
Backup to Proxmox Backup Server seems to utilize the compression just fine. The amount of data transferred over the network, as well as the storage used on the backup server are ~250 GB, as expected.