commit | 4a960ece17c94989d4082f5d3d8c32b34eded57c | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Dec 07 12:42:19 2018 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Feb 01 13:46:44 2019 +0100 |
tree | d321272536986bdb3a04dbb3c2a8a29b510038b7 | |
parent | 1c4e7b640ba250edf0f7469ec8588a1df6dc95e5 [diff] |
vmdk: Reject excess extents in blockdev-create Clarify that the number of extents provided in BlockdevCreateOptionsVmdk must match the number of extents that will actually be used. Providing more extents will result in an error now. This requires adapting the test case to provide the right number of extents. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>