[Openstack] [swift] ERROR Insufficient Storage

pangj pangj at laposte.net
Thu Aug 22 06:19:36 UTC 2013


I have found the issues from this thread,
https://answers.launchpad.net/swift/+question/161796

b/c my second disk is a soft link to /srv/node/sdb1, not mounted under 
the path.

So I added this statement:

mount_check = false

to the storage nodes' config files.

Now it works fine:

$ swift -A http://172.17.6.32:8080/auth/v1.0 -U system:root -K testpass stat
    Account: AUTH_system
Containers: 0
    Objects: 0
      Bytes: 0
Content-Type: text/plain; charset=utf-8
X-Timestamp: 1377151983.03609
X-Put-Timestamp: 1377151983.03609


After adding the mount_check option I restarted all the five storage 
service with:

# swift-init all restart

But one of the servers got disconnected, even can't ping to:
C:\Documents and Settings\Administrator>ping 172.17.6.24

Pinging 172.17.6.24 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 172.17.6.24:
     Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


Can you tell what happened? Thanks.



On 2013-8-22 13:57, pangj wrote:
> It got a 503 error. Then I checked the syslog and found:
>
> Aug 22 13:51:48 default proxy-server ERROR Insufficient Storage
> 172.17.6.22:6002/sdb1 (txn: tx78a964e974714cd7b5832-005215a6f4)
> (client_ip: 172.17.6.32)
> Aug 22 13:51:48 default proxy-server ERROR Insufficient Storage
> 172.17.6.25:6002/sdb1 (txn: tx78a964e974714cd7b5832-005215a6f4)
> (client_ip: 172.17.6.32)
> Aug 22 13:51:48 default proxy-server ERROR Insufficient Storage
> 172.17.6.21:6002/sdb1 (txn: tx78a964e974714cd7b5832-005215a6f4)
> (client_ip: 172.17.6.32)





More information about the Openstack mailing list