commit | c8a83e8500329d82f1282c4905be11a39078007f | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon May 13 10:43:43 2013 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri May 24 16:17:55 2013 +0200 |
tree | 7e8a06b36499edc748e62d2a14185f7c72b30b03 | |
parent | ba0c86a34e29b31ef360feda74c94200a5403fdd [diff] |
blockdev: Rename BlockdevAction -> TransactionAction There's no reason to restrict transactions to operations related to block devices, so rename the type now before schema introspection stops us from doing so. Also change the schema documentation of 'transaction' to not refer to block devices or snapshots any more. Signed-off-by: Kevin Wolf <kwolf@redhat.com>