Re: [PATCH V2][BTRFS-PROGS] Improve output of mkfs.btrfs command

2015-03-25 Thread Goffredo Baroncelli
On 2015-03-24 00:46, David Sterba wrote: FYI, I've added the following patches to 3.19 queue * btrfs-progs: return the fsid from make_btrfs() * btrfs-progs: add strdup in btrfs_add_to_fsid() to track the device path * btrfs-progs: add verbose option to btrfs_add_to_fsid() * btrfs-progs:

Re: [PATCH V2][BTRFS-PROGS] Improve output of mkfs.btrfs command

2015-03-23 Thread David Sterba
FYI, I've added the following patches to 3.19 queue * btrfs-progs: return the fsid from make_btrfs() * btrfs-progs: add strdup in btrfs_add_to_fsid() to track the device path * btrfs-progs: add verbose option to btrfs_add_to_fsid() * btrfs-progs: add -v and -q switches in the mkfs.btrfs man

[PATCH V2][BTRFS-PROGS] Improve output of mkfs.btrfs command

2014-12-17 Thread Goffredo Baroncelli
Hi All, enclosed a patches set to improve the output of mkfs.btrfs command. Currently I find the output of mkfs.btrfs command quite confusing: -- cut -- cut -- # mkfs.btrfs -f -M -d raid5 -m raid5 /dev/vd[b-k] Btrfs v3.17 See http://btrfs.wiki.kernel.org for more information. Turning ON

Re: [PATCH V2][BTRFS-PROGS] Improve output of mkfs.btrfs command

2014-12-17 Thread Martin Steigerwald
Am Mittwoch, 17. Dezember 2014, 21:14:04 schrieb Goffredo Baroncelli: # mkfs.btrfs -L btrfs-test -f -M -m raid5 -d raid5 /dev/vd[b-k] BTRFS filesystem summary: Label:btrfs-test UUID: 4409e381-f066-4e7b-af74-b6525fefa08b Node size:4096

Re: [PATCH V2][BTRFS-PROGS] Improve output of mkfs.btrfs command

2014-12-17 Thread Anand Jain
This is nice ! Can I suggest you to take care of 'btrfs fi show' output as well :-) it needs a similar revamp. Earlier I tried to add group profile into the show output but that broke xfstest cases depending on it. so just a note. Thanks, Anand On 18/12/2014 04:14, Goffredo Baroncelli