Refactor: fencer: Set scheduler input, flags, and status explicitly
pcmk__schedule_actions() has a use-after-free bug if its cib argument is
the same as the current scheduler->input (or if it's an ancestor or
descendant). This is the first step toward dropping that argument.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>