Files
tldr/pages.zh/linux/vgremove.md

24 lines
558 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vgremove
> 在LVM中移除卷组。
> 更多信息:<https://manned.org/vgremove>。
- 移除卷组并要求确认:
`vgremove {{volume_group}}`
- 强制移除卷组而不要求确认:
`vgremove --force {{volume_group}}`
- 将调试级别设置为详细日志记录的级别2重复`--debug`最多6次以增加级别
`vgremove --debug --debug {{volume_group}}`
- 使用特定的配置设置以覆盖默认值:
`vgremove --config '{{global/locking_type=1}}' {{volume_group}}`
- 显示用法信息的帮助文本:
`vgremove --help`