John Snow 2da4617a54 blockjobs: add prepare callback
Some jobs upon finalization may need to perform some work that can
still fail. If these jobs are part of a transaction, it's important
that these callbacks fail the entire transaction.

We allow for a new callback in addition to commit/abort/clean that
allows us the opportunity to have fairly late-breaking failures
in the transactional process.

The expected flow is:

- All jobs in a transaction converge to the PENDING state,
  added in a forthcoming commit.
- Upon being finalized, either automatically or explicitly
  by the user, jobs prepare to complete.
- If any job fails preparation, all jobs call .abort.
- Otherwise, they succeed and call .commit.

Signed-off-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2018-03-19 12:01:24 +01:00
..
2018-03-19 12:01:24 +01:00
2018-03-07 08:30:28 +13:00
2018-03-02 13:45:50 -06:00
2018-03-05 14:27:24 +00:00
2018-03-09 15:17:47 +01:00
2018-03-13 11:17:29 -06:00
2018-03-07 08:30:28 +13:00
2017-02-28 20:47:50 +01:00