Re: [Openstack] Live Migration of VMs without shared storage

2015-02-26 Thread Robert van Leeuwen
ack.org/admin-guide-cloud/content/section_configuring-compute-migrations.html Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org

Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-11 Thread Robert van Leeuwen
diculous amount) So it probably does not fit in 32GB maybe just in 64GB. So you should probably see quite a lot of cache misses currently in the xfs stats (xfs xs_dir_lookup, xs_ig_missed) Cheers, Robert van Leeuwen -----Ursprüngliche Nachricht- Von: Robert van Leeuwen [mailto:robert.v

Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-10 Thread Robert van Leeuwen
> I set the vfs_cache_pressure to 10 and moved container- and account-server to > SSD harddrives. > The normal performance for object writes and reads are quite ok. > But why takes moving some partions to only two new harddisks so much time? > Will it be faster if I add more memory? My guess: Pr

Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-10 Thread Robert van Leeuwen
ve: We removed all config 1.X nodes to nodes with config 2.0. We stopped using flashcache, since it was a bit of a pain and without it is also fine for us. As a result a full sync when adding an empty new node is now down to 1-2 days while this used to be 2+ weeks.

Re: [Openstack] Check host hardware

2015-01-13 Thread Robert van Leeuwen
is in a specific host aggregate it will not spawn machines. However I would certainly want this to be an option. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : ope

Re: [Openstack] cinder slow (nova issues?)

2014-12-23 Thread Robert van Leeuwen
age/Tuning_KVM We saw a major improvement using RAW vs QCOW2 (in theory this should be similar, however, when you need a high random IO throughput we did see major improvements in our setup with RAW) On more thing to check is partition alignment. (not very likely for a recent OS) Ch

Re: [Openstack] cinder slow (nova issues?)

2014-12-23 Thread Robert van Leeuwen
omething similar to see if the storage is the actual bottleneck or if it is something on the client. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openst

Re: [Openstack] Only Storage Cloud

2014-12-18 Thread Robert van Leeuwen
>I want to build only private storage cloud using openstack swift. >So, does i need to install nova compute engine. I have been installed and >setup swift components. No, you do not. You just need Swift and, optionally, keystone. Cheers, Robert va

Re: [Openstack] What is the best way to use Docker into Openstack?

2014-12-04 Thread Robert van Leeuwen
space specific) fleet: https://coreos.com/using-coreos/clustering/ openshift / openshift origin: https://www.openshift.com/products/origin Geard (openshift uses this): https://github.com/openshift/geard/blob/master/README.md I'd be happy to hear what other people have experience wi

Re: [Openstack] nova-compute goes to XXX but is alive

2014-12-03 Thread Robert van Leeuwen
freesoace or so it will stop), rabbitmq is keep running but will stop processing messages. Have a look at the rabbitmq management interface: https://www.rabbitmq.com/management.html This is usually points you in the right direction. Cheers,

Re: [Openstack] SSL Configuration

2014-12-02 Thread Robert van Leeuwen
aproxy ;) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] Issue with total_iops_sec VM Quota

2014-12-01 Thread Robert van Leeuwen
ck-ported. The bug report is here: https://bugs.launchpad.net/nova/+bug/1362129 Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscri

Re: [Openstack] OpenStack Regions

2014-11-27 Thread Robert van Leeuwen
here is a nice writeup about what is shared when using cells/regions/av zones/aggregates here: http://docs.openstack.org/openstack-ops/content/scaling.html Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/

Re: [Openstack] Flavor at specific hypervisor

2014-11-25 Thread Robert van Leeuwen
e key set to false + modify other flavors with this key set to false. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.open

Re: [Openstack] Understanding Neutron/ML2/Openvswitch/VXLAN

2014-11-20 Thread Robert van Leeuwen
1df-cf: mtu 1500 qdisc pfifo_fast state UP qlen 1000 Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi

Re: [Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-18 Thread Robert van Leeuwen
ts through e.g. a load-balancer? Maybe that has some issues with larger requests... Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsu

Re: [Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-18 Thread Robert van Leeuwen
cehouse RDO here on SL6. I do not see this error when running this command on our production environment. As a test I also spawned 100 vm's in dev on a single hypervisor, also no issues. Running neutron with ML2 plugin and openvswitch. Cheers, Robert van Leeuwen

Re: [Openstack] Problems with neutron networks

2014-11-16 Thread Robert van Leeuwen
ch some output and configuration Have you looked if the flows in the ovs are properly created? If there are no flows you have no traffic. Do a ovs-ofctl dump-flows on the two bridges to check those.. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.ope

Re: [Openstack] block migration using libvirt 1.2 copies backing file

2014-10-29 Thread Robert van Leeuwen
ists migrations will fail. Maybe this can help fix this bug: https://bugs.launchpad.net/nova/+bug/1270825 Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.opensta

Re: [Openstack] Upgrade from IceHouse to Juno, error "on neutron-db-manage step" - Ubuntu 14.04.1

2014-10-20 Thread Robert van Leeuwen
> Apparently, "service neutron-server restart" worked! > Can I safely ignore the "neuton-db-manage" error?! In my experience upgrading (from Folsom up to Icehouse) the command should run without errors or things are broken at some level...

Re: [Openstack] memory usage on libvirt

2014-10-16 Thread Robert van Leeuwen
d it works for us.. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] [qa] How to troubleshoot why a VM at Compute node won't response to ARP request from Neutron router

2014-10-15 Thread Robert van Leeuwen
ddress until the DHCP > process is successful. I disagree. I think It is just something you need to be aware of ( I never found this strange behaviour) It is hugely useful to know what IP the machine should get, even if the machine is not (yet) running or suspended/stopped. Ch

Re: [Openstack] Load balancer questions

2014-09-29 Thread Robert van Leeuwen
> 1. Assuming layer 7 is what would be used for openstack services like > keystone and Swift, not layer 4? I saw a layer 4 in front of a layer 7 > in one of the diagrams, didnt really understand why that was needed. Did not make that drawing ;) I see no reason why it would be mandatory. > 2. Do t

Re: [Openstack] Nova guest NUMA placement questions

2014-09-26 Thread Robert van Leeuwen
and numad (kernel panics) so we only run it on our hypervisors (which is rock solid). Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe

Re: [Openstack] What is the best network architecture for Openstack

2014-09-18 Thread Robert van Leeuwen
ms so I'm not sure if that would be the preferred route though. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lis

Re: [Openstack] Why ceilometer use mongo?

2014-08-15 Thread Robert van Leeuwen
hite: http://engineering.spilgames.com/using-ceilometer-graphite/ Cheers, Robert van Leeuwen Sent from my iPad > On 16 aug. 2014, at 02:14, "Guillermo Alvarado" > wrote: > > Hello, > > I am wondering why Ceilometer uses MongoDB instead MySQL or some relational > dat

Re: [Openstack] SWIFT AND FILE/CLOUD GATEWAY

2014-08-15 Thread Robert van Leeuwen
over a http based protocol ;) There are some tools where you can "mount" a swift store as a directory on your machine so less savvy users can use it to copy some files. ( e.g. http://www.mirantis.com/openstack-portal/the-comparison-of-openstack-swift-comp

Re: [Openstack] Swift And Custom HTTP Reponse Headers

2014-08-08 Thread Robert van Leeuwen
much rather have a "extra_allowed_headers" or something similar that leaves the defaults for what it is. > Maybe this will help: > https://bugs.launchpad.net/swift/+bug/1354312<https://bugs.launchpad.net/swift/+bug/1354312> Thx for filing a bug. I've put myself in t

Re: [Openstack] Swift And Custom HTTP Reponse Headers

2014-08-07 Thread Robert van Leeuwen
Example: Cache-Control is the one that we added in our setup: allowed_headers = Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest, X-Static-Large-Object, Cache-Control Cheers, Robert van Leeuwen ___ Mailing list: http://lists.opensta

Re: [Openstack] Failed to launch instance "ded": Please try again later [Error: No valid host was found. ]

2014-07-28 Thread Robert van Leeuwen
>Where Can i increase the port quota ? Can you please help me with it ? http://docs.openstack.org/user-guide-admin/content/cli_set_quotas.html#cfg_quotas_common Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mail

Re: [Openstack] Failed to launch instance "ded": Please try again later [Error: No valid host was found. ]

2014-07-28 Thread Robert van Leeuwen
014-07-28 13:24:59.389 2797 TRACE nova.compute.manager [instance: > 4b459e38-ab20-42e5-ae79-1e98a0730c85] PortLimitExceeded: Maximum number of > ports exceeded That looks to be the issue. Increase the port quota global / of the tenant and you should be

Re: [Openstack] Ceph vs Swift + Cinder

2014-07-14 Thread Robert van Leeuwen
to beat. It might not fit your exact needs today but in a few years there will be very few reasons to buy a SAN... Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@

Re: [Openstack] which image format you use for qemu?

2014-07-08 Thread Robert van Leeuwen
lots of reads when writing. ( I'm running CentOS. ) I'd do some performance testing for your expected workload. Starting a vm and doing a fio benchmark is not that time intensive :) Cheers, Robert van Leeuwen From: Nhan Cao [nhanc...@gmail.com] Sen

Re: [Openstack] Invalid OpenStack Identity credentials

2014-07-01 Thread Robert van Leeuwen
is necessary . I was talking about the debug logs on the server side, not client-side ;) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] Invalid OpenStack Identity credentials

2014-06-30 Thread Robert van Leeuwen
also gives a good indication on whats wrong. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] How can I enable operation for non-admin user

2014-06-24 Thread Robert van Leeuwen
h group is allowed what. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] compute node should have same type of cpu when live migration?

2014-06-24 Thread Robert van Leeuwen
/bugs.launchpad.net/nova/+bug/1270825 I'm not sure what the state of migrations is in Icehouse. There were talks to move the migration tasks to the conductor/schedule(?) in the codebase but I haven't read anything in the release notes about this. Seems like there is still some

[Openstack] Neutron policy & Icehouse upgrade: custom policy no longer working

2014-06-18 Thread Robert van Leeuwen
Hi, We have some custom rules to have a shared network that only people member of a specific group could see. Basically a rule like this: "shared": "field:networks:shared=True and not field:networks:name=mil", This no longer seem to work after a havana -> icehouse upgrade. Everyone sees these net

Re: [Openstack] Boot from Volume stuck at Booting from hard disk

2014-05-09 Thread Robert van Leeuwen
fixed in the Havana release 2013.2.3. Cheers, Robert van Leeuwen From: Sam Stoelinga [sammiest...@gmail.com] Sent: Friday, May 09, 2014 10:13 AM To: openstack@lists.openstack.org Subject: [Openstack] Boot from Volume stuck at Booting from hard disk When using

[Openstack] Status of Limited live upgrades? (Icehouse controller, Compute havana)

2014-05-02 Thread Robert van Leeuwen
) * Attaching / detaching cinder volumes ( https://bugs.launchpad.net/nova/+bug/1315354 ) Are these limitations to be expected? If so, is there any documentation on functionality that is should or should not work? Thx, Robert van Leeuwen ___ Mailing

Re: [Openstack] Regions and zones

2014-04-25 Thread Robert van Leeuwen
> What changes will be there in authentication requests for accessing resources > over many regions ? Will > access URLs change for specific regions? The keystone URL will be the same but you will create endpoints in keystone for each region. The client will need to set their region in the requ

Re: [Openstack] Public IPs without NAT

2014-04-23 Thread Robert van Leeuwen
to have thousands of networks we do not expect to run out of VLANs) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] Public IPs without NAT

2014-04-23 Thread Robert van Leeuwen
ant-id --provider:network_type vlan --provider:physical_network default --provider:segmentation_id $vlan-id --shared True Since this is just a regular VLAN network you can directly patch your router for the segment also in that VLAN and things should work :) Cheers, Robert van Leeuwen _

Re: [Openstack] quantum openvswitch agent on compute nodes stops working.

2014-04-09 Thread Robert van Leeuwen
space). You would be able to connect to rabbitmq (so no errors in the logs) but it stopped processing messages. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.open

Re: [Openstack] [Neutron-agent] Some instances can not ping on mass reboot

2014-03-31 Thread Robert van Leeuwen
f the agent does not pick it up. If it never hits the messagebus I guess this is not related to the neutron agent but the neutron (api) server code or Nova. Check the Nova and Neutron server logs to see if the message is actually being put the messagebus. Could give an understanding where/why this

Re: [Openstack] [Neutron-agent] Some instances can not ping on mass reboot

2014-03-31 Thread Robert van Leeuwen
/ ask for help in the maillinglists / create a bug report with all the info you can gather. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe

Re: [Openstack] Why is Neutron OVS topology the way it is?

2014-03-11 Thread Robert van Leeuwen
envswitch setup with security groups enabled needs these devices. This is because without them traffic will never hit iptables on the compute node. There is currently work in progress to copy the iptables functionality to openvswitch/openflow rules so this setup is no longer needed

Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Robert van Leeuwen
older version though. (e.g. it currently works, there is nothing in the release notes we need, so lets not break it ;) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : ope

Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Robert van Leeuwen
on the compute nodes also need to be the correct version. Best would be to have just one version in your local repositorie or use puppet/chef/whatever ensure => version for this. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.opens

Re: [Openstack] [openstack][nova] total region lockdown (very weird)

2014-02-20 Thread Robert van Leeuwen
> any tip or experience regarding what happened ? > thanks as allways I would start by doing a tcpdump on one of the saturated links on the compute node to see what kind of traffic it is... Cheers, Robert van Leeuwen ___ Mailing list

Re: [Openstack] Openstack Havana Network Node swing migration

2014-02-16 Thread Robert van Leeuwen
the new node is properly set to the same id) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] nova controller fail to connect to rabbitmq

2014-02-14 Thread Robert van Leeuwen
bbit related issues: https://www.rabbitmq.com/management.html Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack

Re: [Openstack] what is the currently "recommended" host OS for havana?

2014-02-14 Thread Robert van Leeuwen
have pro's and con's. Cheers, Robert van Leeuwen From: Aryeh Friedman [aryeh.fried...@gmail.com] Sent: Friday, February 14, 2014 7:46 AM To: openstack@lists.openstack.org Subject: [Openstack] what is the currently "recommended" host OS for

[Openstack] Neutron l3 hardware router integration

2014-01-08 Thread Robert van Leeuwen
solution but I could not find any 3rd party drivers yet. Drivers I could find seem to be limited to layer 2 networking. If there is not anything available yet, how much effort would be to create such a driver? ( days/weeks/months of work ?) Thx, Robert van Leeuwen

Re: [Openstack] Unable to configure neutron on CentOS 6.4

2013-12-16 Thread Robert van Leeuwen
We upgraded from Grizzly to Havana a while ago using the RDO packages (on SL 6.4) Using Neutron with VLANs. What kind of issues are you seeing? Cheers, Robert van Leeuwen From: Rajshree Thorat [rajshree.tho...@gslab.com] Sent: Monday, December 16

Re: [Openstack] What version to use for production?

2013-12-05 Thread Robert van Leeuwen
pgrades are a good moment to test your knowledge / troubleshooting skills on dev ;) Usually checking what happens in the logfiles gives you enough information on where to look. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bi

Re: [Openstack] What version to use for production?

2013-12-04 Thread Robert van Leeuwen
, painless. (Just had a few small bumps with the db upgrades. Make sure you have a mysqldump before doing those. :) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@l

Re: [Openstack] Changing quantum/neutron OVS Plugin

2013-09-13 Thread Robert van Leeuwen
not hit it. We are currently using 3 and will look into 1 & 2 after the Havana release. (if the l3-agent is still not possible with HA.) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to

Re: [Openstack] Quantum - Second node

2013-09-05 Thread Robert van Leeuwen
you are running the same openvswitch version on those machines with: modinfo openvswitch At a slightly related note: At some point we decided that GRE was giving us more headaches than that it solved problems so we moved to a VLAN setup. Cheers, Robert van Leeuwen __

Re: [Openstack] Error when calling l3-agent-router-add

2013-09-05 Thread Robert van Leeuwen
ugh: quantum router-create router1 quantum router-interface-add router1 ${subnetname) What is the output of the following?: quantum l3-agent-list-hosting-router $(routername} Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.

Re: [Openstack] Help - swift with low IOPS

2013-09-03 Thread Robert van Leeuwen
emoving containers) Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-29 Thread Robert van Leeuwen
hich is caused by the rsyncs from the replicators. With our nodes being quite slow due to the number of files the traffic it is probably a lot less then you are seeing. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-b

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-28 Thread Robert van Leeuwen
node to be synced. Usually it goes pretty quickly at first (30 MB/second) and the performance gradually degrades when the disks start filling up and the machines are running low on memory. We have about 6TB on a node to sync. Cheers, Robert van Leeuwen From:

Re: [Openstack] [swift] Issue of cache eating up most of memory

2013-08-27 Thread Robert van Leeuwen
down considerably. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] questions about storing balance

2013-08-26 Thread Robert van Leeuwen
Hi, First you need to make sure you create enough containers. Especially if you the container servers on spinning disks you should keep it below 1 million objects. However, I would highly recommend running the containers on SSD's. Another thing you will have to take in account is the number of

Re: [Openstack] local openstack and EC2 nodes

2013-08-12 Thread Robert van Leeuwen
open source but they also have payed/supported version. For a very quick look you can use their hosted version with a free trial. Cheers, Robert van Leeuwen Sent from my iPad On 12 aug. 2013, at 18:46, "Steve Heistand" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-09 Thread Robert van Leeuwen
> So it seems a big number of inodes considering that we are using just a 15% > of the total capacity. A different thing here is that we are using 512K of > inode size and we have a big amount of memory . > Also we always have one of our disks close to 100% of util, and this is > caused by the o

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-06 Thread Robert van Leeuwen
e to significantly improve performance by adding more of those machines and doing some re-balancing of the load. Cheers, Robert van Leeuwen ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :