|
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 |
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? |
|
Hi, |
|
Hi @nvazquez, here is the full log with the stack trace. Please can you check it? |
|
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 |

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