sed.1posix -rn 's/^ *\+-> Logical Volume ([0-9A-F-]*).$/\1/p'
stream editor
-n     Suppress  the  default output (in which each line, after it is examined for editing, is written to
       standard output). Only lines explicitly selected for output are written.
source manpages: sed