It is never safe if you're interacting with logical volume management without knowing how to query its status. This section guides you on how to query LVM logical volume status from a system.
The commnad is lvdisplay.
To list all devices, simply do not supply any value. Example:
$ lvdisplay...To list all devices, simply do not supply any value. Example:
$ lvdisplay <volume_name>$ lvdisplay localstore_root...That's all about querying LVM logical volume status.