On Wed, Jan 21, 2015 at 10:06:34AM +0100, Vratislav Podzimek wrote:
# and the request, make the implicit partitions smaller in# attempt to make space for the requestfor implicit_req in implicit_devices:implicit_req.size = FALLBACK_DEFAULT_PART_SIZE
What happens if this new size is still not small enough? Does that need to be dealt with here or is it caught someplace else?