[BUG] Default settings are not treated as config settings #2315
Labels
kind/bug
Something isn't working
priority/minor
status/stale
Issue went stale; did not receive attention or no reply from the OP
General information
CRC version
CodeReady Containers version: 1.26.0+8f6f946f OpenShift version: 4.7.7 (not embedded in executable)
CRC config
Steps to reproduce
crc start --disk-size 40
crc stop
&&crc config unset disk-size
(if it was set)crc start
(should fall back on default 31G & complain that shrink not supported)Note: if the default value of 31G is explicitly set in config, CRC complains at start as it should. Only implicit default results in the above.
Expected
Specified disk size is less than current one, not allowed. (or something similar)
Actual
Starts without warnings/info/error but ignores the default setting and keeps previous 40G.
The text was updated successfully, but these errors were encountered: