From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Thornber Subject: Re: Interface changes to multisnap Date: Tue, 21 Jun 2011 14:59:51 +0100 Message-ID: <20110621135949.GA2122@ubuntu> References: <20110620122256.GA15181@ubuntu> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20110620122256.GA15181@ubuntu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids On Mon, Jun 20, 2011 at 01:22:57PM +0100, Joe Thornber wrote: > I've just pushed an interface change for multisnap. Ignore the previous message, it turned out to be bogus. So now resizing is implemented as follows: - new-thin still takes a size arg new-thin - There is a resize message: resize - The target length doesn't have to correspond to the size of the thin device. Writes beyond the end will cause IO error. - Multiple targets may point to the same thin device. If you make more than one active then it is a user error. Much like using a linear target to map multiple devices to the same physical disk. - Joe