Eh.. this one was mildly painful. Needed to get data from an old SSD that has a linux install on it. BUT, had to access the LV that happened to have the same LV name as the system that I was using. Whoopsie Daisy.
And rename the VG
sudo vgrename -v
And This.. make em active.
vgchange -ay
That was an adventure.