Re: [ANNOUNCE] LVM reimplementation ready for beta testing

Arjan van de Ven (arjanv@redhat.com)
Fri, 1 Feb 2002 05:12:51 -0500


On Thu, Jan 31, 2002 at 01:09:13PM +0000, Joe Thornber wrote:
>
> Now our hero decides to PV move PV2 to PV4:
>
> 1. Suspend our LV (254:3), this starts queueing all io, and flushes
> all pending io.

But "flushes all pending io" is *far* from trivial. there's no current
kernel functionality for this, so you'll have to do "weird shit" that will
break easy and often.

Also "suspending" is rather dangerous because it can deadlock the machine
(think about the VM needing to write back dirty data on this LV in order to
make memory available for your move)...

Greetings,
Arjan van de Ven

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/