V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
wzw369
V2EX  ›  问与答

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

  •  
  •   wzw369 · 2022-04-16 15:35:44 +08:00 · 724 次点击
    这是一个创建于 732 天前的主题,其中的信息可能已经有所发展或是发生改变。
    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

    但还是不能创建容器,各位大佬,帮帮孩子吧。
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3886 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 04:22 · PVG 12:22 · LAX 21:22 · JFK 00:22
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.