Skip to content
Snippets Groups Projects
Commit 519fc300 authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

fix lvcreate command

-l and -L are easy to confuse, just use --size here
parent c9db056a
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ that we have available free space in the existing volume group.
Create the new LV, we'll call it `srv` since it will be mounted at
`/srv`:
lvcreate -n srv -l50G vg_ganeti
lvcreate -n srv -L50G vg_ganeti
mkfs -t ext4 /dev/vg_ganeti/srv
Mount the new volume at a temporary location:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment