X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-rotate.1.txt;h=5c12473962acb205404f9ebd6eb41622d78d0534;hp=f290cae312a721f67180cada18bd96a89efa5380;hb=31099add7a58b2a671f9324aa023a4dc5ae000f1;hpb=2ca43cb136c284426ca9f59201dce7e8fd081275 diff --git a/doc/man/lttng-rotate.1.txt b/doc/man/lttng-rotate.1.txt index f290cae31..5c1247396 100644 --- a/doc/man/lttng-rotate.1.txt +++ b/doc/man/lttng-rotate.1.txt @@ -33,7 +33,7 @@ The _current trace chunk_ of a given tracing session includes: event amongst: ** The first time the tracing session was started with man:lttng-start(1). -** The last rotation, either a manual one with `lttng rotate`, or an +** The last rotation, either an immediate one with `lttng rotate`, or an automatic one from a rotation schedule previously set with man:lttng-enable-rotation(1). * The content of all the non-flushed sub-buffers of the tracing @@ -135,17 +135,16 @@ The `lttng rotate` command only works when: limit (see the nloption:--tracefile-size and nloption:--tracefile-count options in man:lttng-enable-channel(1)). -* No manual rotation (`lttng rotate`) is currently happening. +* No immediate rotation (`lttng rotate`) is currently happening. -* No automatic rotation schedule is currently set (see +* No rotation schedule is currently set (see man:lttng-enable-rotation(1)). + One way around this is to: + -- -. Unset any automatic rotation schedule with - man:lttng-disable-rotation(1). -. Perform the manual rotation with `lttng rotation`. +. 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). --