Azure / Azure/azure-linux-extensions

VMEncryption: /home not re-mounted in Ubuntu Data Science Virtual Machine

Open
#626 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
333
Forks
278
Avg merge
2d 9h
Merged PRs (30d)
4

Description

I use a Terraform script to deploy an Ubuntu Data Science Virtual Machine. The home directory is in /data/home and mounted in /home. In a custom script executed after the Virtual Machine has been created I can clearly see the /home directory is mounted correctly. After the disk encryption the /data directory is mounted but not /home. This is the fstab:

```
# CLOUD_IMG: This file was created/modified by the Cloud Image build process
UUID=5e8a6bb0-845d-4f95-8126-7e4e475c7fad / ext4 defaults,discard 0 0
UUID=795ac235-34ba-4fa3-9357-e8361cc6029a /data ext4 defaults,nofail 1 2
/data/home /home none defaults,bind 0 0
/dev/disk/cloud/azure_resource-part1 /mnt auto defaults,nofail,x-systemd.requires=cloud-init.service,comment=cloudconfig 0 2
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.