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 _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/