You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ vgcreate vg0 /dev/hda
49
49
50
50
5) The docker-lvm-plugin also supports the creation of thinly-provisioned volumes. To create a thinly-provisioned volume, a user (administrator) must first create a thin pool using the `lvcreate` command.
51
51
```bash
52
-
lvcreate -L 10G -T vg1/mythinpool
52
+
lvcreate -L 10G -T vg0/mythinpool
53
53
```
54
54
This will create a thinpool named `mythinpool` of size 10G under volume group `vg0`.
55
55
NOTE: thinpools are special kind of logical volumes carved out of the volume group.
0 commit comments