throttle: refuse iops-size without iops-total/read/write
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 2 Jun 2016 00:40:31 +0000 (17:40 -0700)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 7 Jun 2016 13:40:51 +0000 (14:40 +0100)
commit8860eabdee32f78d9a34273a340b8f74476bc9a0
treea16f9e8cd15be4e1f337c7bcbcfd874db06f1e8e
parentc8a9fd80719e63615dac12e3625223fb54aa8430
throttle: refuse iops-size without iops-total/read/write

In a similar vein to commit ee2bdc33c913b7d765baa5aa338c29fb30a05c9a
("throttle: refuse bps_max/iops_max without bps/iops") it is likely that
the user made a configuration error if iops-size has been set but no
iops limit has been set.

Print an error message so the user can check their throttling
configuration.  They should either remove iops-size if they don't want
any throttling or specify one of iops-total, iops-read, or iops-write.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 1464828031-25601-1-git-send-email-stefanha@redhat.com
tests/test-throttle.c
util/throttle.c