How to convert LXC containers to LXD containers?


最后修订日期: 2022-10-05

Applicable Products:


Solution

Follow the steps below to convert the LXC containers to LXD containers.

Important
  • The LXD container converted from the LXC container does not support the duplicate function.
  • The static IP address will be reconfigured to DHCP IP address during the LXC to LXD conversion process.
  • Since the original LXC container was running in privileged mode, the LXD container converted from the LXC container will run in privileged mode as well.

Stop and Export LXC Containers

  1. Launch Container Station.
  2. Stop the LXC containers that are planned to convert.
  3. Navigate to Export page.
  4. Click + Export container. Select the LXC containers that are planned to convert and click Export.

    The LXC container that are planned to convert will be successfully exported for backup purposes.

Convert LXC Containers to LXD Containers

1. Access system via SSH connection with “admin” account.

2. Navigate to the Container Station installed location.

  • QTS[~]#cd /share/CACHEDEV*_DATA/.qpkg/container-station/
  • Hero[~]#cd /share/ZFS*_DATA/.qpkg/container-station/

Note: CACHEDEV*_DATA and ZFS*_DATA depend on where Container Station is installed.

3. Navigate to the tool location.

[~]#cd ./usr/bin/

4. Input conversion commands, refer to Conversion Commands at the end of document.
Specified LXC containers will be converted to LXD containers successfully.

Start and Check the Converted LXD Container

  1. Navigate to Container page.
  2. Start the converted LXD containers.
  3. Check the LXD container data integrity.

    The LXD container data will be the same as the source LXC container.

Conversion Commands

Usage
$ ./qmigration-tool_0.1.0_amd64 migrate lxd [OPTIONS]
Options
Name, shorthandDescription
--nameSpecify the LXC container name to be converted.
--deleteRemove the source LXC containers after conversion.
Examples

Convert a specified LXC container.

$ ./qmigration-tool migrate lxd --name ubuntu-bionic-1

Convert all LXC containers.

$ ./qmigration-tool migrate lxd

Convert and remove a specified LXC container.

$ ./qmigration-tool migrate lxd --name ubuntu-bionic-1 --delete

Convert and remove all LXC containers.

$ ./qmigration-tool migrate lxd --delete

这篇文章有帮助吗?

谢谢您,我们已经收到您的意见。

请告诉我们如何改进这篇文章:

如果您想提供其他意见,请于下方输入。

选择规格

      显示更多 隐藏更多
      open menu
      back to top