Replies: 2 comments 2 replies
-
Your scenario above does resize the disk. Same goes for memory and number of cpus. Also, other config options are applied at that point too, like skip-checks. The problem shows up in some cases when a setting is unset after Default config settings are config settings, only implicit. If the user is going through a process when config settings are applied (e.g. start after stop), the settings that are being applied should be taken with priority from flags, config file (and env vars?). If this is not the case, it's unexpected. Disk size config option is special in that it's directional, which makes the scenario above awkward if you go down in size - not possible. But the user is informed if the setting is explicit in the config file (of if a flag is passed). If, however, |
Beta Was this translation helpful? Give feedback.
-
Maybe we could remove all flags and write all default settings to config file (as if the user set them at the beginning of their interaction with CRC). So |
Beta Was this translation helpful? Give feedback.
-
When CRC is used to start a cluster with
Should this resize the disk?
Note: this is to refine the user story for #2243 and #2261
Beta Was this translation helpful? Give feedback.
All reactions