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

cannot create locigal volumes #5

Open
esno opened this issue Oct 23, 2017 · 0 comments
Open

cannot create locigal volumes #5

esno opened this issue Oct 23, 2017 · 0 comments
Assignees
Labels

Comments

@esno
Copy link
Member

esno commented Oct 23, 2017

root@dl120g6:~# lvcreate -L5G -n foo luks0vg0
  /dev/luks0vg0/foo: not found: device not cleared
  Aborting. Failed to wipe start of new LV.

a workaround would be to skip zeroing out the first blocks.

root@dl120g6:~# lvcreate -Z n -L5G -n foo luks0vg0

references:

@esno esno added the bug label Oct 23, 2017
@esno esno self-assigned this Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant