lttng-disable-rotation(1)
=========================
:revdate: 8 November 2018


NAME
----
lttng-disable-rotation - Unset a tracing session's rotation schedule


SYNOPSIS
--------
[verse]
*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION']
      (option:--timer | option:--size | option:--timer option:--size)


DESCRIPTION
-----------
The `lttng disable-rotation` command unsets a rotation schedule for the
current tracing session, or for the tracing session named 'SESSION' if
provided, previously set with the man:lttng-enable-rotation(1) command.


include::common-cmd-options-head.txt[]


Rotation schedule condition
~~~~~~~~~~~~~~~~~~~~~~~~~~~
option:--size::
    Unset the rotation schedule previously set with the nloption:--size
    option of the man:lttng-enable-rotation(1) command.

option:--timer::
    Unset the rotation schedule previously set with the nloption:--timer
    option of the man:lttng-enable-rotation(1) command.


Target
~~~~~~
option:-s 'SESSION', option:--session='SESSION'::
    Unset a rotation schedule in the tracing session named 'SESSION'
    instead of the current tracing session.


include::common-cmd-help-options.txt[]


include::common-cmd-footer.txt[]


SEE ALSO
--------
man:lttng-enable-rotation(1),
man:lttng(1)
