Bug 841717

Summary: LVM commands have gone all silent
Product: [openSUSE] openSUSE Tumbleweed Reporter: Neil Rickert <nwr10cst-oslnx>
Component: BasesystemAssignee: Dong Mao Zhang <dmzhang>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: stefan.schaefer
Version: 13.1 Beta 1   
Target Milestone: ---   
Hardware: All   
OS: SUSE Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Neil Rickert 2013-09-22 17:04:24 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

After unlocking an encrypted LVM (running "cryptsetup luksOpen" at the command line:

# vgscan
 -- gives no output

# vgchange -a y
 -- gives no output.  However, "ls /dev/mapper" shows that it apparently did make
    the volumes available

This happens on both a 32-bit install and a 64-bit install of 13.1 Beta1

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Stefan Schäfer 2014-02-27 15:16:13 UTC
The other tools like pvscan, lvscan and so on shows the same behavior in openSUSE 13.1 final.
Comment 2 Dong Mao Zhang 2014-02-28 07:10:03 UTC
set log/silent=0 to display the pvscan normal output .

or 'pvscan -v' could shows the output

This is consistent with upstream.
Comment 3 Stefan Schäfer 2014-02-28 07:37:08 UTC
OK this strange behavior is upstream, but does it make sense?