openstack 搭建 Swift , Swift 无法创建容器

2022-04-16 15:35:44 +08:00
 wzw369
openstack ( mitaka 版)
centos7.2

[root@controller ~]# openstack container create container1
Not Found (HTTP 404)

[root@controller ~]# swift stat
Account: AUTH_0693449e04984eddb87b03f06af26da4
Containers: 0
Objects: 0
Bytes: 0
X-Put-Timestamp: 1650092676.85667
X-Timestamp: 1650092676.85667
X-Trans-Id: txc3ab15b0dc564113bedc7-00625a6a84
Content-Type: text/plain; charset=utf-8
[root@controller ~]# ^C

swift stat 正常显示,创建就出问题,

ERROR: Unable to access /swift/node: [Errno 13] Permission denied: '/swift/node'
看了状态,是这个问题,我也把权限给了

[root@compute swift]# ll
总用量 0
drwxr-xr-x. 2 swift swift 6 4 月 15 16:49 node
[root@compute swift]#
[root@compute swift]# chown -R root:swift /swift/node
[root@compute swift]# ll
总用量 0
drwxr-xr-x. 2 root swift 6 4 月 15 16:49 node

但还是不能创建容器,各位大佬,帮帮孩子吧。
735 次点击
所在节点    问与答
0 条回复

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/847348

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX