[linux-lvm] Why does every lvm command insist on touching every pv?

Alasdair G Kergon agk at redhat.com
Tue Jun 15 16:47:09 UTC 2010


On Tue, Jun 15, 2010 at 11:23:47AM -0400, Phillip Susi wrote:
> Every time I run any lvm command, it goes out and touches every pv,
> causing all the disks to wake up from standby.  Why is this?  Shouldn't
> a simple lvs command be able to look in the /etc/lvm/cache for what it
> needs instead of touching every pv, even ones with no lvs on them?
 
It shouldn't normally scan unless it detects something might have changed, but
if you know the volume group name(s) already, put them on the command line: 
  lvs vg1 vg2

(As always -vvvv may give you clues as to what is triggering the scan.)

Alasdair




More information about the linux-lvm mailing list