| commit | bd7ceaf6d584b77dd6dbd8af7949d1e91a7c0537 | [log] [tgz] |
|---|---|---|
| author | Juan Quintela <quintela@redhat.com> | Mon May 15 21:57:02 2023 +0200 |
| committer | Juan Quintela <quintela@redhat.com> | Thu May 18 18:40:51 2023 +0200 |
| tree | 73a12ec126b1feb9d1ec9e9ead7d118ed9510e9a | |
| parent | 813cd61669e45ee6d5db09a83d03df8f0c6eb5d2 [diff] |
migration: We don't need the field rate_limit_used anymore Since previous commit, we calculate how much data we have send with migration_transferred_bytes() so no need to maintain this counter and remember to always update it. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20230515195709.63843-10-quintela@redhat.com>