Skip to content

Resizing the disk results in an error popup. #9212

@jandubois

Description

@jandubois

While not officially supported, you can increase the disk size of the virtual machine (while Rancher Desktop is stopped):

/Applications/Rancher\ Desktop.app/Contents/Resources/resources/darwin/lima/bin/qemu-img resize \
  -f raw "$HOME/Library/Application Support/rancher-desktop/lima/0/diffdisk" 500G
Image resized.

But when you start Rancher Desktop afterwards it displays an error dialog about shrinking it back (which is not supported):

Image

You can prevent the dialog by adding the updated disk size to the override.yaml file:

echo "disk: 500GB" >"$HOME/Library/Application Support/rancher-desktop/lima/_config/override.yaml"

But we should just update the disk size in lima.yaml to match the current size instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions