From: Jakob Cornell Date: Mon, 18 Apr 2022 22:27:03 +0000 (-0500) Subject: Fix bug in verify v2 worklist generation query X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=58d1f4e62cda5de11f730d98c44d4ebead51bfa8;p=eros.git Fix bug in verify v2 worklist generation query --- diff --git a/disk_jumble/src/disk_jumble/verify.py b/disk_jumble/src/disk_jumble/verify.py index cb5aded..49cf28b 100644 --- a/disk_jumble/src/disk_jumble/verify.py +++ b/disk_jumble/src/disk_jumble/verify.py @@ -198,10 +198,8 @@ def _get_v2_worklist(conn, disk_id: int, target_ranges: List[NumericRange]) -> L ), joined as ( select - entity_id, - entity.length, - entity_blocks, - slab_plus.disk_blocks, + entity_id, entity.length, entity_blocks, + slab_plus.disk_blocks, crypt_key, hashes, entity_blocks * elh.block_range as check_erange from