Re: [PATCH v2] Btrfs-progs: add support for device replace procedure

2013-02-16 Thread Martin Steigerwald
Am Dienstag, 11. Dezember 2012 schrieb Stefan Behrens: > This is the user mode part of the device replace patch series. Thank you for working on this. > The command group "btrfs replace" is added with three commands: > - btrfs replace start srcdev|srcdevid targetdev [-Bfr] mount_point > - btrfs r

Re: [PATCH v2] Btrfs-progs: add support for device replace procedure

2013-02-15 Thread Diego Calleja
El Martes, 11 de diciembre de 2012 17:50:00 Stefan Behrens escribió: > This is the user mode part of the device replace patch series. > > The command group "btrfs replace" is added with three commands: > - btrfs replace start srcdev|srcdevid targetdev [-Bfr] mount_point > - btrfs replace status mo

[PATCH v2] Btrfs-progs: add support for device replace procedure

2012-12-11 Thread Stefan Behrens
This is the user mode part of the device replace patch series. The command group "btrfs replace" is added with three commands: - btrfs replace start srcdev|srcdevid targetdev [-Bfr] mount_point - btrfs replace status mount_point [-1] - btrfs replace cancel mount_point Signed-off-by: Stefan Behren