vgcreate: add --physicalextentsize example (#22679)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Taymaz Esmaeli
2026-06-02 10:34:57 -05:00
committed by GitHub
co-authored by Managor
parent c8ec6560e6
commit f92d631e6b
+5 -1
View File
@@ -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 ...}}`