这是一个创建于 952 天前的主题,其中的信息可能已经有所发展或是发生改变。
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
但还是不能创建容器,各位大佬,帮帮孩子吧。