Functionality related to cleaning.
Continue cleaning after finishing an async clean step.
This function calculates which step has to run next and passes control into do_next_clean_step.
task – a TaskManager instance with an exclusive lock
Do cleaning, starting from the specified clean step.
task – a TaskManager instance with an exclusive lock
step_index – The first clean step in the list to execute. This is the index (from 0) into the list of clean steps in the node’s driver_internal_info[‘clean_steps’]. Is None if there are no steps to execute.
disable_ramdisk – Whether to skip booting ramdisk for cleaning.
Internal RPC method to perform cleaning of a node.
task – a TaskManager instance with an exclusive lock on its node
clean_steps – For a manual clean, the list of clean steps to
perform. Is None For automated cleaning (default).
For more information, see the clean_steps parameter
of ConductorManager.do_node_clean()
.
disable_ramdisk – Whether to skip booting ramdisk for cleaning.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.