Problem swift-bench keeps EADDRNOTAVAIL error with a highly concurrency setting and multiple swift-bench clients. Setup Ubuntu 13, Swift single machine installation (refer SAIO), swift-client runs local with no-proxy mode. Solution EADDRNOTAVAIL stands for either unavailability of ephemeral ports and a known kernel bug. Check your range of ports: $cat /proc/sys/net/ipv4/ip_local_port_range swift-bench in no-proxy mode uses direct client class based on…
Tag: swift
Openstack Swift: Introduction for Developers (Part I)
Openstack Swift is a mass scale object storage, coded in pure Python. It has code organized in following components: account container proxy obj common Things to remember This is a single node, very first look at Swift code. Code: https://github.com/openstack/swift Installation: Use SAIO (Swift All In One). It is not complete, I guess. I did the following: Do all at:…