Re: [PATCH] Btrfs-progs: btrfs subvolume delete could delete subvolumes
From: David Sterba <hidden>
Date: 2012-09-21 15:20:57
From: David Sterba <hidden>
Date: 2012-09-21 15:20:57
On Fri, Sep 21, 2012 at 02:54:08PM +0800, Anand jain wrote:
From: Anand Jain <redacted> With this user will be able to provide more than one subvolume to delete. eg: btrfs subvolume delete <subvol1> <subvol2>
Yes, this is useful, thanks. I'm thinking if it's ok to stop on first error, ie. when the subvolume does not exist or is a directory. david