[PATCH 4/4] btrfs-progs: lblkid wouldn't find non mapper path input

2013-11-03 Thread Anand Jain
A new test case when disk is unmounted and if the non mapper disk path is given as the argument to the btrfs filesystem show we still need this to work but lblkid will pull only mapper disks, it won't match. So this will normalize the input to find btrfs by fsid and pass it to the search. v2: acc

Re: [PATCH 4/4] btrfs-progs: lblkid wouldn't find non mapper path input

2013-11-06 Thread Josef Bacik
On Mon, Nov 04, 2013 at 11:45:45AM +0800, Anand Jain wrote: > A new test case when disk is unmounted and if the non mapper > disk path is given as the argument to the btrfs filesystem show > we still need this to work but lblkid will pull only mapper disks, > it won't match. So this will normalize

Re: [PATCH 4/4] btrfs-progs: lblkid wouldn't find non mapper path input

2013-11-07 Thread Anand Jain
Done. On 11/07/13 04:20 AM, Josef Bacik wrote: On Mon, Nov 04, 2013 at 11:45:45AM +0800, Anand Jain wrote: A new test case when disk is unmounted and if the non mapper disk path is given as the argument to the btrfs filesystem show we still need this to work but lblkid will pull only mapper d