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

2015-02-26 Thread Robert van Leeuwen
/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 Unsubscribe : http

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

2015-02-11 Thread Robert van Leeuwen
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.vanleeu...@spilgames.com] Gesendet: Dienstag, 10. Februar 2015 12

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

2015-02-10 Thread Robert van Leeuwen
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. Cheers, Robert van Leeuwen

Re: [Openstack-operators] improve perfomance Neutron VXLAN

2015-01-21 Thread Robert van Leeuwen
in software. You will need network cards that can do VXLAN offloading to go to similar speed as hardware (10Gbit). Cheers, Robert van Leeuwen ___ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin

Re: [Openstack-operators] improve perfomance Neutron VXLAN

2015-01-21 Thread Robert van Leeuwen
Hi Robert, how do I check that? I would take a look at the Spec sheet of the nic. Since it is a pretty recent thing it probably is not supported unless you specifically shopped for a card with support... Cheers, Robert ___ OpenStack-operators

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 : openstack

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

2014-12-23 Thread Robert van Leeuwen
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.openstack.org Unsubscribe : http

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

2014-12-23 Thread Robert van Leeuwen
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) Cheers, Robert van Leeuwen

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 van Leeuwen

Re: [Openstack-operators] Bridge and ovs devices not cleaned up after instance deletion. (ml2 related?)

2014-12-18 Thread Robert van Leeuwen
I just noticed that the bridge devices and ovs devices are no longer removed after instance deletion. So using brctl show and ovs-vsctl show the devices are still there. The tool exists already as it is called: neutron-ovs-cleanup You will have the same issues with name spaces but we also have a

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

2014-12-04 Thread Robert van Leeuwen
/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 with :) Cheers, Robert van Leeuwen

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

2014-12-03 Thread Robert van Leeuwen
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, Robert van Leeuwen ___ Mailing

Re: [Openstack] SSL Configuration

2014-12-02 Thread Robert van Leeuwen
, 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
. 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 Unsubscribe : http://lists.openstack.org

Re: [Openstack] OpenStack Regions

2014-11-27 Thread Robert van Leeuwen
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/openstack Post

Re: [Openstack] Flavor at specific hypervisor

2014-11-25 Thread Robert van Leeuwen
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.openstack.org/cgi

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

2014-11-20 Thread Robert van Leeuwen
,MULTICAST,PROMISC,UP,LOWER_UP 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

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

2014-11-18 Thread Robert van Leeuwen
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 ___ Mailing list: http

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

2014-11-18 Thread Robert van Leeuwen
. 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 Unsubscribe : http

Re: [Openstack] Problems with neutron networks

2014-11-16 Thread Robert van Leeuwen
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.openstack.org/cgi-bin/mailman

Re: [Openstack-operators] Ceph Implementations

2014-11-10 Thread Robert van Leeuwen
+1 for a CentOS 6 deployment, you need to upgrade the qemu, not the kernel. Slightly related: Note that there are currently no Juno RDO packages for CentOS 6. If you are building a new OpenStack deployment I would certainly start with Centos/RHEL 7 Cheers, Robert van Leeuwen

Re: [openstack-dev] [neutron] Clear all flows when ovs agent start? why and how avoid?

2014-10-29 Thread Robert van Leeuwen
. something simple like changing a log setting becomes a hassle. I would prefer the default behaviour to be to not clear the flows or at the least an config option to disable it. Cheers, Robert van Leeuwen ___ OpenStack-dev mailing list OpenStack-dev

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

2014-10-29 Thread Robert van Leeuwen
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.openstack.org Unsubscribe : http

Re: [openstack-dev] [Neutron][LBaaS][Octavia] Usage Requirements

2014-10-22 Thread Robert van Leeuwen
it can cope with machines doing 1000s of requests per second... Cheers, Robert van Leeuwen ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [Openstack] memory usage on libvirt

2014-10-16 Thread Robert van Leeuwen
.. 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
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. Cheers, Robert van Leeuwen

Re: [Openstack-operators] Request for feedback on DHCP IP usage

2014-10-07 Thread Robert van Leeuwen
as a cloud op? As others before me I also lean toward option one. Cheers, Robert van leeuwen ___ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Re: [openstack-dev] Quota management and enforcement across projects

2014-10-03 Thread Robert van Leeuwen
, Robert van Leeuwen ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

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

Re: [Openstack] Nova guest NUMA placement questions

2014-09-26 Thread Robert van Leeuwen
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 : http://lists.openstack.org/cgi-bin/mailman

Re: [Openstack] SWIFT AND FILE/CLOUD GATEWAY

2014-08-15 Thread Robert van Leeuwen
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-compatible-clients/ ) Cheers, Robert van Leeuwen

Re: [Openstack] Why ceilometer use mongo?

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

Re: [Openstack] Swift And Custom HTTP Reponse Headers

2014-08-08 Thread Robert van Leeuwen
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.openstack.org/cgi-bin/mailman

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/mailman

Re: [Openstack] Ceph vs Swift + Cinder

2014-07-15 Thread Robert van Leeuwen
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@lists.openstack.org Unsubscribe : http

Re: [Openstack] Invalid OpenStack Identity credentials

2014-07-01 Thread Robert van Leeuwen
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] Invalid OpenStack Identity credentials

2014-07-01 Thread Robert van Leeuwen
, 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
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 room for improvement here... Cheers, Robert van Leeuwen

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

2014-06-24 Thread Robert van Leeuwen
. 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] Boot from Volume stuck at Booting from hard disk

2014-05-09 Thread Robert van Leeuwen
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 Boot from

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

Re: [Openstack] Public IPs without NAT

2014-04-23 Thread Robert van Leeuwen
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 ___ Mailing list: http

Re: [Openstack] Public IPs without NAT

2014-04-23 Thread Robert van Leeuwen
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] quantum openvswitch agent on compute nodes stops working.

2014-04-10 Thread Robert van Leeuwen
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.openstack.org Unsubscribe : http

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

2014-03-31 Thread Robert van Leeuwen
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 : http://lists.openstack.org/cgi-bin/mailman

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

2014-03-31 Thread Robert van Leeuwen
) 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 is going wrong. Cheers, Robert van Leeuwen ___ Mailing list: http

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

2014-03-11 Thread Robert van Leeuwen
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. Cheers, Robert van Leeuwen

Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Robert van Leeuwen
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.openstack.org/cgi-bin/mailman/listinfo

Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Robert van Leeuwen
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 : openstack

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: http

Re: [Openstack] Openstack Havana Network Node swing migration

2014-02-16 Thread Robert van Leeuwen
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] 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 havana? what

[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] What version to use for production?

2013-12-05 Thread Robert van Leeuwen
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-bin/mailman/listinfo

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

2013-12-04 Thread Robert van Leeuwen
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@lists.openstack.org Unsubscribe

Re: [Openstack] Changing quantum/neutron OVS Plugin

2013-09-13 Thread Robert van Leeuwen
. (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 : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman

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

2013-09-05 Thread Robert van Leeuwen
: 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.org

Re: [Openstack] Help - swift with low IOPS

2013-09-03 Thread Robert van Leeuwen
, 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] Issue of cache eating up most of memory

2013-08-27 Thread Robert van Leeuwen
, 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-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