GitHub user bhorvitz added a comment to the discussion: CloudStack-KVM integration for Veeam B&R
OK, so I think I've done everything to eliminate the network. Management, the worker VM, and Veeam server are all on the same shared network. From what I can see, it seems like the userdata isn't being passed to the VM at creation, leaving it unconfigured In the log on the management server, I can see the base64 encoded userdata passed at creation in: `"vmData":[["userdata","user_data","<base_64 _here>"]` If I decode that base64, it has all the proper config for the system, including IP and hostname and a command at the end that is "sudo shutdown -h now". Veeam is waiting for that shutdown, which never occurs. So, question I have is, what mechanism is it expecting to use to pass that data to the VM? I wonder if I'm just missing something critical in the MS config to allow it to happen. GitHub link: https://github.com/apache/cloudstack/discussions/12869#discussioncomment-16921314 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
