Unable to move container to new storage

Hi,
I am running LXD (4.22/stable), on Ubuntu (20.04). I have created new storage (named lxd)

root@northpole:~# lxc storage list
+------+--------+-----------------------------------------+-------------+---------+
| NAME | DRIVER |                 SOURCE                  | DESCRIPTION | USED BY |
+------+--------+-----------------------------------------+-------------+---------+
| lxd  | zfs    | lxd                                     |             | 1       |
+------+--------+-----------------------------------------+-------------+---------+
| lxd2 | zfs    | /var/snap/lxd/common/lxd/disks/lxd2.img |             | 27      |
+------+--------+-----------------------------------------+-------------+---------+

and now when I want to move container from old storage (lxd2) to new storage (lxd) I just get an error

root@northpole:~# lxc move panda -s lxd
Error: Migration operation failure: Failed creating instance record: Invalid instance name: Name must not end with "-" character

As you can see by yourself, name doesn’t end with -, so I am not sure where is an issue.
One interesting thing is that if I create new container on old storage then move to new storage works. So this issue is directly connected with those older containers (I upgraded from some 3.* version recently).
In configuration/definition of the containers I don’t see any issues…

root@northpole:~# lxc config show panda -v
architecture: x86_64
config:
  image.architecture: amd64
  image.description: Ubuntu focal amd64 (20200505_07:42)
  image.os: Ubuntu
  image.release: focal
  image.serial: "20200505_07:42"
  volatile.base_image: a434c9f5b609b336bcc0d64f406c4e0b3ff039df00c74c6d7fbc4d78af44f50b
  volatile.br0.hwaddr: 00:16:3e:08:4c:e5
  volatile.br0.name: eth0
  volatile.idmap.base: "0"
  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":100000,"Nsid":0,"Maprange":65536},{"Isuid":false,"Isgid":true,"Hostid":100000,"Nsid":0,"Maprange":65536}]'
  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":100000,"Nsid":0,"Maprange":65536},{"Isuid":false,"Isgid":true,"Hostid":100000,"Nsid":0,"Maprange":65536}]'
  volatile.last_state.power: STOPPED
devices:
  br0:
    nictype: bridged
    parent: br0
    type: nic
ephemeral: false
profiles:
- default
stateful: false
description: ""

If I run --debug, nothing interesting is said…

Thank you!

The --debug output would actually be useful.

Can you also show lxc info panda and lxc config show --expanded panda?

Here you are! Thanks for the help!

root@northpole:~# lxc config show --expanded panda
architecture: x86_64
config:
  image.architecture: amd64
  image.description: Ubuntu focal amd64 (20200505_07:42)
  image.os: Ubuntu
  image.release: focal
  image.serial: "20200505_07:42"
  volatile.base_image: a434c9f5b609b336bcc0d64f406c4e0b3ff039df00c74c6d7fbc4d78af44f50b
  volatile.br0.hwaddr: 00:16:3e:08:4c:e5
  volatile.br0.name: eth0
  volatile.idmap.base: "0"
  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":100000,"Nsid":0,"Maprange":65536},{"Isuid":false,"Isgid":true,"Hostid":100000,"Nsid":0,"Maprange":65536}]'
  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":100000,"Nsid":0,"Maprange":65536},{"Isuid":false,"Isgid":true,"Hostid":100000,"Nsid":0,"Maprange":65536}]'
  volatile.last_state.power: STOPPED
devices:
  br0:
    nictype: bridged
    parent: br0
    type: nic
  root:
    path: /
    pool: lxd2
    type: disk
ephemeral: false
profiles:
- default
stateful: false
description: ""
root@northpole:~# lxc info panda
Name: panda
Status: STOPPED
Type: container
Architecture: x86_64
Created: 2020/05/05 17:54 CEST
Last Used: 2021/04/04 23:18 CEST
root@northpole:~# lxc move panda -s lxd --debug
DBUG[02-07|23:23:35] Connecting to a local LXD over a Unix socket
DBUG[02-07|23:23:35] Sending request to LXD                   method=GET url=http://unix.socket/1.0 etag=
DBUG[02-07|23:23:35] Got response struct from LXD
DBUG[02-07|23:23:35]
        {
                "config": {
                        "core.https_address": "[::]:8443",
                        "core.trust_password": true
                },
                "api_extensions": [
                        "storage_zfs_remove_snapshots",
                        "container_host_shutdown_timeout",
                        "container_stop_priority",
                        "container_syscall_filtering",
                        "auth_pki",
                        "container_last_used_at",
                        "etag",
                        "patch",
                        "usb_devices",
                        "https_allowed_credentials",
                        "image_compression_algorithm",
                        "directory_manipulation",
                        "container_cpu_time",
                        "storage_zfs_use_refquota",
                        "storage_lvm_mount_options",
                        "network",
                        "profile_usedby",
                        "container_push",
                        "container_exec_recording",
                        "certificate_update",
                        "container_exec_signal_handling",
                        "gpu_devices",
                        "container_image_properties",
                        "migration_progress",
                        "id_map",
                        "network_firewall_filtering",
                        "network_routes",
                        "storage",
                        "file_delete",
                        "file_append",
                        "network_dhcp_expiry",
                        "storage_lvm_vg_rename",
                        "storage_lvm_thinpool_rename",
                        "network_vlan",
                        "image_create_aliases",
                        "container_stateless_copy",
                        "container_only_migration",
                        "storage_zfs_clone_copy",
                        "unix_device_rename",
                        "storage_lvm_use_thinpool",
                        "storage_rsync_bwlimit",
                        "network_vxlan_interface",
                        "storage_btrfs_mount_options",
                        "entity_description",
                        "image_force_refresh",
                        "storage_lvm_lv_resizing",
                        "id_map_base",
                        "file_symlinks",
                        "container_push_target",
                        "network_vlan_physical",
                        "storage_images_delete",
                        "container_edit_metadata",
                        "container_snapshot_stateful_migration",
                        "storage_driver_ceph",
                        "storage_ceph_user_name",
                        "resource_limits",
                        "storage_volatile_initial_source",
                        "storage_ceph_force_osd_reuse",
                        "storage_block_filesystem_btrfs",
                        "resources",
                        "kernel_limits",
                        "storage_api_volume_rename",
                        "macaroon_authentication",
                        "network_sriov",
                        "console",
                        "restrict_devlxd",
                        "migration_pre_copy",
                        "infiniband",
                        "maas_network",
                        "devlxd_events",
                        "proxy",
                        "network_dhcp_gateway",
                        "file_get_symlink",
                        "network_leases",
                        "unix_device_hotplug",
                        "storage_api_local_volume_handling",
                        "operation_description",
                        "clustering",
                        "event_lifecycle",
                        "storage_api_remote_volume_handling",
                        "nvidia_runtime",
                        "container_mount_propagation",
                        "container_backup",
                        "devlxd_images",
                        "container_local_cross_pool_handling",
                        "proxy_unix",
                        "proxy_udp",
                        "clustering_join",
                        "proxy_tcp_udp_multi_port_handling",
                        "network_state",
                        "proxy_unix_dac_properties",
                        "container_protection_delete",
                        "unix_priv_drop",
                        "pprof_http",
                        "proxy_haproxy_protocol",
                        "network_hwaddr",
                        "proxy_nat",
                        "network_nat_order",
                        "container_full",
                        "candid_authentication",
                        "backup_compression",
                        "candid_config",
                        "nvidia_runtime_config",
                        "storage_api_volume_snapshots",
                        "storage_unmapped",
                        "projects",
                        "candid_config_key",
                        "network_vxlan_ttl",
                        "container_incremental_copy",
                        "usb_optional_vendorid",
                        "snapshot_scheduling",
                        "snapshot_schedule_aliases",
                        "container_copy_project",
                        "clustering_server_address",
                        "clustering_image_replication",
                        "container_protection_shift",
                        "snapshot_expiry",
                        "container_backup_override_pool",
                        "snapshot_expiry_creation",
                        "network_leases_location",
                        "resources_cpu_socket",
                        "resources_gpu",
                        "resources_numa",
                        "kernel_features",
                        "id_map_current",
                        "event_location",
                        "storage_api_remote_volume_snapshots",
                        "network_nat_address",
                        "container_nic_routes",
                        "rbac",
                        "cluster_internal_copy",
                        "seccomp_notify",
                        "lxc_features",
                        "container_nic_ipvlan",
                        "network_vlan_sriov",
                        "storage_cephfs",
                        "container_nic_ipfilter",
                        "resources_v2",
                        "container_exec_user_group_cwd",
                        "container_syscall_intercept",
                        "container_disk_shift",
                        "storage_shifted",
                        "resources_infiniband",
                        "daemon_storage",
                        "instances",
                        "image_types",
                        "resources_disk_sata",
                        "clustering_roles",
                        "images_expiry",
                        "resources_network_firmware",
                        "backup_compression_algorithm",
                        "ceph_data_pool_name",
                        "container_syscall_intercept_mount",
                        "compression_squashfs",
                        "container_raw_mount",
                        "container_nic_routed",
                        "container_syscall_intercept_mount_fuse",
                        "container_disk_ceph",
                        "virtual-machines",
                        "image_profiles",
                        "clustering_architecture",
                        "resources_disk_id",
                        "storage_lvm_stripes",
                        "vm_boot_priority",
                        "unix_hotplug_devices",
                        "api_filtering",
                        "instance_nic_network",
                        "clustering_sizing",
                        "firewall_driver",
                        "projects_limits",
                        "container_syscall_intercept_hugetlbfs",
                        "limits_hugepages",
                        "container_nic_routed_gateway",
                        "projects_restrictions",
                        "custom_volume_snapshot_expiry",
                        "volume_snapshot_scheduling",
                        "trust_ca_certificates",
                        "snapshot_disk_usage",
                        "clustering_edit_roles",
                        "container_nic_routed_host_address",
                        "container_nic_ipvlan_gateway",
                        "resources_usb_pci",
                        "resources_cpu_threads_numa",
                        "resources_cpu_core_die",
                        "api_os",
                        "container_nic_routed_host_table",
                        "container_nic_ipvlan_host_table",
                        "container_nic_ipvlan_mode",
                        "resources_system",
                        "images_push_relay",
                        "network_dns_search",
                        "container_nic_routed_limits",
                        "instance_nic_bridged_vlan",
                        "network_state_bond_bridge",
                        "usedby_consistency",
                        "custom_block_volumes",
                        "clustering_failure_domains",
                        "resources_gpu_mdev",
                        "console_vga_type",
                        "projects_limits_disk",
                        "network_type_macvlan",
                        "network_type_sriov",
                        "container_syscall_intercept_bpf_devices",
                        "network_type_ovn",
                        "projects_networks",
                        "projects_networks_restricted_uplinks",
                        "custom_volume_backup",
                        "backup_override_name",
                        "storage_rsync_compression",
                        "network_type_physical",
                        "network_ovn_external_subnets",
                        "network_ovn_nat",
                        "network_ovn_external_routes_remove",
                        "tpm_device_type",
                        "storage_zfs_clone_copy_rebase",
                        "gpu_mdev",
                        "resources_pci_iommu",
                        "resources_network_usb",
                        "resources_disk_address",
                        "network_physical_ovn_ingress_mode",
                        "network_ovn_dhcp",
                        "network_physical_routes_anycast",
                        "projects_limits_instances",
                        "network_state_vlan",
                        "instance_nic_bridged_port_isolation",
                        "instance_bulk_state_change",
                        "network_gvrp",
                        "instance_pool_move",
                        "gpu_sriov",
                        "pci_device_type",
                        "storage_volume_state",
                        "network_acl",
                        "migration_stateful",
                        "disk_state_quota",
                        "storage_ceph_features",
                        "projects_compression",
                        "projects_images_remote_cache_expiry",
                        "certificate_project",
                        "network_ovn_acl",
                        "projects_images_auto_update",
                        "projects_restricted_cluster_target",
                        "images_default_architecture",
                        "network_ovn_acl_defaults",
                        "gpu_mig",
                        "project_usage",
                        "network_bridge_acl",
                        "warnings",
                        "projects_restricted_backups_and_snapshots",
                        "clustering_join_token",
                        "clustering_description",
                        "server_trusted_proxy",
                        "clustering_update_cert",
                        "storage_api_project",
                        "server_instance_driver_operational",
                        "server_supported_storage_drivers",
                        "event_lifecycle_requestor_address",
                        "resources_gpu_usb",
                        "clustering_evacuation",
                        "network_ovn_nat_address",
                        "network_bgp",
                        "network_forward",
                        "custom_volume_refresh",
                        "network_counters_errors_dropped",
                        "metrics",
                        "image_source_project",
                        "clustering_config",
                        "network_peer",
                        "linux_sysctl",
                        "network_dns",
                        "ovn_nic_acceleration",
                        "certificate_self_renewal",
                        "instance_project_move",
                        "storage_volume_project_move",
                        "cloud_init",
                        "network_dns_nat",
                        "database_leader",
                        "instance_all_projects",
                        "clustering_groups",
                        "ceph_rbd_du",
                        "instance_get_full",
                        "qemu_metrics",
                        "gpu_mig_uuid",
                        "event_project",
                        "clustering_evacuation_live",
                        "instance_allow_inconsistent_copy"
                ],
                "api_status": "stable",
                "api_version": "1.0",
                "auth": "trusted",
                "public": false,
                "auth_methods": [
                        "tls"
                ],
                "environment": {
                        "addresses": [
                                "192.168.5.1:8443",
                                "10.107.252.112:8443",
                                "192.168.3.5:8443"
                        ],
                        "architectures": [
                                "x86_64",
                                "i686"
                        ],
                        "certificate": "-----BEGIN CERTIFICATE-----\nMIIFSjCCAzKgAwIBAgIRAPgM5GR17NDMbt8s2OS87eUwDQYJKoZIhvcNAQELBQAw\nNzEcMBoGA1UEChMTbGludXhjb250YWluZXJzLm9yZzEXMBUGA1UEAwwOcm9vdEBu\nb3J0aHBvbGUwHhcNMTcwMTI0MTAyMzM1WhcNMjcwMTIyMTAyMzM1WjA3MRwwGgYD\nVQQKExNsaW51eGNvbnRhaW5lcnMub3JnMRcwFQYDVQQDDA5yb290QG5vcnRocG9s\nZTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKxeXluvCQJG2vO4PtkY\nn/8xOmZV9xPjcL08RsYsANbNJa5WJsbgppnm3+yULtXcc90pSGAmtundFwX35scR\neXM1x/UvOMJo+A6xd5qx88GCaB0I5IBAd89LmvRIgLADoTr3E7j768QEZoGq5nV3\nQDZHp6CTUdUAX5skg9mHNYC6eA722p8gygoLXqS2h3xK+15sYnbRnr4wC7m6aQvD\nVHVywuMuEZBV9hKs1bjf62jflWw4E6FN6hjirYUk/I1vasTS03lRJZbU+cefx4/d\n9rSBy5I6JnP0ae0Ylx4MJEo/Z4K47fFTzvPXvJUx+TFlQuglMES1UYKZuaIdN3s2/M\nK2pntohmdxuTpzNyxSfzf4PS1LRT3lE0dmKWiC6cvecExisboDJHbtK6QWQg22nq\n2raRHk80o5gUyTpTdGV0Ua1QZU4bwJynhEqDzMmKOs/YfaXcDMF5Mz9Zr5hy8wR/\nEKRESK0tuRrKa2pRa0snCRdeKxzX9NccsbbnGBGhB+HgWT7M8/U8f+OVGr3Cf6yA\naiQ3LBxPNAHVhra3NKSuX9CZMj5QH19h+0A/JbJwZs9UuGRX9tctXzWeDB5mi4WC\nIwqpl0dt8TS7bB50adR3i66ZE7MJ3P1M8RRPaovvIodMS+qPAKAsSR1Yi5L0yJAO\nuC1ocFD6BnjrTktvvSQ=\n-----END CERTIFICATE-----\n",
                        "certificate_fingerprint": "04a3c4e942b06f33ab0214fb4ea74c966bb5bb2f0820e2f2d586a5dd51daa517",
                        "driver": "lxc | qemu",
                        "driver_version": "4.0.12 | 6.1.1",
                        "firewall": "xtables",
                        "kernel": "Linux",
                        "kernel_architecture": "x86_64",
                        "kernel_features": {
                                "netnsid_getifaddrs": "true",
                                "seccomp_listener": "true",
                                "seccomp_listener_continue": "true",
                                "shiftfs": "false",
                                "uevent_injection": "true",
                                "unpriv_fscaps": "true"
                        },
                        "kernel_version": "5.4.0-92-generic",
                        "lxc_features": {
                                "cgroup2": "true",
                                "core_scheduling": "true",
                                "devpts_fd": "true",
                                "idmapped_mounts_v2": "true",
                                "mount_injection_file": "true",
                                "network_gateway_device_route": "true",
                                "network_ipvlan": "true",
                                "network_l2proxy": "true",
                                "network_phys_macvlan_mtu": "true",
                                "network_veth_router": "true",
                                "pidfd": "true",
                                "seccomp_allow_deny_syntax": "true",
                                "seccomp_notify": "true",
                                "seccomp_proxy_send_notify_fd": "true"
                        },
                        "os_name": "Ubuntu",
                        "os_version": "20.04",
                        "project": "default",
                        "server": "lxd",
                        "server_clustered": false,
                        "server_name": "northpole",
                        "server_pid": 1706982,
                        "server_version": "4.22",
                        "storage": "zfs",
                        "storage_version": "0.8.3-1ubuntu12.13",
                        "storage_supported_drivers": [
                                {
                                        "Name": "btrfs",
                                        "Version": "5.4.1",
                                        "Remote": false
                                },
                                {
                                        "Name": "cephfs",
                                        "Version": "15.2.14",
                                        "Remote": true
                                },
                                {
                                        "Name": "dir",
                                        "Version": "1",
                                        "Remote": false
                                },
                                {
                                        "Name": "lvm",
                                        "Version": "2.03.07(2) (2019-11-30) / 1.02.167 (2019-11-30) / 4.41.0",
                                        "Remote": false
                                },
                                {
                                        "Name": "zfs",
                                        "Version": "0.8.3-1ubuntu12.13",
                                        "Remote": false
                                },
                                {
                                        "Name": "ceph",
                                        "Version": "15.2.14",
                                        "Remote": true
                                }
                        ]
                }
        }
DBUG[02-07|23:23:35] Connecting to a local LXD over a Unix socket
DBUG[02-07|23:23:35] Sending request to LXD                   method=GET url=http://unix.socket/1.0 etag=
DBUG[02-07|23:23:35] Got response struct from LXD
DBUG[02-07|23:23:35]
        {
                "config": {
                        "core.https_address": "[::]:8443",
                        "core.trust_password": true
                },
                "api_extensions": [
                        "storage_zfs_remove_snapshots",
                        "container_host_shutdown_timeout",
                        "container_stop_priority",
                        "container_syscall_filtering",
                        "auth_pki",
                        "container_last_used_at",
                        "etag",
                        "patch",
                        "usb_devices",
                        "https_allowed_credentials",
                        "image_compression_algorithm",
                        "directory_manipulation",
                        "container_cpu_time",
                        "storage_zfs_use_refquota",
                        "storage_lvm_mount_options",
                        "network",
                        "profile_usedby",
                        "container_push",
                        "container_exec_recording",
                        "certificate_update",
                        "container_exec_signal_handling",
                        "gpu_devices",
                        "container_image_properties",
                        "migration_progress",
                        "id_map",
                        "network_firewall_filtering",
                        "network_routes",
                        "storage",
                        "file_delete",
                        "file_append",
                        "network_dhcp_expiry",
                        "storage_lvm_vg_rename",
                        "storage_lvm_thinpool_rename",
                        "network_vlan",
                        "image_create_aliases",
                        "container_stateless_copy",
                        "container_only_migration",
                        "storage_zfs_clone_copy",
                        "unix_device_rename",
                        "storage_lvm_use_thinpool",
                        "storage_rsync_bwlimit",
                        "network_vxlan_interface",
                        "storage_btrfs_mount_options",
                        "entity_description",
                        "image_force_refresh",
                        "storage_lvm_lv_resizing",
                        "id_map_base",
                        "file_symlinks",
                        "container_push_target",
                        "network_vlan_physical",
                        "storage_images_delete",
                        "container_edit_metadata",
                        "container_snapshot_stateful_migration",
                        "storage_driver_ceph",
                        "storage_ceph_user_name",
                        "resource_limits",
                        "storage_volatile_initial_source",
                        "storage_ceph_force_osd_reuse",
                        "storage_block_filesystem_btrfs",
                        "resources",
                        "kernel_limits",
                        "storage_api_volume_rename",
                        "macaroon_authentication",
                        "network_sriov",
                        "console",
                        "restrict_devlxd",
                        "migration_pre_copy",
                        "infiniband",
                        "maas_network",
                        "devlxd_events",
                        "proxy",
                        "network_dhcp_gateway",
                        "file_get_symlink",
                        "network_leases",
                        "unix_device_hotplug",
                        "storage_api_local_volume_handling",
                        "operation_description",
                        "clustering",
                        "event_lifecycle",
                        "storage_api_remote_volume_handling",
                        "nvidia_runtime",
                        "container_mount_propagation",
                        "container_backup",
                        "devlxd_images",
                        "container_local_cross_pool_handling",
                        "proxy_unix",
                        "proxy_udp",
                        "clustering_join",
                        "proxy_tcp_udp_multi_port_handling",
                        "network_state",
                        "proxy_unix_dac_properties",
                        "container_protection_delete",
                        "unix_priv_drop",
                        "pprof_http",
                        "proxy_haproxy_protocol",
                        "network_hwaddr",
                        "proxy_nat",
                        "network_nat_order",
                        "container_full",
                        "candid_authentication",
                        "backup_compression",
                        "candid_config",
                        "nvidia_runtime_config",
                        "storage_api_volume_snapshots",
                        "storage_unmapped",
                        "projects",
                        "candid_config_key",
                        "network_vxlan_ttl",
                        "container_incremental_copy",
                        "usb_optional_vendorid",
                        "snapshot_scheduling",
                        "snapshot_schedule_aliases",
                        "container_copy_project",
                        "clustering_server_address",
                        "clustering_image_replication",
                        "container_protection_shift",
                        "snapshot_expiry",
                        "container_backup_override_pool",
                        "snapshot_expiry_creation",
                        "network_leases_location",
                        "resources_cpu_socket",
                        "resources_gpu",
                        "resources_numa",
                        "kernel_features",
                        "id_map_current",
                        "event_location",
                        "storage_api_remote_volume_snapshots",
                        "network_nat_address",
                        "container_nic_routes",
                        "rbac",
                        "cluster_internal_copy",
                        "seccomp_notify",
                        "lxc_features",
                        "container_nic_ipvlan",
                        "network_vlan_sriov",
                        "storage_cephfs",
                        "container_nic_ipfilter",
                        "resources_v2",
                        "container_exec_user_group_cwd",
                        "container_syscall_intercept",
                        "container_disk_shift",
                        "storage_shifted",
                        "resources_infiniband",
                        "daemon_storage",
                        "instances",
                        "image_types",
                        "resources_disk_sata",
                        "clustering_roles",
                        "images_expiry",
                        "resources_network_firmware",
                        "backup_compression_algorithm",
                        "ceph_data_pool_name",
                        "container_syscall_intercept_mount",
                        "compression_squashfs",
                        "container_raw_mount",
                        "container_nic_routed",
                        "container_syscall_intercept_mount_fuse",
                        "container_disk_ceph",
                        "virtual-machines",
                        "image_profiles",
                        "clustering_architecture",
                        "resources_disk_id",
                        "storage_lvm_stripes",
                        "vm_boot_priority",
                        "unix_hotplug_devices",
                        "api_filtering",
                        "instance_nic_network",
                        "clustering_sizing",
                        "firewall_driver",
                        "projects_limits",
                        "container_syscall_intercept_hugetlbfs",
                        "limits_hugepages",
                        "container_nic_routed_gateway",
                        "projects_restrictions",
                        "custom_volume_snapshot_expiry",
                        "volume_snapshot_scheduling",
                        "trust_ca_certificates",
                        "snapshot_disk_usage",
                        "clustering_edit_roles",
                        "container_nic_routed_host_address",
                        "container_nic_ipvlan_gateway",
                        "resources_usb_pci",
                        "resources_cpu_threads_numa",
                        "resources_cpu_core_die",
                        "api_os",
                        "container_nic_routed_host_table",
                        "container_nic_ipvlan_host_table",
                        "container_nic_ipvlan_mode",
                        "resources_system",
                        "images_push_relay",
                        "network_dns_search",
                        "container_nic_routed_limits",
                        "instance_nic_bridged_vlan",
                        "network_state_bond_bridge",
                        "usedby_consistency",
                        "custom_block_volumes",
                        "clustering_failure_domains",
                        "resources_gpu_mdev",
                        "console_vga_type",
                        "projects_limits_disk",
                        "network_type_macvlan",
                        "network_type_sriov",
                        "container_syscall_intercept_bpf_devices",
                        "network_type_ovn",
                        "projects_networks",
                        "projects_networks_restricted_uplinks",
                        "custom_volume_backup",
                        "backup_override_name",
                        "storage_rsync_compression",
                        "network_type_physical",
                        "network_ovn_external_subnets",
                        "network_ovn_nat",
                        "network_ovn_external_routes_remove",
                        "tpm_device_type",
                        "storage_zfs_clone_copy_rebase",
                        "gpu_mdev",
                        "resources_pci_iommu",
                        "resources_network_usb",
                        "resources_disk_address",
                        "network_physical_ovn_ingress_mode",
                        "network_ovn_dhcp",
                        "network_physical_routes_anycast",
                        "projects_limits_instances",
                        "network_state_vlan",
                        "instance_nic_bridged_port_isolation",
                        "instance_bulk_state_change",
                        "network_gvrp",
                        "instance_pool_move",
                        "gpu_sriov",
                        "pci_device_type",
                        "storage_volume_state",
                        "network_acl",
                        "migration_stateful",
                        "disk_state_quota",
                        "storage_ceph_features",
                        "projects_compression",
                        "projects_images_remote_cache_expiry",
                        "certificate_project",
                        "network_ovn_acl",
                        "projects_images_auto_update",
                        "projects_restricted_cluster_target",
                        "images_default_architecture",
                        "network_ovn_acl_defaults",
                        "gpu_mig",
                        "project_usage",
                        "network_bridge_acl",
                        "warnings",
                        "projects_restricted_backups_and_snapshots",
                        "clustering_join_token",
                        "clustering_description",
                        "server_trusted_proxy",
                        "clustering_update_cert",
                        "storage_api_project",
                        "server_instance_driver_operational",
                        "server_supported_storage_drivers",
                        "event_lifecycle_requestor_address",
                        "resources_gpu_usb",
                        "clustering_evacuation",
                        "network_ovn_nat_address",
                        "network_bgp",
                        "network_forward",
                        "custom_volume_refresh",
                        "network_counters_errors_dropped",
                        "metrics",
                        "image_source_project",
                        "clustering_config",
                        "network_peer",
                        "linux_sysctl",
                        "network_dns",
                        "ovn_nic_acceleration",
                        "certificate_self_renewal",
                        "instance_project_move",
                        "storage_volume_project_move",
                        "cloud_init",
                        "network_dns_nat",
                        "database_leader",
                        "instance_all_projects",
                        "clustering_groups",
                        "ceph_rbd_du",
                        "instance_get_full",
                        "qemu_metrics",
                        "gpu_mig_uuid",
                        "event_project",
                        "clustering_evacuation_live",
                        "instance_allow_inconsistent_copy"
                ],
                "api_status": "stable",
                "api_version": "1.0",
                "auth": "trusted",
                "public": false,
                "auth_methods": [
                        "tls"
                ],
                "environment": {
                        "addresses": [
                                "192.168.5.1:8443",
                                "10.107.252.112:8443",
                                "192.168.3.5:8443"
                        ],
                        "architectures": [
                                "x86_64",
                                "i686"
                        ],
                        "certificate": "-----BEGIN CERTIFICATE-----\nMIIFSjCCAzKgAwIBAgIRAPgM5GR17NDMbt8s2OS87eUwDQYJKoZIhvcNAQELBQAw\nNzEcMBoGA1UEChMTbGludXhjb250YWluZXJzLm9yZzEXMBUGA1UEAwwOcm9vdEBu\nb3J0aHBvbGUwHhcNMTcwMTI0MTAyMzM1WhcNMjcwMTIyMTAyMzM1WjA3MRwwGgYD\nVQQKExNsaW51eGNvbnRhaW5lcnMub3JnMRcwFQYDVQQDDA5yb290QG5vcnRocG9s\nZTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKxeXluvCQJG2vO4PtkY\nn/8xOmZV9xPjcL08RsYsANbNJa5WJsbgppnm3+yULtXcc90pSGAmtundFwX35scR\neXM1x/UvOMJo+A6xd5qx88GCaB0I5IBAd89LmvRIgLADoTr3E7j768QEZoGq5nV3\nQDZHp6CTUdUAX5skg9mHNYC6eA722p8gygoLXqS2h3xK+15sYnbRnr4wC7m6aQvD\nVHVywuMuEZBV9hKs1bjf62jflWw4E6FN6hjirYUk/I1vasTS03lRJZbU+cefx4/d\n9rSBy5I6JnP0ae0Ylx4MJEo/Z4K47fFTzvPXvJUx+TFlQuglMES1UYKZuaIdN3s2\nmlXFqrXJs5E43yes+iEQcF1CEiqiUA+YaaVj7PcwMGcdKVBTGJbPCuC5Z/7uH/fx\niEmRaVeb3MtCZWTwUwWkQYDtnqCXBxqcKCW6DsrjVWndsXBf9jUmIwdt8aXY5R75\n9qmvqTfUR0e54hYzK8TN/e6GZLbNk3u13Y93GNRBvIOxrK74CXpHbXGCkinfcQ4a\np1E2h4NGUVs/t643daQo19sCSG8FHR/IfMX0RFStP6KS0r6CKni/M\nK2pntohmdxuTpzNyxSfzf4PS1LRT3lE0dmKWiC6cvecExisboDJHbtK6QWQg22nq\n2raRHk80o5gUyTpTdGV0Ua1QZU4bwJynhEqDzMmKOs/YfaXcDMF5Mz9Zr5hy8wR/\nEKRESK0tuRrKa2pRa0snCRdeKxzX9NccsbbnGBGhB+HgWT7M8/U8f+OVGr3Cf6yA\naiQ3LBxPNAHVhra3NKSuX9CZMj5QH19h+0A/JbJwZs9UuGRX9tctXzWeDB5mi4WC\nIwqpl0dt8TS7bB50adR3i66ZE7MJ3P1M8RRPaovvIodMS+qPAKAsSR1Yi5L0yJAO\nuC1ocFD6BnjrTktvvSQ=\n-----END CERTIFICATE-----\n",
                        "certificate_fingerprint": "04a3c4e942b06f33ab0214fb4ea74c966bb5bb2f0820e2f2d586a5dd51daa517",
                        "driver": "qemu | lxc",
                        "driver_version": "6.1.1 | 4.0.12",
                        "firewall": "xtables",
                        "kernel": "Linux",
                        "kernel_architecture": "x86_64",
                        "kernel_features": {
                                "netnsid_getifaddrs": "true",
                                "seccomp_listener": "true",
                                "seccomp_listener_continue": "true",
                                "shiftfs": "false",
                                "uevent_injection": "true",
                                "unpriv_fscaps": "true"
                        },
                        "kernel_version": "5.4.0-92-generic",
                        "lxc_features": {
                                "cgroup2": "true",
                                "core_scheduling": "true",
                                "devpts_fd": "true",
                                "idmapped_mounts_v2": "true",
                                "mount_injection_file": "true",
                                "network_gateway_device_route": "true",
                                "network_ipvlan": "true",
                                "network_l2proxy": "true",
                                "network_phys_macvlan_mtu": "true",
                                "network_veth_router": "true",
                                "pidfd": "true",
                                "seccomp_allow_deny_syntax": "true",
                                "seccomp_notify": "true",
                                "seccomp_proxy_send_notify_fd": "true"
                        },
                        "os_name": "Ubuntu",
                        "os_version": "20.04",
                        "project": "default",
                        "server": "lxd",
                        "server_clustered": false,
                        "server_name": "northpole",
                        "server_pid": 1706982,
                        "server_version": "4.22",
                        "storage": "zfs",
                        "storage_version": "0.8.3-1ubuntu12.13",
                        "storage_supported_drivers": [
                                {
                                        "Name": "btrfs",
                                        "Version": "5.4.1",
                                        "Remote": false
                                },
                                {
                                        "Name": "cephfs",
                                        "Version": "15.2.14",
                                        "Remote": true
                                },
                                {
                                        "Name": "dir",
                                        "Version": "1",
                                        "Remote": false
                                },
                                {
                                        "Name": "lvm",
                                        "Version": "2.03.07(2) (2019-11-30) / 1.02.167 (2019-11-30) / 4.41.0",
                                        "Remote": false
                                },
                                {
                                        "Name": "zfs",
                                        "Version": "0.8.3-1ubuntu12.13",
                                        "Remote": false
                                },
                                {
                                        "Name": "ceph",
                                        "Version": "15.2.14",
                                        "Remote": true
                                }
                        ]
                }
        }
DBUG[02-07|23:23:35] Connected to the websocket: ws://unix.socket/1.0/events
DBUG[02-07|23:23:35] Sending request to LXD                   method=POST url=http://unix.socket/1.0/instances/panda etag=
DBUG[02-07|23:23:35]
        {
                "name": "panda",
                "migration": true,
                "live": true,
                "instance_only": false,
                "container_only": false,
                "target": null,
                "pool": "lxd",
                "project": ""
        }
DBUG[02-07|23:23:35] Got operation from LXD
DBUG[02-07|23:23:35]
        {
                "id": "6e1f2667-5dd5-4d02-bb2e-069b9f680929",
                "class": "task",
                "description": "Migrating instance",
                "created_at": "2022-02-07T23:23:35.155687643+01:00",
                "updated_at": "2022-02-07T23:23:35.155687643+01:00",
                "status": "Failure",
                "status_code": 400,
                "resources": {
                        "instances": [
                                "/1.0/instances/panda"
                        ]
                },
                "metadata": null,
                "may_cancel": false,
                "err": "Failed creating instance record: Invalid instance name: Name must not end with \"-\" character",
                "location": "none"
        }
Error: Migration operation failure: Failed creating instance record: Invalid instance name: Name must not end with "-" character

Can you show lxd sql global "SELECT * FROM instances" and lxd sql global "SELECT * FROM instances_snapshots"?

This will likely be because when doing lxc move between storage pools the actual operation done behind the scenes is a copy (to a temporary name), a delete of the source, and then the target is renamed to the original source name.

The temporary name is in the form lxd-move-of-<instance_uuid>

E.g. here’s what I see when I do an lxc move c1 -s zfs locally:

Creating container                       instanceType=container instance=lxd-move-of-014bbfeb-22c5-45b8-83b9-9ca14b52c2e2 project=default ephemeral=false

But your container doesn’t have a volatile.uuid key, so the temporary name would be lxd-move-of- which is invalid.

If you do lxc config set c1 volatile.uuid=<uuid> where the UUID is a random UUID (e.g generated from uuidgen --random, then this should allow the move.

Just starting the source container should get LXD to notice there’s no UUID and generate one. Then you can transfer it.

E.g.

lxc config get c1 volatile.uuid

lxc start c1
lxc config get c1 volatile.uuid
6f59532b-8f9f-4f49-85be-c656a2a90f9e