2025-03-14 21:59:59 -06:00
|
|
|
# pvscan
|
|
|
|
|
|
|
|
|
|
> List all physical volumes and manage their online status.
|
|
|
|
|
> More information: <https://manned.org/pvscan>.
|
|
|
|
|
|
|
|
|
|
- List all physical volumes:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`sudo pvscan`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show the volume group that uses a specific physical volume:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`sudo pvscan --cache --listvg {{/dev/sdX}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show logical volumes that use a specific physical volume:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`sudo pvscan --cache --listlvs {{/dev/sdX}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display detailed information in JSON format:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`sudo pvscan --reportformat json`
|