DB Exception while adding Host on Cloud stack 4.6 fresh installation (Ubuntu 15.04)

2016-02-01 Thread Keyur Bhalerao
Hi , I have installed Cloud stack version 4.6 to be more precise -

RE: overprovisioning of local storage

2016-02-01 Thread Somesh Naidu
As per 4.6 docs, storage overprovisioning is only supported with NFS when using XenServer, refer http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.6/choosing_deployment_architecture.html. I have not come across a feature request for implementing this feature for local

Re: overprovisioning of local storage

2016-02-01 Thread ilya
Its a bug that was fixed in latest 4.5 On 2/1/16 2:22 AM, S. Brüseke - proIO GmbH wrote: > Hi, > > we are using CS 4.4.0 and it looks like we are unable to overprovisioning > local storage. We configured storage.overprovisioning.factor with 4 and using > ext local storage on XenServer pools.

RE: overprovisioning of local storage

2016-02-01 Thread Somesh Naidu
Interesting though that there is a defect (https://issues.apache.org/jira/browse/CLOUDSTACK-8313), that seems to address this, that's fixed in 4.6 as per the Jira ticket and comments suggest that the changes were merged in master and 4.5 (9836ccdcf3b339718676847c1cfaee80cbffc1ca/

RE: DB Exception while adding Host on Cloud stack 4.6 fresh installation (Ubuntu 15.04)

2016-02-01 Thread Keyur Bhalerao
Some things which are observed in the log while troubleshooting this issue - 1. There some errors found in cloudstack-agent in setup.log Feb 01 15:42:50 cstest-virtual-machine sudo[2772]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/grep InitiatorName= /etc/iscsi/initiatorname.iscsi

Re: overprovisioning of local storage

2016-02-01 Thread ilya
Sorry, for vmware and local storage - there was a bug that was fixed. I figured it was not specific to VMFS though.. On 2/1/16 12:03 PM, Somesh Naidu wrote: > As per 4.6 docs, storage overprovisioning is only supported with NFS when > using XenServer, refer >

InsufficientServerCapacityException

2016-02-01 Thread Mohd Zainal Abidin Rabani
Hi, I'm getting this error: com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[ConsoleProxy|v-637-VM]Scope=interface com.cloud.dc.DataCenter; id=2 at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:947)

overprovisioning of local storage

2016-02-01 Thread S . Brüseke - proIO GmbH
Hi, we are using CS 4.4.0 and it looks like we are unable to overprovisioning local storage. We configured storage.overprovisioning.factor with 4 and using ext local storage on XenServer pools. Is this a known limitation/bug? And if so does anybody know if this has been fixed in newer

using virtio-scsi in KVM

2016-02-01 Thread Andrei Mikhailovsky
Hi guys, Does anyone know how to enable the virtio-scsi instead of the default virtio-blk? From what I can see, the support for it has been targeted for 4.7.0, which has been released already. However, I can't find much reference on how to enable it in ACS. From Widoh's blog, I can see that

Re: İlt: Re: İlt: Re: windows 2012 ethernet driver

2016-02-01 Thread Nux!
I think if you use Windows PV it will use VirtIO storage and Intel network. If you use Other PV (64) it will use VirtIO for everything. HTH -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "semihtolgademir"

Re: Unable Create/CleanUp Virual Router After upgraded to ACS 4.6.2

2016-02-01 Thread mvs babu
Hi All, I have tested ACS 4.7.1 with 4.6 template and getting same below “flask” error in Virtual Router, due to this error we are unable to create new networks/clean up existing Virtual Router. File “/opt/cloud/bin/baremetal-vr.py”, line 28, in from flask import Flask ImportError: No

Re[6]: Secondary Storage not available in mysql

2016-02-01 Thread Mohd Zainal Abidin Rabani
Problem: Secondary storage not detect from cloudstack-management. Cannot create vm on secondary storage Work around: Try remove from cloudstack UI but error "Cannot delete image store with active volumes backup!" Try to remove from mysql but host not found from table host. -

RE: DB Exception while adding Host on Cloud stack 4.6 fresh installation (Ubuntu 15.04)

2016-02-01 Thread Glenn Wagner
Hi, How you tried to mount the NFS share manually on the KVM host to see if it works Regards Glenn [ShapeBlue] Glenn Wagner Senior Consultant , ShapeBlue d: | s: +27 21 527 0091| m: +27 73 917

Secondary Storage not available in mysql

2016-02-01 Thread Mohd Zainal Abidin Rabani
Hi, I want to change ip address for secondary storage. But when i query select id from host where type = 'SecondaryStorage'; It return 0, mean no value. Am i make mistake or data not there? - Regards, Mohd Zainal Abidin Rabani Technical Support ModernOne Data Solutions Sdn.

Re[2]: Secondary Storage not available in mysql

2016-02-01 Thread Mohd Zainal Abidin Rabani
Ok, i have the result. Show id 33. Now i try update to host_details. But id 33 not available on host_id table. Host_details only show 2 host-cloudstack. How to update? Query: update host_details set value = 'nfs://10.2.28.40/sec01' where host_id = 33 and name = 'orig.url'; -

Re[4]: Secondary Storage not available in mysql

2016-02-01 Thread Mohd Zainal Abidin Rabani
I already tried using UI but not success. It said about template and images. Maybe need to migrate before delete. - Regards, Mohd Zainal Abidin Rabani Technical Support ModernOne Data Solutions Sdn. Bhd. (1119382-D) No. 83-2, Jalan TKS 1, Kajang Sentral, 43000 Kajang, Selangor. T :

RE: Re[2]: Secondary Storage not available in mysql

2016-02-01 Thread Suresh Sadhu
Change in Host table , You can also remove the secondary storage from UI (if you did any mistake while adding initially)and re-add it. Also check below article for any ssvm issue : https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM%2C+templates%2C+Secondary+storage+troubleshooting

RE: Secondary Storage not available in mysql

2016-02-01 Thread Suresh Sadhu
Try below query. select id from host where type = 'SecondaryStorageVM'; regards sadhu -Original Message- From: Mohd Zainal Abidin Rabani [mailto:zai...@nocser.net] Sent: Tuesday, February 2, 2016 9:57 AM To: users@cloudstack.apache.org Subject: Secondary Storage not available in mysql

RE: Re[4]: Secondary Storage not available in mysql

2016-02-01 Thread Suresh Sadhu
Can you please tell what is the problem you are facing right now(please define your env and ur problem statement) .. your initial query was answered(secondary storage not available in mysql) and what you want to achieve now so that easy to for us to help you. Share any logs if you see

Re: İlt: Re: İlt: Re: windows 2012 ethernet driver

2016-02-01 Thread Semih Tolga DEMİR
Hi, Thank u, i solve the problem. Problem : I installed ISO with select " Windows 2012 64 " then i create new vm and prepare to template and try to install virtIO devices. So i see only default windows devices. Solution : when i create new vm from ISO i must install with " Windows PV " and i