This message was deleted.
# harvester
a
This message was deleted.
b
Hmm, yeah I am not sure if there's a more high resolution status update. If you have SSH/console access to the node, you could remote in and look for the pod
kubectl get pods -A  | grep import
and copy and paste the vm-import-controller pod names into
kubectl logs -n NAMESPACE POD_NAME
, though I don't know how chatty it is.
👍 1
g
or a support bundle including the namespace where you are trying to migrate the VM would also work
k
Thanks for getting back @bored-painting-68221 and @great-bear-19718. Let me get those details for you.
The logs show that the source VM is not found. However, I can confirm that the VMs are present.
Copy code
# kubectl logs vm-import-controller-harvester-vm-import-controller-7f4bf5d6d7j -n harvester-system
time="2024-02-12T17:10:59Z" level=error msg="error syncing 'default/vm-export-test': handler virtualmachine-import-job-change: error in poweroff call: error finding vm in PowerOffVirtualMachine: vm '/Datacenter/vm/idevid-vm' not found, requeuing"
time="2024-02-12T17:11:46Z" level=error msg="error syncing 'default/vm-export-test2': handler virtualmachine-import-job-change: error in poweroff call: error finding vm in PowerOffVirtualMachine: vm '/Datacenter/vm/ubuntu-jammy-converted' not found, requeuing"
This is how we have configured the vCenter.
Copy code
apiVersion: migration.harvesterhci.io/v1beta1
kind: VmwareSource
metadata:
  name: vcsim
  namespace: default
spec:
  endpoint: "<https://172.26.50.132/sdk>"
  dc: "Datacenter"
  credentials:
    name: vsphere-credentials
    namespace: default
The screenshot also shows that the Datacenter is present and valid.
g
what is the version of vsphere/vmware?
i dont have an answer yet but i will need to try and replicate this
h
Both vSphere/vCenter are running version 8.x
g
any chance you could please create a GH issue in
harvester/harvester
with the screenshot and the message from logs
i will get it prioritised
h
Sure @great-bear-19718
👍 1