diff --git a/doc/source/discussion/components.rst b/doc/source/discussion/components.rst index 9eb2475ce5..fd8a3b6b67 100644 --- a/doc/source/discussion/components.rst +++ b/doc/source/discussion/components.rst @@ -364,17 +364,18 @@ the repositories which contain it are merged. However, Zuul must be explicitly notified of changes to the tenant config file, since it is not read from a git repository. Zuul supports two kinds of reconfigurations. -The full reconfiguration refetches and reloads the configuration of all -tenants. To do so, run `zuul-scheduler full-reconfigure`. For example this -can be used to fix eventual configuration inconsistencies after connection -problems to Gerrit/Github. The signal based method by sending -a `SIGHUP` signal to the scheduler PID is deprecated. +The full reconfiguration refetches and reloads the configuration of +all tenants. To do so, run ``zuul-scheduler full-reconfigure``. For +example this can be used to fix eventual configuration inconsistencies +after connection problems to Gerrit/Github. The signal based method by +sending a `SIGHUP` signal to the scheduler PID is deprecated. The smart reconfiguration reloads only the tenants that changed their configuration in the tenant config file. To do so, run -`zuul-scheduler smart-reconfigure`. In multi tenant systems this can be much -faster than the full reconfiguration so it is recommended to use the smart -reconfiguration after changing the tenant configuration file. +``zuul-scheduler smart-reconfigure``. In multi tenant systems this can +be much faster than the full reconfiguration so it is recommended to +use the smart reconfiguration after changing the tenant configuration +file. Merger ------