OPTION(mds_scatter_nudge_interval, 0, OPT_FLOAT, 5), // how quickly dirstat changes propagate up the hierarchy
OPTION(mds_client_prealloc_inos, 0, OPT_INT, 1000),
OPTION(mds_early_reply, 0, OPT_BOOL, true),
+ OPTION(mds_short_reply_trace, 0, OPT_BOOL, true),
OPTION(mds_rdcap_ttl_ms, 0, OPT_INT, 60*1000),
OPTION(mds_log, 0, OPT_BOOL, true),
OPTION(mds_log_unsafe, 0, OPT_BOOL, false), // only wait for log sync, when it's mostly safe to do so
__u16 numi = 0, numdn = 0;
__s16 snapdirpos = -1;
- bool single_segment = true; // do a single segment: [inode, ] dentry, dir.
+ bool single_segment = g_conf.mds_short_reply_trace; // do a single segment: [inode, ] dentry, dir.
// choose lease duration
utime_t now = g_clock.now();