Primary storage limit issue

2015-02-18 Thread Sonali Jadhav
Hi, I have strange issue with resource limits set on sub-domain. I was doing some tests for checking resource limitation behavior on sub-domain, a/c and project. For account , I didn't set any limits. Instead I set limits on sub-domain. But this specific Primary storage limit(40GB) acted weird.

Primary storage limit issue

2015-02-18 Thread Sonali Jadhav
Forgot attachment, sending mail again. :) /Sonali From: Sonali Jadhav Sent: Wednesday, February 18, 2015 3:15 PM To: [email protected] Subject: Primary storage limit issue Hi, I have strange issue with resource limits set on sub-domain. I was doing some tests for checking resource lim

Re: Usage Records not Generating.

2015-02-18 Thread raja sekhar
Hi All, I have found this error in management server log file saying that usage server is not running,but usage server is still running. I am using two management servers, on Dec 27 2014 i have rebooted manually one of the management server,and the log is showing that date, from that date onwards

RE: Usage Records not Generating.

2015-02-18 Thread Kishan Kavala
Rajasekhar, I do not see any errors in the usage server logs posted earlier. As per mgmt server heartbeat check, usage server is not updating usage_job tables also. Did you try restarting usage server? -Original Message- From: raja sekhar [mailto:[email protected]] Sent: Wednesd

Re: Primary storage limit issue

2015-02-18 Thread Prashant Kumar Mishra
1-Capacity checkers is running ( can be found in global settings) ? 2- Check volumes table if there are some volume in which are not destroyed . Thanks prashant From: Sonali Jadhav mailto:[email protected]>> Reply-To: "[email protected]

Error while Adding xenserver in CS 4.2.1

2015-02-18 Thread Keerthiraja SJ
Error while Adding xenserver in CS 4.2 In my CS 4.2.1 I try to added another new xenserver 6.2 host in one of the cluster group where I could see the error pasted below in management.log I could able to mount the same volume manually in xenserver using same command. Kindly let me know if anyone

Re: Usage Records not Generating.

2015-02-18 Thread raja sekhar
Hi Kishan, I have restarted the usage server, but still i did not get the usage records and even i generated the usage record from cloudmonkey,usage_job host is showing NULL.The usage server is unable to get the host id in usage_job.previously i am getting usage records,this issue arises after the

Re: Usage Records not Generating.

2015-02-18 Thread Gopalakrishnan S
Hi RajaSekhar, You can review database connection settings in your management server db.properties file. also verify that usage.sanity.check.interval settings in your global conf. /etc/cloudstack/usage/db.properties /etc/cloudstack/management/db.properties Thank You. Gopalakrishnan.S Cloud E

Re: Usage Records not Generating.

2015-02-18 Thread raja sekhar
Hi Gopalakrishnan, I have check the db.properties file in both usage and management, both seems to be same and i have given usage.sanity.check.interval=1 in global conf. Regards, Rajasekhar. On Wed, Feb 18, 2015 at 6:03 PM, Gopalakrishnan S wrote: > Hi RajaSekhar, > > You can review database

RE: Primary storage limit issue

2015-02-18 Thread Sonali Jadhav
Hi, Yes capacity checker is running. mysql> select domain_id,name,recreatable,created,attached,updated,removed,state from volumes; +---+---+-+-+--+-+-+--+ | domain_id | name

RE: Primary storage limit issue

2015-02-18 Thread Somesh Naidu
Have you looked at the resource_count table? Can you try updating resource count (UI/API) to see if that fixes the issue. Regards, Somesh -Original Message- From: Sonali Jadhav [mailto:[email protected]] Sent: Wednesday, February 18, 2015 8:05 AM To: [email protected]

RE: Slow upload download on storage network

2015-02-18 Thread Somesh Naidu
You may want to focus on SSVM; either isolate or rule it out as a cause. You could do a wget from within the SSVM and see what throughput you get. Check if there is QoS set on the SSVM's storage interface. Check CPU/RAM, Rx/Tx and disk I/O. Regards, Somesh -Original Message- From: Son

Re: Job failed due to exception Unable to create a deployment for VM[User|i-2-192-VM] - ACS 4.4.1 XenServer 6.2

2015-02-18 Thread Motty Cruz
Hello ilya, I can't power VM on Xen directly because I don't see it, xe vm-list, I believe Cloudstack keep that in secondary storage. Does anybody know how to force power directly on xen? Thanks, Motty On 02/17/2015 11:43 PM, ilya musayev wrote: Motty I'm not a Xen person, but looking at the

RE: Job failed due to exception Unable to create a deployment for VM[User|i-2-192-VM] - ACS 4.4.1 XenServer 6.2

2015-02-18 Thread Somesh Naidu
Motty, Yeah, a VM won't exist on XS unless it is powered on. CCP will destroy the VM (domain) as soon as the VM is halted. Only the root disk VDI will remain. The mgmt. logs you shared point at " InsufficientServerCapacityException" though it is not clear what resource. A deeper look at the mgm

Error when changing Service offering

2015-02-18 Thread José Egas López
Hi all, when I want to change the service offering for one VM, the change is successful, but when I try to power on the VM and I get the error "Job failed due to exception Unable to create a deployment for VM[User|i-2-28-VM]", on the log is: 2015-02

Libvirt & RBD caching

2015-02-18 Thread Logan Barfield
Our current deployment is KVM with Ceph RBD primary storage. We have rbd_cache enabled, and use "cache=none" in Qemu by default. I've been running some tests to try to figure out why our write speeds with FreeBSD are significantly lower than Linux. I was testing both RBD and local SSD storage, w

Re: Job failed due to exception Unable to create a deployment for VM[User|i-2-192-VM] - ACS 4.4.1 XenServer 6.2

2015-02-18 Thread Adriano Paterlini
Motty, Did you use something like grep i-2-192-VM, to view and send the logs? If its is the case, I recommend using #grep -A 10 to include some lines after, I would expect some java exception after lines like: Unable to start i-2-192-VM due to Regards, Adriano On Wed, Feb 18, 2015 at 2:09 PM, S

Re: Error when changing Service offering

2015-02-18 Thread Adriano Paterlini
José, check your service offering, maximum cpu speed request for your host 1 is 1999, instead of rounded 2000. from your log: Host: 1 doesn't have cpu capability (cpu:32, speed:1999) to support requested CPU: 4 and requested speed: 2000 On Wed, Feb 18, 2015 at 4:45 PM, José Egas López wrote:

RE: Error when changing Service offering

2015-02-18 Thread José Egas López
Thank you Adriano, that's right! I skipped it. Regards, José -Mensaje original- De: Adriano Paterlini [mailto:[email protected]] Enviado el: miércoles, 18 de febrero de 2015 15:18 Para: [email protected] Asunto: Re: Error when changing Service offering José, check your servi

Re: Job failed due to exception Unable to create a deployment for VM[User|i-2-192-VM] - ACS 4.4.1 XenServer 6.2

2015-02-18 Thread Motty Cruz
Thanks Adriano, looks like Cloudstak is search for the disk in the wrong place. I made a mistake of moving the virtual disk to another LUN using XenCenter. I moved it back to its original place, however Cloudstack complained about it. Am still can't restart the VM. mysql> SELECT folder,path,

Re: Job failed due to exception Unable to create a deployment for VM[User|i-2-192-VM] - ACS 4.4.1 XenServer 6.2

2015-02-18 Thread Adriano Paterlini
Motty, Can you update logs. I am more used with NFS SRs than LUNs, are you able to "ls" files at mounted folder? I would check if fb60d71c-d161-4ac6-bff1-5508ec.vhd exists and using vhd-util confirm uuid. Em 18/02/2015 19:24, "Motty Cruz" escreveu: > Thanks Adriano, > > looks like Cloudstak is s

Re: Job failed due to exception Unable to create a deployment for VM[User|i-2-192-VM] - ACS 4.4.1 XenServer 6.2

2015-02-18 Thread Motty Cruz
Hello Adriano, I was not able to find the disk, however I found the UUID, took snapshot and exporting it to another cluster [root@xen1 ~]# xe vdi-snapshot uuid=302df040-4306-45a4-a54e-e1256a0c24a3 f76d7726-7366-47c8-b9c1-1006b5132838 [root@xen1 ~]# once I took the snapshot I plan to attach i

Re: Primary storage limit issue

2015-02-18 Thread Prashant Kumar Mishra
Since volumes are expunged , Only possibility is resource_count table , please update the primary storage count to zero (seems a bug to me). On 2/18/15, 8:08 PM, "Somesh Naidu" wrote: >Have you looked at the resource_count table? > >Can you try updating resource count (UI/API) to see if that fi

RE: Primary storage limit issue

2015-02-18 Thread Sonali Jadhav
Hi, Yes, in resource_count table, I found this , mysql> select * from resource_count where domain_id=3; +-++---+---+-+ | id | account_id | domain_id | type | count | +-++---+---+---

Re: Usage Records not Generating.

2015-02-18 Thread Rohit Yadav
Try to set the usage related timezone settings to something suitable such as IST etc, set the aggregation period to say hourly so you see something and restart the usage server and management server. Fire up get usage records API for mgmt server to create a usage job for you. Make sure both usage