Error: Failed instance creation: No suitable cluster member could be found

Hi,
I have encountered a strange error recently when I migrate one container to another lxd cluster, the mentioned error appears. Can anyone assist me?
Regards.
Here are my commands.

indiana@mars:~$ lxc move test pine:
Error: Failed instance creation: No suitable cluster member could be found
indiana@mars:~$ lxc remote ls
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
|      NAME       |                        URL                        |   PROTOCOL    |  AUTH TYPE  | PUBLIC | STATIC | GLOBAL |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| images          | https://images.linuxcontainers.org                | simplestreams | none        | YES    | NO     | NO     |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| kvmserver       | https://192.168.1.25:8443                         | lxd           | tls         | NO     | NO     | NO     |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| local (current) | unix://                                           | lxd           | file access | NO     | YES    | NO     |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| pine            | https://192.168.1.20:8443                         | lxd           | tls         | NO     | NO     | NO     |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| ubuntu          | https://cloud-images.ubuntu.com/releases          | simplestreams | none        | YES    | YES    | NO     |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| ubuntu-daily    | https://cloud-images.ubuntu.com/daily             | simplestreams | none        | YES    | YES    | NO     |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| ubuntu-minimal  | https://cloud-images.ubuntu.com/minimal/releases/ | simplestreams | none        | YES    | NO     | NO     |
+-----------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+

Sorry, I have found the error, two of the lxd server architecture are different because of that it replies that error. May be the error message can be changed more suitable message.
Regards.