reboot ****** .. _cluster.reboot.blocking_pre: :kw:`blocking_pre` ================== ================= ================================================================ **scopable** False **required** False **default** None **scope order** specific > generic **convert** shlex ================= ================================================================ A command to execute before reboot. Abort the reboot on error. .. _cluster.reboot.once: :kw:`once` ========== ================= ================================================================ **scopable** False **required** False **default** True **scope order** specific > generic **convert** boolean ================= ================================================================ If once is set to ``false``, do not remove the reboot flag before rebooting, so that the node is ready to reboot again in the next allowed timerange. This setup is needed to enforce a periodic reboot, with a patching script hooked as a pre trigger for example. If not set, or set to ``true``, the reboot flag is removed before reboot, and a :cmd:`om node schedule reboot` is needed to rearm. .. _cluster.reboot.pre: :kw:`pre` ========= ================= ================================================================ **scopable** False **required** False **default** None **scope order** specific > generic **convert** shlex ================= ================================================================ A command to execute before reboot. Errors are ignored. .. _cluster.reboot.schedule: :kw:`schedule` ============== ================= ================================================================ **scopable** False **required** False **default** None **scope order** specific > generic ================= ================================================================ Schedule parameter for the :c-action:`auto reboot node` action. See usr/share/doc/schedule for the schedule syntax.