我已经准备好glusterFS
了。我设置了3个节点的gluster。
我已在其中一个节点上安装了swift以使用glusterFS
API访问我的REST
。
我关注了this GitHub link。
但是在使用glusterFS
api访问REST
时,出现以下错误。
[root@ip-172-31-19-5 ~]# curl -i -X PUT
http://localhost:8080/v1/AUTH_gv0/mycontainer
HTTP/1.1 500 Internal Error
Content-Length: 125
Content-Type: text/html; charset=UTF-8
X-Trans-Id: txa6ac7862b1db4bec8287b-005b3375bc
X-Openstack-Request-Id: txa6ac7862b1db4bec8287b-005b3375bc
Date: Wed, 27 Jun 2018 11:32:12 GMT
<html><h1>Internal Error</h1><p>The server has either erred or is incapable of performing the requested operation.</p></html>
[root@ip-172-31-19-5 ~]#