마이그레이션(복사)하려고 합니다.비비한 호스트에서 다른 호스트로 VM 사용VM-바이브마이그레이션 명령. zfs 원시 VM을 마이그레이션하면 마이그레이션이 작동합니다. 이 가상 머신의 복제본을 마이그레이션하려고 하면 마이그레이션이 실패합니다.
소스 호스트:
# freebsd-version -k -r ; uname -a
13.1-RELEASE-p6
13.1-RELEASE-p6
FreeBSD vhost03.hamilton.harte-lyne.ca 13.1-RELEASE-p6 FreeBSD 13.1-RELEASE-p6 GENERIC amd64
대상 호스트:
# freebsd-version -k -r ; uname -a
12.4-RELEASE-p3
12.4-RELEASE-p3
FreeBSD vhost01.hamilton.harte-lyne.ca 12.4-RELEASE-p3 FreeBSD 12.4-RELEASE-p3 GENERIC amd64
두 시스템 모두에서 vm-bhyve-1.5.0
[root@vhost03 ~ (master)]# vm migrate -r vhp3ktest vhp3k101 vhost01
Attempting to send vhp3k101 to vhost01
* remote dataset zroot/vm/vhp3ktest
* stage 1: taking snapshot 20230628123722-s1
* stage 1: sending zroot/vm/vhp3k101@20230628123722-s1
!!Warning!! - Any deliberate attempt to access this resource without
legitimate authorization is a criminal offence
(R.S.C. 1985, c. C-46 - Section 342.1).
* stage 1: snapshot sent
* stage 2: guest powered off
!!Warning!! - Any deliberate attempt to access this resource without
legitimate authorization is a criminal offence
(R.S.C. 1985, c. C-46 - Section 342.1).
* renaming configuration file to vhp3ktest.conf
* removing snapshots
* done
[root@vhost03 ~ (master)]# vm migrate -r vhp3ktest2 vhp3k101rl88 vhost01
Attempting to send vhp3k101rl88 to vhost01
* remote dataset zroot/vm/vhp3ktest
* source guest is powered on (#75112)
* stage 1: taking snapshot 20230628142653-s1
* stage 1: sending zroot/vm/vhp3k101rl88@20230628142653-s1
!!Warning!! - Any deliberate attempt to access this resource without
legitimate authorization is a criminal offence
(R.S.C. 1985, c. C-46 - Section 342.1).
cannot receive: local origin for clone zroot/vm/vhp3ktest@2023-06-03_02.00.00--6w does not exist
warning: cannot send 'zroot/vm/vhp3k101rl88/disk0@2023-06-03_02.00.00--6w': signal received
warning: cannot send 'zroot/vm/vhp3k101rl88/disk0@2023-06-04_01.00.00--3m': Broken pipe
warning: cannot send 'zroot/vm/vhp3k101rl88/disk0@2023-06-04_02.00.00--6w': Broken pipe
. . .
warning: cannot send 'zroot/vm/vhp3k101rl88/disk0@20230628142653-s1': Broken pipe
warning: cannot send 'zroot/vm/vhp3k101rl88/disk0@20230628143340-s1': Broken pipe
! error detected while sending snapshot
방지할 수 있는 몇 가지 제한사항이 있나요?VM-바이브복제된 VM을 성공적으로 마이그레이션했거나 다른 문제가 있습니까?