[lvm-devel] [PATCH] avoid scanning suspended & otherwise inaccessible devices

Alasdair G Kergon agk at redhat.com
Fri Jul 2 03:02:11 UTC 2010


On Wed, Jun 30, 2010 at 11:22:47PM +0200, Peter Rockai wrote:
> -	if (!l) {
> +	if (!l || ignore_suspended_devices()) {

I've committed a version of this limited to dm devices for now
which doesn't require vgscan to be run manually after a
temporarily-suspended device is encountered.

But I think even the modified version has some undesirable interaction
with the MISSING_PV logic.

I really don't want to invest much time in any of this because it's all
meant to get deprecated by some new approach...

Alasdair




More information about the lvm-devel mailing list