Removes all entries or entries specified according to state from the journal.
Important
Stop the Neutron service before clearing entries using the all, pending, failed, or processing parameters. Otherwise, the processing thread can repopulate the entries in the journal.$ efa-journal clear failed
The following example clears all entries. Note the warning to stop the Neutron service.
$ efa-journal clear all Warning!!! Clearing states pending/processing/all should be executed after shutting down neutron service. Otherwise the entries can be re-populated by the processing thread.
The following example clears all entries in Processing state.
$ efa-journal clear processing Warning!!! Clearing states pending/processing/all should be executed after shutting down neutron service. Otherwise the entries can be re-populated by the processing thread.
The following example clears all entries in Pending state.
$ efa-journal clear pending Warning!!! Clearing states pending/processing/all should be executed after shutting down neutron service. Otherwise the entries can be re-populated by the processing thread.