From 06452a8ff62858d22cc88a32d9f83dd44ef13dcc Mon Sep 17 00:00:00 2001 From: Nate <37554478+servusdei2018@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:11:08 -0400 Subject: [PATCH] pvscan: add page (#14051) --- pages/linux/pvscan.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/pvscan.md diff --git a/pages/linux/pvscan.md b/pages/linux/pvscan.md new file mode 100644 index 0000000000..fb38ff6c71 --- /dev/null +++ b/pages/linux/pvscan.md @@ -0,0 +1,20 @@ +# pvscan + +> List all physical volumes and manage their online status. +> More information: . + +- List all physical volumes: + +`pvscan` + +- Show the volume group that uses a specific physical volume: + +`pvscan --cache --listvg {{/dev/sdX}}` + +- Show logical volumes that use a specific physical volume: + +`pvscan --cache --listlvs {{/dev/sdX}}` + +- Display detailed information in JSON format: + +`pvscan --reportformat json`