bkrajendra commented on issue #6732: URL: https://github.com/apache/cloudstack/issues/6732#issuecomment-1245309534
@DaanHoogland There is a Router between two machines. Management server+NFS is on a different host inside VM. but in the same subnet. Export line of nfs share: ``` /store0/export/secondary *(rw,async,no_root_squash,no_subtree_check) /store0/export/primary *(rw,async,no_root_squash,no_subtree_check) ``` I used UI to download the template. I registered it through UI and it got downloaded after I create secondary storage. I can see the template folder created inside the secondary store export. Issue is SystemVMs are not getting started. It comes on UI, shows starting and then gets removed, and again new gets created. Getting error continuously on console ```InsufficientServerCapacityException```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
