You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My incus cluster with ceph and cephfs storages unable to move stopped VM between cluster nodes. Cluster uses ceph and cephfs storages.
The command incus move <instance_name> <instance_name> --project <project_name> --target <target_node> always fail with message: Error: Migration operation failure: Instance move to destination failed on source: Failed migration on source: Error reading migration control target: websocket: close 1006 (abnormal closure): unexpected EOF
Pre-history:
I needed evacuate the node for maintenance and rebuilding host OS. Evacuation operation failed with the same error. Containers were moved to other nodes, except the VM. I tried to move it using incus move command with the same result. Finally I removed the node from cluster and then I was able to move the VM instance to other node.
Now I'm trying to return this VM to the rebuilt cluster node without success.
Cluster information:
7x RPI4B nodes
incus 6.9
microceph cluster used as a storage backend for incus cluster.
Jan 27 13:52:51 picl-02 incusd[130630]: panic: runtime error: invalid memory address or nil pointer dereference
Jan 27 13:52:51 picl-02 incusd[130630]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x4cb964]
Jan 27 13:52:51 picl-02 incusd[130630]: goroutine 460893 [running]:
Jan 27 13:52:51 picl-02 incusd[130630]: io.copyBuffer({0x21206a0, 0x4000c84ad0}, {0x0, 0x0}, {0x0, 0x0, 0x0})
Jan 27 13:52:51 picl-02 incusd[130630]: /usr/local/go/src/io/io.go:429 +0x174
Jan 27 13:52:51 picl-02 incusd[130630]: io.Copy(...)
Jan 27 13:52:51 picl-02 incusd[130630]: /usr/local/go/src/io/io.go:388
Jan 27 13:52:51 picl-02 incusd[130630]: os.genericReadFrom(0x400006e500?, {0x0, 0x0})
Jan 27 13:52:51 picl-02 incusd[130630]: /usr/local/go/src/os/file.go:185 +0x58
Jan 27 13:52:51 picl-02 incusd[130630]: os.(*File).ReadFrom(0x400006e500, {0x0, 0x0})
Jan 27 13:52:51 picl-02 incusd[130630]: /usr/local/go/src/os/file.go:161 +0xa0
Jan 27 13:52:51 picl-02 incusd[130630]: io.copyBuffer({0x211f5e0, 0x400006e500}, {0x0, 0x0}, {0x0, 0x0, 0x0})
Jan 27 13:52:51 picl-02 incusd[130630]: /usr/local/go/src/io/io.go:415 +0x14c
Jan 27 13:52:51 picl-02 incusd[130630]: io.Copy(...)
Jan 27 13:52:51 picl-02 incusd[130630]: /usr/local/go/src/io/io.go:388
Jan 27 13:52:51 picl-02 incusd[130630]: github.com/lxc/incus/v6/internal/rsync.Recv.func2()
Jan 27 13:52:51 picl-02 incusd[130630]: /build/incus/internal/rsync/rsync.go:375 +0xa0
Jan 27 13:52:51 picl-02 incusd[130630]: created by github.com/lxc/incus/v6/internal/rsync.Recv in goroutine 460817
Jan 27 13:52:51 picl-02 incusd[130630]: /build/incus/internal/rsync/rsync.go:374 +0x520
Jan 27 13:52:51 picl-02 systemd[1]: incus.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ An ExecStart= process belonging to unit incus.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 2.
Jan 27 13:52:51 picl-02 systemd[1]: incus.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit incus.service has entered the 'failed' state with result 'exit-code'.
Jan 27 13:52:51 picl-02 systemd[1]: incus.service: Unit process 179838 (rsync) remains running after unit stopped.
The text was updated successfully, but these errors were encountered:
My
incus
cluster withceph
andcephfs
storages unable to move stopped VM between cluster nodes. Cluster usesceph
andcephfs
storages.The command
incus move <instance_name> <instance_name> --project <project_name> --target <target_node>
always fail with message:Error: Migration operation failure: Instance move to destination failed on source: Failed migration on source: Error reading migration control target: websocket: close 1006 (abnormal closure): unexpected EOF
Pre-history:
I needed evacuate the node for maintenance and rebuilding host OS. Evacuation operation failed with the same error. Containers were moved to other nodes, except the VM. I tried to move it using
incus move
command with the same result. Finally I removed the node from cluster and then I was able to move the VMinstance
to other node.Now I'm trying to return this VM to the rebuilt cluster node without success.
Cluster information:
RPI4B
nodesincus 6.9
microceph
cluster used as a storage backend forincus
cluster.Here is
incus monitor --pretty
command output:incusd
crashed on destination node:The text was updated successfully, but these errors were encountered: