crm_simulate can inject fake operation results into a simulation with --op-inject and --op-fail. Currently, these fake results have no effect on shutdown locks. However they should have the same effect as a real result. lib/pacemaker/pcmk_injections.c:pcmk__inject_resource_history() will need to set or clear shutdown-lock based on information provided by pcmk__inject_scheduler_input().
Description
Description