Skip to content

Commit

Permalink
Skip looking for wwn for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Jan 20, 2023
1 parent a744248 commit 1052baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curtin/commands/block_meta.py
Expand Up @@ -455,7 +455,7 @@ def get_path_to_storage_volume(volume, storage_config):
# Get path to block device for disk. Device_id param should refer
# to id of device in storage config
volume_path = None
for disk_key in ['wwn', 'serial', 'device_id', 'path']:
for disk_key in ['serial', 'device_id', 'path']:
vol_value = vol.get(disk_key)
try:
if not vol_value:
Expand Down

0 comments on commit 1052baa

Please sign in to comment.