Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Please use parents flag while creating the directory for the mount point in the cloudinit part #8

@kuboraam

Description

@kuboraam

Hello, thanks for this project. absolutely love it. I noticed that when i mount to /efs, everything works fine. However, if I set the mount point to /volumes/share for example, the cloud init script fails to create the directory because we need to create the parent directories as well.

As such, at this line, please change it to say mkdir -p $${mount_location}

cloud-init-per once mkdir_efs mkdir $${mount_location}

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions