We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de46992 commit 2e57b78Copy full SHA for 2e57b78
src/schedm_mad/remotes/one_drs/lib/mapper/model.py
@@ -183,6 +183,8 @@ def find_storage_matches(
183
# considered.
184
host_caps = {cap.id: cap for cap in host_capacities}
185
for host_id, disk_ids in req.host_dstore_ids.items():
186
+ if host_id not in host_caps:
187
+ continue
188
disk_caps = host_caps[host_id].disks
189
disk_matches: list[int] = []
190
for disk_id in disk_ids:
0 commit comments