Hello,
We are new in Cloudstack, we want to deploy a medium cloud, and now we
testing cloudstack in LAB.

This is our scenario:
192.168.150.99 => storage server ( CENTOS65 +NFS )
192.168.150.100=> cloudstack-management ( CENTOS65 )
192.168.150.101=> KVM host ( CENTOS65 )

192.168.150.99:
[root@storage ~]# cat /etc/exports
/exports/  *(rw,async,no_root_squash,no_subtree_check)
/exports/primary/  *(rw,async,no_root_squash,no_subtree_check)
/exports/secondary/  *(rw,async,no_root_squash,no_subtree_check)


The problem is I can not use the secondary storage.
In the UI no show any error but is not possible to download ISOs and
TEMPLATES.
Is not possible to start the virtual machine( Secondary Storage VM
 && Console Proxy VM )

In terminal, i test to mount manually de secondary storage. It's posible:
---
mount -v -t nfs 192.168.150.99:/exports/secondary /mnt
mount.nfs: timeout set for Fri Aug 15 17:10:00 2014
mount.nfs: trying text-based options
'noac,actimeo=0,vers=4,addr=192.168.150.99,clientaddr=192.168.150.101'
192.168.150.99:/exports/secondary on /mnt type nfs (rw,noac,actimeo=0)
---

I research in log ( /var/log/cloudstack/management/management-server.log )
but i don't find anything important.


Any idea for this problem?

Thanks !!

Best regards,


---
Pere Casas Puig

Reply via email to