Re: Storage migration has left volumes on secondary storage

2013-06-08 Thread Nguyen Anh Tu
Hey, same same idea. Anyone can figure out all of the use cases that generate unused data (included corrupt data)? The cleanup worker now seemly doesn't cover every situation. 2013/6/7 Nitin Mehta > I guess not. I guess there might be an enhancement for this, but if not > please feel free to ra

Re: CloudStack 4.1.0 Install, but -bash: cloud-setup-databases: command not found

2013-06-08 Thread wq meng
Hello Ahmad, Here it is, Hope I have do correct. https://issues.apache.org/jira/browse/CLOUDSTACK-2906 Thank you. On Sat, Jun 8, 2013 at 6:22 AM, Ahmad Emneina wrote: > can you file a bug for a doc fix? we should be filing any doc issues as > soon as one runs across them: > > https://issues

Unable to login into UI

2013-06-08 Thread Nehal J. Wani
I successfully installed cloudstack 4.0.2 on CentOS 6.4. When I opened localhost:8080/client and entered admin:password, I got the error: Invalid username/password. The file /var/log/cloud/management/access_log.2013-06-08.txt says: 10.1.39.195 - - [08/Jun/2013:20:34:52 +0530] "POST /client/api HT

Re: Unable to login into UI

2013-06-08 Thread Er Krishna
Plz search on net . It may be a problem re On 8 Jun 2013 20:43, "Nehal J. Wani" wrote: > I successfully installed cloudstack 4.0.2 on CentOS 6.4. > > When I opened localhost:8080/client and entered admin:password, I got the > error: Invalid username/password. > > The file /var/log/cloud/managemen

Re: Unable to login into UI

2013-06-08 Thread Er Krishna
On 8 Jun 2013 20:45, "Er Krishna" wrote: > > Plz search on net . It may be a problem reated with database connectivity. On line entry in some configuration file. > > On 8 Jun 2013 20:43, "Nehal J. Wani" wrote: >> >> I successfully installed cloudstack 4.0.2 on CentOS 6.4. >> >> When I opened loca

Re: allow outbound access by default on virtual routers

2013-06-08 Thread wq meng
Hello Jayapal, Seems the problem exist in CS4.1.0 too. And I have tried the same NAT rule, not work. iptables -t nat -A POSTROUTING -s 10.1.1.0/24 -o eth2 -j SNAT --to xxx.105.191.147 Should use OpenvSwich? Is the OpenvSwitch is recommend? Thanks On Sun, Jun 2, 2013 at 5:01 AM, wq meng wr