Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fstab #108

Open
ivomarino opened this issue Dec 22, 2017 · 0 comments
Open

fstab #108

ivomarino opened this issue Dec 22, 2017 · 0 comments
Assignees
Labels
Projects

Comments

@ivomarino
Copy link
Member

ivomarino commented Dec 22, 2017

there seems to be an issue with --tags fstab:

we get:

/dev/mapper/ubuntu-vg-root / ext4 defaults 1 1
/dev/mapper/ubuntu-vg-swap_1 none swap defaults 0 0

should be:

/dev/mapper/ubuntu--vg-root / ext4 defaults 1 1
/dev/mapper/ubuntu--vg-swap_1 none swap defaults 0 0

the issue is probably in this code block:

{{ item.vg }} which is vg: ubuntu-vg from:

conf_lvm_lvs:
  - name: swap_1
    vg: ubuntu-vg

should be ubuntu--vg but this could eventually break LVM allocation, maybe we should use UUID instead.

@ivomarino ivomarino self-assigned this Dec 22, 2017
@ivomarino ivomarino added the bug label Dec 22, 2017
@ivomarino ivomarino added this to In progress in appside Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
appside
In progress
Development

No branches or pull requests

3 participants