canonical / canonical/cloud-init

mount option can`t set permissions

Open
#2,225 13 comments 0 reactions 0 assignees View on GitHub
enhancement launchpad won't fix
Dominant language
Python
Stars
3.8k
Forks
1.1k
Avg merge
2d 23h
Merged PRs (30d)
18

Description

This bug was originally filed in Launchpad as [LP: #893786](https://bugs.launchpad.net/cloud-init/+bug/893786)

Launchpad details

affected_projects = ['cloud-init (Ubuntu)']

assignee = None
assignee_name = None
date_closed = None
date_created = 2011-11-22T21:46:42.967166+00:00
date_fix_committed = None
date_fix_released = None
id = 893786
importance = wishlist
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/893786
milestone = None
owner = smoser
owner_name = Scott Moser
private = False
status = confirmed
submitter = bjoern-a
submitter_name = Björn Dieding
tags = ['feature']
duplicates = []

_Launchpad user **Björn Dieding(bjoern-a)** wrote on 2011-11-22T21:46:42.967166+00:00_

mounts:
- [ ephemeral0, /mnt/ephemeral, auto, "defaults" ]
- [ swap, none, swap, sw, "0", "0" ]

will create this error

[ec2-user@ip-10-234-85-230 ~]$ mkdir -p /mnt/ephemeral/var.live
mkdir: cannot create directory `/mnt/ephemeral/var.live': Permission denied

it looks like a chmod is not implemented

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.