On Fri, 2007-12-07 at 15:00 -0500, Theodore Tso wrote:
> 
> Thanks for calling my attention to this;

NP.  It was an itch for us.

> So I just pulled down the the rpc.mountd sources, and I see the problem.

Great.

> So the bug fix is very simple, actually; this should fix things.
> 
>                                               - Ted
> 
> Index: nfs-utils-1.1.1~git-20070709/utils/mountd/cache.c
> ===================================================================
> --- nfs-utils-1.1.1~git-20070709.orig/utils/mountd/cache.c
> +++ nfs-utils-1.1.1~git-20070709/utils/mountd/cache.c
> @@ -175,8 +175,6 @@ int get_uuid(char *path, char *uuid, int
>               if (cache == NULL)
>                       blkid_get_cache(&cache, NULL);
>  
> -             blkid_probe_all_new(cache);
> -
>               if (stat(path, &stb) != 0)
>                       return 0;
>               devname = blkid_devno_to_devname(stb.st_dev);
> 

Just wanted to confirm that after giving this a whirl for a few days
that this does seem to have relieved our issue.

Thanx for the quick turnaround Ted.

b.





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to