diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man8/vgremove.8 | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man8/vgremove.8')
| -rw-r--r-- | static/netbsd/man8/vgremove.8 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/static/netbsd/man8/vgremove.8 b/static/netbsd/man8/vgremove.8 new file mode 100644 index 00000000..ceae2fce --- /dev/null +++ b/static/netbsd/man8/vgremove.8 @@ -0,0 +1,30 @@ +.\" $NetBSD: vgremove.8,v 1.2 2009/02/18 12:16:13 haad Exp $ +.\" +.TH VGREMOVE 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*- +.SH NAME +vgremove \- remove a volume group +.SH SYNOPSIS +.B vgremove +[\-d|\-\-debug] [\-f|\-\-force] [\-h|\-?|\-\-help] +[\-t|\-\-test] [\-v|\-\-verbose] +VolumeGroupName [VolumeGroupName...] +.SH DESCRIPTION +vgremove allows you to remove one or more volume groups. +If one or more physical volumes in the volume group are lost, +consider \fBvgreduce --removemissing\fP to make the volume group +metadata consistent again. +.sp +If there are logical volumes that exist in the volume group, +a prompt will be given to confirm removal. You can override +the prompt with \fB-f\fP. +.SH OPTIONS +See \fBlvm\fP for common options. +.TP +.BR \-f ", " \-\-force +Force the removal of any logical volumes on the volume group +without confirmation. +.SH SEE ALSO +.BR lvm (8), +.BR lvremove (8), +.BR vgcreate (8), +.BR vgreduce (8) |
