Increase send blocksize and add total speed

It's much faster and seems to cause no issues.
This commit is contained in:
2024-09-30 18:44:32 -04:00
parent fb8561cc5d
commit 75eac356d5
2 changed files with 12 additions and 3 deletions

View File

@ -1346,7 +1346,7 @@ def vm_snapshot_receive_block_full(zkhandler, pool, volume, snapshot, size, requ
image = rbd.Image(ioctx, volume)
last_chunk = 0
chunk_size = 1024 * 1024 * 64
chunk_size = 1024 * 1024 * 1024
logger.info(f"Importing full snapshot {pool}/{volume}@{snapshot}")
while True: