Open
Description
Using 1.23.1 on Linux and Windows:
- Start with
--disk-size 40
(disk size stays default 31G) - Stop
- Start with
--disk-size 35
- Fails on Linux with
Could not update CRC VM configuration: current disk image capacity is bigger than the requested size (42949672960 > 37580963840)
even though real disk size is 31G so it wouldn't be shrinking. - Passes on Windows (of course, disk size stays 31G), even though 35 < 40 and shrink shouldn't be possible.
- Fails on Linux with
See linked test results in the description of #2115 where this happens.
Activity