It appears that the commit 440a048887c99e17e2a582e8fb242d5c0a042a79
has reversed two mdcache config parameters and as a result the default
value of dir.avl_chunk became 1 from 128. Is this intentional? Ideally
the "Dir_Chunk" should map to dir.avl_chunk and "Detached_Mult" should
map to dir.avl_detached_mult, isn't it?

        CONF_ITEM_UI32("Dir_Chunk", 0, UINT32_MAX, 128,
                       mdcache_parameter, dir.avl_detached_mult),
        CONF_ITEM_UI32("Detached_Mult", 1, UINT32_MAX, 1,
                       mdcache_parameter, dir.avl_chunk),

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to