Re: [PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Liu Bo
On Thu, Jun 20, 2013 at 09:10:24PM -0400, Chris Mason wrote: > Quoting Liu Bo (2013-06-20 08:05:30) > > This adds a 'btrfs-image -m' option, which let us restore an image that > > is built from a btrfs of multiple disks onto several disks altogether. > > I'd like to pull this in, could you please

Re: [PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Chris Mason
Quoting Liu Bo (2013-06-20 08:05:30) > This adds a 'btrfs-image -m' option, which let us restore an image that > is built from a btrfs of multiple disks onto several disks altogether. I'd like to pull this in, could you please rebase it against my current master? Thanks! -chris -- To unsubscribe

Re: [PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Liu Bo
On Thu, Jun 20, 2013 at 08:39:19AM -0400, Josef Bacik wrote: > On Thu, Jun 20, 2013 at 08:24:32AM -0400, Josef Bacik wrote: > > On Thu, Jun 20, 2013 at 08:05:30PM +0800, Liu Bo wrote: > > > This adds a 'btrfs-image -m' option, which let us restore an image that > > > is built from a btrfs of multip

Re: [PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Liu Bo
On Thu, Jun 20, 2013 at 08:39:19AM -0400, Josef Bacik wrote: > On Thu, Jun 20, 2013 at 08:24:32AM -0400, Josef Bacik wrote: > > On Thu, Jun 20, 2013 at 08:05:30PM +0800, Liu Bo wrote: > > > This adds a 'btrfs-image -m' option, which let us restore an image that > > > is built from a btrfs of multip

Re: [PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Chris Mason
Quoting Josef Bacik (2013-06-20 08:24:32) > On Thu, Jun 20, 2013 at 08:05:30PM +0800, Liu Bo wrote: > > This adds a 'btrfs-image -m' option, which let us restore an image that > > is built from a btrfs of multiple disks onto several disks altogether. > > > > This aims to address the following case

Re: [PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Josef Bacik
On Thu, Jun 20, 2013 at 08:24:32AM -0400, Josef Bacik wrote: > On Thu, Jun 20, 2013 at 08:05:30PM +0800, Liu Bo wrote: > > This adds a 'btrfs-image -m' option, which let us restore an image that > > is built from a btrfs of multiple disks onto several disks altogether. > > > > This aims to address

Re: [PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Josef Bacik
On Thu, Jun 20, 2013 at 08:05:30PM +0800, Liu Bo wrote: > This adds a 'btrfs-image -m' option, which let us restore an image that > is built from a btrfs of multiple disks onto several disks altogether. > > This aims to address the following case, > $ mkfs.btrfs -m raid0 sda sdb > $ btrfs-image sd

[PATCH 4/4] Btrfs-progs: exhance btrfs-image to restore image onto multiple disks

2013-06-20 Thread Liu Bo
This adds a 'btrfs-image -m' option, which let us restore an image that is built from a btrfs of multiple disks onto several disks altogether. This aims to address the following case, $ mkfs.btrfs -m raid0 sda sdb $ btrfs-image sda image.file $ btrfs-image -r image.file sdc - so we can onl