Hi, I am trying to move LXD containers to PROXMOX, but constantly facing errors.
The workaround is following:
On LXD host I created an image using "lxc publish" command then then exported using "lxc image export" command.
After that I uploaded the TARBALL-ed file to PROXMOX host and tried to create a CT using web interface but getting following error
As far as I can see the '/bin/sh/' is present, but it is a symlink to 'dash'
Can somebody guide me in on how to migrate LXD container to proxmox?
The workaround is following:
On LXD host I created an image using "lxc publish" command then then exported using "lxc image export" command.
After that I uploaded the TARBALL-ed file to PROXMOX host and tried to create a CT using web interface but getting following error
Code:
extracting archive '/var/lib/vz/template/cache/devmoodle.tar.gz'
Total bytes read: 14181140480 (14GiB, 124MiB/s)
Architecture detection failed: open '/bin/sh' failed: No such file or directory
Falling back to amd64.
Use `pct set VMID --arch ARCH` to change.
TASK ERROR: unable to create CT 105 - unable to detect OS distribution
Can somebody guide me in on how to migrate LXD container to proxmox?