The following changes since commit 35448275f6577483f2a5f98db27f28bd3257ddb5: rbd: style fixups (2016-12-23 19:54:47 -0700) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 915ca9807717762e288ded3eba0fe5fc82a2ddcd: options: mark steadystate option parents (2016-12-29 09:07:57 -0700) ---------------------------------------------------------------- Jens Axboe (1): options: mark steadystate option parents options.c | 2 ++ 1 file changed, 2 insertions(+) --- Diff of recent changes: diff --git a/options.c b/options.c index b81db23..d8b4012 100644 --- a/options.c +++ b/options.c @@ -4321,6 +4321,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .name = "steadystate_duration", .lname = "Steady state duration", .alias = "ss_dur", + .parent = "steadystate", .type = FIO_OPT_STR_VAL_TIME, .off1 = offsetof(struct thread_options, ss_dur), .help = "Stop workload upon attaining steady state for specified duration", @@ -4334,6 +4335,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .name = "steadystate_ramp_time", .lname = "Steady state ramp time", .alias = "ss_ramp", + .parent = "steadystate", .type = FIO_OPT_STR_VAL_TIME, .off1 = offsetof(struct thread_options, ss_ramp_time), .help = "Delay before initiation of data collection for steady state job termination testing", -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html