govc: vm.migrate Template not working? #3589
Unanswered
dikobrazsd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to migrate Template from one Host to another Host within the same DC.
$ govc vm.migrate -dc DC -host 10.5.1.7 -ds "1.7-7TB-NVME-RAID1" "/DC/vm/[Templates] Debian 11.8"
[10-10-24 14:44:03] migrating VirtualMachine:vm-1674270... OK
$
$ govc vm.migrate -dc DC -ds "1.7-7TB-NVME-RAID1" "/DC/vm/[Templates] Debian 11.8"
[10-10-24 14:44:03] migrating VirtualMachine:vm-1674270... OK
$
It shows 'OK', but nothing actualy is moved:
$ govc vm.info "/DC/vm/[Templates] Debian 11.8" |grep Host
Host: 10.5.1.5 < ---- old Host.
$
Tried with GOVC 0.32.0, 0.43.0, 0.44.1
Beta Was this translation helpful? Give feedback.
All reactions