docker/volumes-backup-extension

Linux: Installation of extension fails with error

Opened this issue · 2 comments

Hi,

I'm unable to install the volumes-backup-extension. Error msg is:

[steve@cosmos volumes-backup-extension]$ docker extension install docker/volumes-backup-extension:latest Extensions can install binaries, invoke commands and access files on your machine. Are you sure you want to continue? [y/N] y Image not available locally, pulling docker/volumes-backup-extension:latest... Extracting metadata and files for the extension "docker/volumes-backup-extension:latest" Installing service in Desktop VM... Setting additional compose attributes Installing Desktop extension binary "docker-credentials-client" on host... Desktop extension binary "docker-credentials-client" installed Installing Desktop extension UI for tab "Volumes Backup & Share"... Extension UI tab "Volumes Backup & Share" added. rename /tmp/412012752-ext-install/docker_volumes-backup-extension /home/steve/.docker/desktop/extensions/docker_volumes-backup-extension: invalid cross-device link Removing extension docker/volumes-backup-extension:latest... Removing extension containers... Extension containers removed VM service socket forwarding stopped Extension UI tab Volumes Backup & Share removed Extension image docker/volumes-backup-extension:latest removed Extension "Volumes Backup & Share" removed installation could not be completed due to: rename /tmp/412012752-ext-install/docker_volumes-backup-extension /home/steve/.docker/desktop/extensions/docker_volumes-backup-extension: invalid cross-device link

I also tried to build from source but with the same error. Kernel boot arg overlay.metacopy=N or echo N | sudo tee /sys/module/overlay/parameters/metacopy
doesn't help :-(

Hi @yacylover, thanks for reporting this issue.

We're aware of it and we'll be releasing a fix in the next release of Docker Desktop (4.18).

Thank you very much