Root admin system capacity after upgrade to 4.3

2015-01-12 Thread Yuri Kogun
Hi,  We have upgraded Cloudstack on the test system from 4.2.1 to 4.3.1 , After the upgrade,  on the root dashboard in the system capacity I can see only  charts for  Zone CPU, memory and secondary storage.  Before the upgrade we used to have charts on primary storage, Public and shared IP's. 

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.1 (round #3)

2015-01-12 Thread Daan Hoogland
+1 (binding) code changes reviewed deploy/stop/list/destroy tests with and without -b option readline works:) On Mon, Jan 12, 2015 at 6:30 AM, Rohit Yadav wrote: > +1 > > - checked signature on a different computer > - tested against few deployment scripts > - tested new command line args (-p, -

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.1 (round #3)

2015-01-12 Thread Daan Hoogland
On Mon, Jan 12, 2015 at 11:52 AM, Daan Hoogland wrote: > +1 (binding) > > code changes reviewed > deploy/stop/list/destroy tests with and without -b option should have been with and without the -n option! -b never used yet > readline works:) > > On Mon, Jan 12, 2015 at 6:30 AM, Rohit Yadav > wr

SSVM agent state is Disconnected

2015-01-12 Thread Abdul Rasool
Hi, After rebooting my management & hypervisor server my SSVM agent state is showing disconnected. could you please help me to fix this issue. [image: Inline images 3] ACS .4.4.1 Management server with NFS (Ubuntu 12.04 64bit) Hypervisor = KVM(Ubuntu 12.04 64bit) OS = Ubuntu Thanks AR

Re: SSVM agent state is Disconnected

2015-01-12 Thread Gopalakrishnan S
Hi Abdul, Did you check the management server logs when you try to reconnect your agent? Check the agant status in your hypervisor machine. Please make sure you haven't any issue with the firewall. Thank You. Gopalakrishnan.S - Original Message - From: Abdul Rasool To: users@c

Re: SSVM agent state is Disconnected

2015-01-12 Thread Abdul Rasool
Hi Gopal, Thanks for your reply. When I restarted management process I get this below logs. also I have checked my hypersivor cloudstack-agent process is running. This same setup was working till the maintenance after all the management & hypervisor are rebooted I am facing this issue. *Manag

Re: Cannot create instance due to java.lang.RuntimeException

2015-01-12 Thread Niki Sfika
Somesh Naidu writes: > > Here's the error: > --- > 2014-12-23 15:43:32,545 DEBUG [o.a.c.e.o.NetworkOrchestrator] > (Work-Job-Executor-82:ctx-32b20d5c job-214/job-215 ctx-d35f12fd) Asking > ExternalGuestNetworkGuru to implement Ntwk[b39d161a-5fd7-4bbc-aed2-092ff486a173|Guest|8] > 2014-12-23 15

Re: problem using own shared network offering

2015-01-12 Thread Stephan Seitz
Jayapal, thank's for your quick response. Yes, I've tried to add the NetworkOffering via cloudmonkey / API but I sadly failed at the syntax for the serviceproviderlist (I'm not too deep into python)... That are my two trials (without success since syntactical issues) a) With DHCP directing to a B

Re: Cannot create instance due to java.lang.RuntimeException

2015-01-12 Thread Niki Sfika
I found it and the results from mySQL are above: mysql> select * from networks; +--+ | id | name | uuid | display_text | traffic_type | broadcast_domain_type | broadcast_uri | gateway | cidr | mode | network_offering_i

Re: Cannot create instance due to java.lang.RuntimeException

2015-01-12 Thread Niki Sfika
mysql> select * from networks; +-+---+ | id | name | uuid | display_text | traffic_type | broadcast_domain_type | broadcast_uri | gateway | cidr | mode | network_offering_id | physical_network_id | data_center_id | guru_name

VMware dvSwitch issues on 4.4.2.

2015-01-12 Thread Steve Searles
Is anyone running 4.4.2 with a vmware dvSwitch for guest and public traffic successfully. I have enabled vmware.use.dvswitch=true in the global config but still am getting the java.lang.NumberFormatException when trying to provision an instance. I have opened a new JIRA issue for this as it se

VM's not in host report...turning themselves off.

2015-01-12 Thread Dave Dunaway
Anyone come across this log message: -VM is now missing from host report but we detected that it might be migrated to other host by vCenter In our case we had a host recently go into maintenance mode with asyncjobs left running for VM's on that host. We set the asyncjobs to 'Done' and the machine

Re: VMware dvSwitch issues on 4.4.2.

2015-01-12 Thread Daan Hoogland
sounds like a regression, The contents of the fix was made on branch 4.5 and 4.3. 17676d6bb96a473facddba69be0809884db70d66 There is a vote on 4.4.3 out but it doesn't contain this and that is a blocker I think. On Mon, Jan 12, 2015 at 4:45 PM, Steve Searles wrote: > Is anyone running 4.4.2 wit

RE: How to reduce the size of the cloud_usage database

2015-01-12 Thread David Williams
Hi Rohit, Our cloud_usage database dumps are getting large and take quite a while. The cloud_usage database is around 25 GB with more than 86 million rows. I don't know if there are currently performance issues affecting the application. Having a global configuration option which causes the ap

Add services to active & in-use Network Offering

2015-01-12 Thread Lee Webb
Hi List! I'm wondering whether it's possible to add services to a Network Offering after it has been created & in use? I've a very basic offering with no services on a shared network sitting on a physical VLAN which I'd now like to add services to (such as DNS & DHCP). Is it possible to add th

Re: Add services to active & in-use Network Offering

2015-01-12 Thread Ahmad Emneina
One solution that comes to mind is: import the vm volume as a template in cloudstack. Then deploy the vm to the desired network. At deploytime you could specify the desired ip address for the vm. On Mon, Jan 12, 2015 at 8:21 PM, Lee Webb wrote: > Hi List! > > I'm wondering whether it's possible

Re: Add services to active & in-use Network Offering

2015-01-12 Thread Lee Webb
I was trying to avoid having to manipulate the VM's themselves (other than perhaps stop & start) or something that was a little less destructive than delete the network & recreate it. I've had a go at updating the Network using a new NetworkOfferingId, but Cloudmonkey reports that it's not some

RE: VM's not in host report...turning themselves off.

2015-01-12 Thread Sanjeev Neelarapu
Hi Dave, If the CS does not find the vm in the power report(vm states) it gets from the hypervisor then we see those messages in the log. -Sanjeev -Original Message- From: Dave Dunaway [mailto:[email protected]] Sent: Monday, January 12, 2015 11:30 PM To: [email protected]

RE: problem using own shared network offering

2015-01-12 Thread Sanjeev Neelarapu
I think CS has never supported DHCP offering from external provider. Please correct me if I am wrong. -Sanjeev -Original Message- From: Stephan Seitz [mailto:[email protected]] Sent: Monday, January 12, 2015 7:51 PM To: [email protected] Subject: Re: problem u

Re: Add services to active & in-use Network Offering

2015-01-12 Thread Ahmad Emneina
ah, I didnt realize your network was created. so import volume, deploy to network (specifying current ip address to preserve it). On Mon, Jan 12, 2015 at 8:49 PM, Lee Webb wrote: > I was trying to avoid having to manipulate the VM's themselves (other than > perhaps stop & start) or something tha

[CloudStack 4.4] About UI Images

2015-01-12 Thread Star Guo
Dear All, I find some images in ui/images about CloudStack UI. Could I get the PSD (Photoshop) format or XCF (GIMP) format? I want to change the UI color for different Regions, then easy for acknowledge . Thanks a lot :) Best Regards, Star Guo

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-12 Thread Rohit Yadav
(+ users) Hi everyone, David has started the voting process for 4.5.0 candidate, please help test this candidate. In case you’re unable to build from source, you may use following repository built from SHA 8db3cbd4ff62b17a8b496026b68cf60ee0c76740: DEB: http://packages.bhaisaab.org/cloudstack/t

Re: How to reduce the size of the cloud_usage database

2015-01-12 Thread Rohit Yadav
Hi David, Thanks for sharing, I think it would be useful to have CloudStack do the cleaning up in a safer way. I’ve added a ticket on JIRA and I think I can implement this small feature: https://issues.apache.org/jira/browse/CLOUDSTACK-8151 > On 06-Jan-2015, at 5:01 pm, David Williams > wrote