Comment 6 for bug 1459772

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : Re: Disabling management net on a single swift node leads to a very long swift response time

Confirmed the issue:
A) 3 of 3 online:
# time swift post Container_test:
real 0m1.585s
user 0m0.234s
sys 0m0.018s

# time swift upload Container_test: /etc/swift/*.conf
/etc/swift/object-server.conf
/etc/swift/proxy-server.conf
/etc/swift/container-server.conf
/etc/swift/account-server.conf
/etc/swift/swift.conf
real 0m1.850s
user 0m0.259s
sys 0m0.041s

B) 2 of 3 online only:
# time swift post Container_test:
real 0m21.304s
user 0m0.206s
sys 0m0.049s

# time swift upload Container_test: /etc/swift/*.conf
/etc/swift/swift.conf
/etc/swift/proxy-server.conf
/etc/swift/account-server.conf
/etc/swift/object-server.conf
/etc/swift/container-server.conf [after 2 attempts]
real 5m21.111s
user 0m0.482s
sys 0m0.157s