mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
vgcreate: add --physicalextentsize example (#22679)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
co-authored by
Managor
parent
c8ec6560e6
commit
f92d631e6b
@@ -10,4 +10,8 @@
|
||||
|
||||
- Create a new volume group using multiple devices:
|
||||
|
||||
`sudo vgcreate {{volume_group}} {{/dev/sdXY}} {{/dev/sdXZ}}`
|
||||
`sudo vgcreate {{volume_group}} {{/dev/sdXY /dev/sdXZ ...}}`
|
||||
|
||||
- Create a new volume group with custom physical extent size:
|
||||
|
||||
`sudo vgcreate {{-s|--physicalextentsize}} {{8M}} {{volume_group}} {{/dev/sdXY /dev/sdXZ ...}}`
|
||||
|
||||
Reference in New Issue
Block a user