Re: XenServer 6.5 - Security Groups

2015-04-21 Thread Abhinandan Prateek
The security groups are working but with errors. All the recommended settings are in place. In the log files there are many delete failures like: Failed to delete rule log file /var/run/cloud/i-2-4-VM.ip 10.51.212.24-cloud.log:2015-04-17 11:45:08DEBUG [root] Ignoring failure to delete

Re: Custom disk size at cloudstack UI

2015-04-21 Thread Nux!
Vadim, No, it will only work with KVM. Should you decide to switch hypervisors, this is how you do it, edit this file on your install: https://github.com/apache/cloudstack/blob/master/ui/scripts/ui-custom/instanceWizard.js#L424-437 and set var custom = to false instead of what is there. Then

Re: Custom disk size at cloudstack UI

2015-04-21 Thread Erik Weber
There was a patch on reviewboard for initial XenServer root resize functionality, but it was never merged or followed up. -- Erik On Tue, Apr 21, 2015 at 8:00 AM, Vadim Kimlaychuk vadim.kimlayc...@elion.ee wrote: Nux, I have ACS 4.5.1 RC2 and XenServer 6.5 with latest patchset. Is

Re: Change Network Service Offering

2015-04-21 Thread James Scott
Hi Andrija, Thank you Yes, Trying to Change 'EXISTING GUEST' Network - which is not giving 'EDIT' option. Changed the Network Offering ID in networks table 'network_offering_id'. (The new Offering ID) Its working Fine. However, if tried to changing for 'HA Router' option, its giving below

RE: XenServer 6.5 - Security Groups

2015-04-21 Thread Geoff Higginbottom
@Tim - this was a fresh install of both ACS 4.5 and XenServer 6.5 @Koushik - /etc/sysctl.conf was correctly configured, and Linux Bridge was enabled etc FYI we have now performed a code review and cannot see any differences between 4.4. and 4.5 relating to Security Groups, so the current

RE: Custom disk size at cloudstack UI

2015-04-21 Thread Vadim Kimlaychuk
Nux, I have ACS 4.5.1 RC2 and XenServer 6.5 with latest patchset. Is it possible to implement it there? Vadim. -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: Tuesday, April 21, 2015 2:17 AM To: users@cloudstack.apache.org Subject: Re: Custom disk size at

Netwok offerings

2015-04-21 Thread Vadim Kimlaychuk
Hi all, Need you advice regarding network offers. I have ACS with advanced networking implemented. VPC works fine. But probably not all clients need to have VPC. How can I offer public IP address from IP pool (shared?) without creating VPC ?? For example client just need 1 VM

RE: Netwok offerings

2015-04-21 Thread Geoff Higginbottom
Hi Vadim, You can use the 'Shared Network' offering for this, and assign a Public IP range. Just be aware that if you are using different NICs on your Hypervisors for Public and Guest traffic, the Shared Network is still treated as Guest traffic so you need to ensure the VLAN you assign to

Re: XenServer 6.5 - Security Groups

2015-04-21 Thread Tim Mackey
Geoff, I just went through the changelog for ipset, and its a pretty safe bet that's where the problems are. In XenServer 6.2, ipset is version 4.5 while XenServer 6.5 uses ipset version 6.11. With version 5, upstream did a major rewrite of ipset. iptables also changed, but it's not as

root password for hosts: needed past setup?

2015-04-21 Thread Frank Louwers
Hi, When adding a host, the webUI asks for a username and password to connect to the new host. Is this only used for the initial setup over ssh, or is this used later on as well? We tend to disable passwords as much as possible, in favour of ssh keys, and I was wondering if I could safely

Re: AW: cpu overprovisioning

2015-04-21 Thread Rafael Weingärtner
I have not looked at the code, but that seems odd. Restarting VMs instances to update the resource usage/resource availability when changing the overprovisioning factor. On Tue, Apr 21, 2015 at 12:51 PM, S. Brüseke - proIO GmbH s.brues...@proio.com wrote: Please try to stop and start the vm.

cpu overprovisioning

2015-04-21 Thread Ugo Vasi
Hi all, we have a cluster of three machines with 16 CPU at 2.2GHz each and we have set a cpu-overprovizioning to 3. I would expect that the CPU system capacity of the dashboard appear with the sum of megahertz CPUs multiplied by three instead I get the real sum (108MHz). I do not

Re: cpu overprovisioning

2015-04-21 Thread Abhinandan Prateek
Available CPU will be 3 times the actual CPU when over provisioned by 3. The UI not showing the over provisioned value seems like a bug. -abhi On 21-Apr-2015, at 6:34 pm, Ugo Vasi ugo.v...@procne.it wrote: Hi all, we have a cluster of three machines with 16 CPU at 2.2GHz each and we have

Re: CoreOS/Docker - a new blog series

2015-04-21 Thread cs user
Hi Phillip, Many thanks for getting back to me. I managed to get it working by following this guide yesterday (might be useful for someone else): http://help.ninefold.com/servers/how_to_create_a_coreos_server/ I put the user-data into a file with my generated token and then convert it to base64

Re: CoreOS/Docker - a new blog series

2015-04-21 Thread Pierre-Luc Dion
Did a presentation on cloud-init at CloudStackDays in Austin last week, I've covered use of user-data with CoreOS. http://www.slideshare.net/CloudOps2005/cloudops-cloudstack-days-austin-april-2015 https://www.youtube.com/watch?v=IV-vTL4fjHE On Mon, Apr 20, 2015 at 8:35 PM, Phillip Kent

RE: Custom disk size at cloudstack UI

2015-04-21 Thread Vadim Kimlaychuk
Thank you Nux! I will stay as is. It is too complicated right now to change hypervisor Regards, Vadim. -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: Tuesday, April 21, 2015 9:34 AM To: users@cloudstack.apache.org Subject: Re: Custom disk size at cloudstack UI

RE: Netwok offerings

2015-04-21 Thread Vadim Kimlaychuk
Geoff, I am using one NIC (bond) for public and guest traffic. Public is tagged as 500, guest VLANs 600-632. But I am still a bit lost in details. Assume I have B-class public network: 192.2.1.0/24 with GW at my router - 192.2.1.1. I would like to have 32 IP dedicated to VPC and 128

Re: AW: cpu overprovisioning

2015-04-21 Thread Ugo Vasi
Hi Swen, I try rebboting 2 vm but the amount of cpu MHz is not changed. Do I have to restart all vm before you see a change? Il 21/04/2015 16:16, S. Brüseke - proIO GmbH ha scritto: This is because the factor of overprovisioning is attached to the instance too! And this factor is only

AW: cpu overprovisioning

2015-04-21 Thread S . Brüseke - proIO GmbH
This is because the factor of overprovisioning is attached to the instance too! And this factor is only changing after rebooting the instance. So after a change of cpu.overprovisioning.factor you need to reboot all instances on this cluster which were running before this change was made. Mit

Re: cpu overprovisioning

2015-04-21 Thread Rafael Weingartner
When you say instance, did you mean CS web application instance? On Tue, Apr 21, 2015 at 11:16 AM, S. Brüseke - proIO GmbH s.brues...@proio.com wrote: This is because the factor of overprovisioning is attached to the instance too! And this factor is only changing after rebooting the instance.

VPC Private gateway not being removed

2015-04-21 Thread Grayson Head
Unfortunately, I fat fingered a VLAN in a VPC Private gateway I was setting up. I removed it using the UI without any errors, but when I go to create the new one, I get the following error: Private network for the vlan: vlan://4000 and cidr 10.233.5.0/24 already exists for Vpc 16 in zone AusZone1

Re: cpu overprovisioning

2015-04-21 Thread Ugo Vasi
If I change the over-provisioning ratio in cluster-relative settings (infrastructure-cluser-cluster-name-settings) the dashboard show the sum of real GHz the overprovisioned amount of GHz (324GHz) as aspected, but after a while also the sum of Ghz is multiplied by the same factor making it

RE: Netwok offerings

2015-04-21 Thread Vadim Kimlaychuk
I have figured out how to partition network properly, but the only problem I got after guest VM got public IP from the shared pool - malfunctioninig console. Since there is only one IP on guest VM - public there is no need for Console proxy VM I suppose. So I am getting timeout while trying to

AW: AW: cpu overprovisioning

2015-04-21 Thread S . Brüseke - proIO GmbH
Please try to stop and start the vm. Maybe reboot is not working here. You should start to see more free CPU after the first vm. Mit freundlichen Grüßen / With kind regards, Swen Brüseke -Ursprüngliche Nachricht- Von: Ugo Vasi [mailto:ugo.v...@procne.it] Gesendet: Dienstag, 21. April

AW: cpu overprovisioning

2015-04-21 Thread S . Brüseke - proIO GmbH
By instance I mean VM. Mit freundlichen Grüßen / With kind regards, Swen Brüseke -Ursprüngliche Nachricht- Von: Rafael Weingartner [mailto:rafaelweingart...@gmail.com] Gesendet: Dienstag, 21. April 2015 16:28 An: users@cloudstack.apache.org Betreff: Re: cpu overprovisioning When you

Announcing Apache™ CloudStack™ v4.4.3

2015-04-21 Thread Daan Hoogland
Mature, easy-to-deploy Open Source Cloud computing software platform boasts improved efficiency and performance. The Apache CloudStack project announced the immediate availability of Apache CloudStack v4.4.3, the latest version of the turnkey Open Source cloud computing software platform used for

Re: 4.3 - 4.4.2 upgrade All hosts in 'alert' or disconnected state

2015-04-21 Thread Sanjeev N
Did you change the network backend mode from bridge to openvswitch on the xen servers ? If yes please change it back to bridge mode. On Sat, Apr 18, 2015 at 8:23 PM, STEENBLIK Jason jason.steenb...@leonteq.com wrote: I just did an upgrade to 4.4.2 from 4.3. After the upgrade all of the hosts

Re: Problem with SMB/CIFS primary storage version 4.5 hyperv Host

2015-04-21 Thread Sanjeev N
Hi Thomas, Is your SMB storage server and Hyper-v host are part of AD ? I don't see any AD account details in the logs provided. Did you give full control on the SMB share to both the Hyper-v host and AD user? Thanks, Sanjeev On Mon, Apr 20, 2015 at 3:50 PM, Tischner, Thomas

Re: cpu overprovisioning

2015-04-21 Thread Bharat Kumar
Hi, The change in cpu overcommit factor will not change the amount of resource that are available to you. It will change the way you want to use the free resource available at that time. It won’t change what was already allocated. for example if you have deployed the VMs with overcommit say 2

Re: cpu overprovisioning

2015-04-21 Thread Abhinandan Prateek
Can we fix the dashboard to reflect the available capacity given an over commit ? On 22-Apr-2015, at 9:56 am, Bharat Kumar bharat.ku...@citrix.com wrote: Also In case of change in the overcommit value the total capacity will change instantaneously, but the used resource and the total

RE: XenServer 6.5 - Security Groups

2015-04-21 Thread Koushik Das
Would it make sense to use nethash or iphash based on the ipset version? In Rohit's change I see that for both XS 6.2 and 6.5 nethash is used. -Original Message- From: Tim Mackey [mailto:tmac...@gmail.com] Sent: Wednesday, 22 April 2015 0:11 To: users@cloudstack.apache.org Subject: Re:

Re: cpu overprovisioning

2015-04-21 Thread Bharat Kumar
Also In case of change in the overcommit value the total capacity will change instantaneously, but the used resource and the total available will change when the capacity checker thread runs. The interval at which this will run can be changed from the global settings. Thanks, Bharat. On