Re: [CentOS-virt] CentOS 7 AMI Building

2015-04-17 Thread Jason Antman
Ok, thanks so much! That'll do fine. The only other bits mentioned on http://wiki.centos.org/Cloud/AWS in Image Builder Notes were the random root password, SELinux enabled, and relabel at first boot, which are easy enough. Thanks so much, Jason On Fri, Apr 17, 2015 at 12:20 PM, Karanbir Singh

Re: [CentOS-virt] CentOS 7 AMI Building

2015-04-17 Thread Karanbir Singh
I highly recommend actually looking at the images :) its just a minimal install with cloud-init from extras/ added in ( for 7, the 6 ones dont have cloud-init ). the installed content delivered from the minimal.iso and the ami's should be identical in pretty much every respect. If you really

Re: [CentOS-virt] Seeing dropped packets / tcp retrans on latest 4.4.1-10el6

2015-04-17 Thread Nathan March
Hi All, I've tracked this down... We do rate limiting of our vms with a mix of ebtables/tc. Running these commands (replace vif1.0 with the correct vif for your VM) will reproduce this: ebtables -A FORWARD -i vif1.0 -j mark --set-mark 990 --mark-target CONTINUE tc qdisc add dev bond0 root