Re: Deleting subvolumes - there be dragons

2014-01-29 Thread Chris Murphy
On Jan 29, 2014, at 4:41 AM, KC wrote: > I just read this article here: https://lwn.net/Articles/579009/ which states: > > - > btrfs subvolume delete path > > For ordinary subvolumes (as opposed to snapshots, described below), the > subvolume indicated by path

Re: Deleting subvolumes - there be dragons

2014-01-29 Thread Hugo Mills
On Wed, Jan 29, 2014 at 12:41:57PM +0100, KC wrote: > I just read this article here: https://lwn.net/Articles/579009/ > which states: > > - > btrfs subvolume delete path > > For ordinary subvolumes (as opposed to snapshots, described below), > the subvolume indica

Deleting subvolumes - there be dragons

2014-01-29 Thread KC
I just read this article here: https://lwn.net/Articles/579009/ which states: - btrfs subvolume delete path For ordinary subvolumes (as opposed to snapshots, described below), the subvolume indicated by path must be empty before it can be deleted. ---