如何设置可通过Rest API访问的glusterfs?

时间:2018-06-27 12:55:16

标签: glusterfs

我已经准备好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 ~]#

0 个答案:

没有答案