Fun problem in :rancher-desktop:: ```Some recent l...
# rancher-desktop
q
Fun problem in rancher desktop:
Copy code
Some recent logfile lines:
    'convert',
    '/Users/jsoref/Library/Application Support/rancher-desktop/lima/0/diffdisk',
    '/Users/jsoref/Library/Application Support/rancher-desktop/lima/0/diffdisk.raw'
  ],
  stdout: '',
  stderr: 'qemu-img: error while writing at byte 26781679616: No space left on device\n',
  code: 1,
  [Symbol(child-process.command)]: '/Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/qemu-img|Desktop.app/Contents/Resources/resources/darwin/lima/bin/qemu-img> convert /Users/jsoref/Library/Application Support/rancher-desktop/lima/0/diffdisk /Users/jsoref/Library/Application Support/rancher-desktop/lima/0/diffdisk.raw'
f
I guess you need more disk space... I thought that the
raw
file would also be a sparse file, so shouldn't pre-allocate all the disk space, but maybe I'm wrong.
q
dunno, i mean, i'm obviously short on space