Re: [RFC] btrfs: a new tool to manage a btrfs filesystem

2010-02-20 Thread Goffredo Baroncelli
Hi Mike, Thanks, I implemented all your suggestion except the one related to the resize command. These patches doesn't address problems related to btrfs itself, and now the interface of the btrfs function is based on the filesystem and not on the device. But I agree with you that today if a b

Re: [RFC] btrfs: a new tool to manage a btrfs filesystem

2010-02-19 Thread Mike Fedyk
On Fri, Feb 19, 2010 at 12:12 PM, Goffredo Baroncelli wrote: > Hi all, > > on the basis of the suggestion received, I update my btrfs tool. > > The main changes are: > - removed the short form of the command (like '-C') > - deployed the "multi level" command (i.e.: btrfs snapshot create) > - split

[RFC] btrfs: a new tool to manage a btrfs filesystem

2010-02-19 Thread Goffredo Baroncelli
Hi all, on the basis of the suggestion received, I update my btrfs tool. The main changes are: - removed the short form of the command (like '-C') - deployed the "multi level" command (i.e.: btrfs snapshot create) - split the source in three files. This because the new parses are quite big (abou