-
|
Hello,
Here are the steps to reproduce my issue:
ACS version: 4.22.0 The question is: Please explain the log, does it mean that the NFS storage (ACS primary) is beeing mounted on the vcenter server? If so, is it mandatory prerequisite for importing the instance from vmware? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Hi @luboss79 can you share the management server logs around the failure time or the strack strace of the error? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Hi @nvazquez, here is the full log with the stack trace. Please can you check it? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @luboss79 sorry for the delay. I do see a problem with a specific VM on the Vmware side while retrieving its nics. Can you examine the network configuration for the VM |
Beta Was this translation helpful? Give feedback.

We finally fixed this issue by settings the following ownership on the mnt directory on the KVM servers:
sudo chown cloud:cloud /var/cloudstack/mnt/; sudo chmod 755 /var/cloudstack/mntThe question is why this should be set manually, I would expect that the migration process takes care of this.
Now we have another issues using the export-import tool - discussed in the separate thread #12888