X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-rotate.1.txt;h=85b95fc3af1173c4086bf47c9dadcabaa344b5b5;hp=5c12473962acb205404f9ebd6eb41622d78d0534;hb=b7b423343b46c1669491b428efc1df375bc90421;hpb=31099add7a58b2a671f9324aa023a4dc5ae000f1 diff --git a/doc/man/lttng-rotate.1.txt b/doc/man/lttng-rotate.1.txt index 5c1247396..85b95fc3a 100644 --- a/doc/man/lttng-rotate.1.txt +++ b/doc/man/lttng-rotate.1.txt @@ -69,9 +69,9 @@ this command. Trace chunk archive naming ~~~~~~~~~~~~~~~~~~~~~~~~~~ A trace chunk archive is a subdirectory of a tracing session's output -directory (see the nloption:--output option in man:lttng-create(1)) -which contains, through tracing domain and possibly UID/PID -subdirectories, metadata and data stream files. +directory (see the nloption:--output option in man:lttng-create(1) and +man:lttng-relayd(8)) which contains, through tracing domain and possibly +UID/PID subdirectories, metadata and data stream files. A trace chunk archive is, at the same time: @@ -137,18 +137,6 @@ The `lttng rotate` command only works when: * No immediate rotation (`lttng rotate`) is currently happening. -* No rotation schedule is currently set (see - man:lttng-enable-rotation(1)). -+ -One way around this is to: -+ --- -. Unset any rotation schedule with man:lttng-disable-rotation(1). -. Perform the immediate rotation with `lttng rotation`. -. **If needed**, set the rotation schedule again - with man:lttng-enable-rotation(1). --- - include::common-cmd-footer.txt[]