Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-19 | block: Don't return throttling info in query-named-block-nodes | Kevin Wolf | |
query-named-block-nodes should not return information that is related to the attached BlockBackend rather than the node itself, so throttling information needs to be removed from it. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> | |||
2015-10-16 | throttle: test that snapshots move the throttling configuration | Alberto Garcia | |
If a snapshot is performed on a device that has I/O limits they should be moved to the target image (the new active layer). Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> |