Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

module/init-snippet-attach-ebs-volume: Manually make device name for attached EBS volume. #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 28, 2020

  1. module/init-snippet-attach-ebs-volume: Manually make device name for …

    …attached EBS volume.
    
    Due to Linux kernel and Distro changes, an attched EBS volume may not get the specified device name (Ref https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html). Hence logic following may break since specified device does not exist.
    
    This change uses Linux trick to manually setup (if it has not) the device name, so other logic can be static, without guessing which device is it.
    Magicloud committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    2742bad View commit details
    Browse the repository at this point in the history