Skip to content

Handle alternative block device path for AWS disk mounts

Grant Young requested to merge gy-aws-data-disk-fix into main

What does this MR do?

MR tackles a scenario that can occur with AWS Data Disks.

Specifically when a disk is attached to an existing AWS instance it will report the block device path /dev/sdX. For some reason if the disk is attached at the same time as the instance is created, e.g. if you change the instance type, this path changes to just sdX.

This addition will cover both of these scenarios.

Edited by Grant Young

Merge request reports

Loading