Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vSphere import sticks at "sourceReady" #60

Open
Kev-Johnson opened this issue Jan 2, 2025 · 1 comment
Open

vSphere import sticks at "sourceReady" #60

Kev-Johnson opened this issue Jan 2, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Kev-Johnson
Copy link

Kev-Johnson commented Jan 2, 2025

First time user, so this may well be User Error/an opportunity to expand the docs. I'll be as clear as I can.

  • Newly deployed Harvester 1.4.0 cluster
  • Enabled the VM import addon
  • defined the sources and the secret (kubectl get vmwaresource.migration shows status "clusterReady"
  • drop in the VM import yaml (kubectl get virtualmachineimport.migration shows status "sourceReady"
  • nothing more seems to happen (I left the lab for a couple of days, no volumes are created), and at this point I'm unsure how to troubleshoot.

Things I'm not 100% clear on: is my source network possibly incorrectly formatted? The example in the docs is "dvswitch 1", which implies that there's only one dvswitch to migrate from, but in my lab there are multiple dvswitches. Likewise, on the Harvester side, my network is called "vlan10", and it's in the default namespace.

The lab is working in general, with newly created VMs running just fine, but I'm aiming to migrate from the vSphere lab, and I feel like I'm just missing something obvious.

Migration yaml, in case I've misunderstood the docs

kind: VirtualMachineImport
metadata:
  name: ubuntu
  namespace: default
spec: 
  virtualMachineName: "ubuntu"
  networkMapping:
  - sourceNetwork: "DSwitch/dvs_10"
    destinationNetwork: "default/vlan10"
  sourceCluster: 
    name: vcsa.v-it.lab
    namespace: default
    kind: VmwareSource
    apiVersion: migration.harvesterhci.io/v1beta1```
    
@ihcsim
Copy link

ihcsim commented Jan 7, 2025

@Kev-Johnson any relevant logs in the vm-import-controller pod?

@votdev votdev moved this from New to Pending User Response in Community Issue Review Jan 21, 2025
@votdev votdev added the bug Something isn't working label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Pending User Response
Development

No branches or pull requests

3 participants