elastio / elastio-snap

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
19 stars 7 forks source link

Why is creating snapshots using elastio-snap much slower than using dattobd? #299

Open alphandbelt opened 1 year ago

alphandbelt commented 1 year ago

While creating a snapshot for a 4TB LV volume, I noticed that using dattobd completes very quickly, but using elastio-snap is extremely, extremely slow.

yito24 commented 8 months ago

I tried it on a 6TB volume and the snapshot command takes over 20 minutes to finish.

yito24 commented 6 months ago

The symptom that it takes a long time to take a snapshot occurs in release 0.12.2, and it no longer occurs in the latest source code.

alphandbelt commented 5 months ago

The symptom that it takes a long time to take a snapshot occurs in release 0.12.2, and it no longer occurs in the latest source code.

okay, thank you ! i will try it later.