当前位置:编程学习 > 网站相关 >>

RHEL6.1 上swift ACL功能无法使用

操作系统: RHEL6.1
Swift版本: openstack-swift-1.4.3-b447.noarch

创建一个container,名称为 testcontainer,-r的属性为 .r:*

[root@node01 ~]# swift -A http://127.0.0.1:5000/v1.0 -U demo -K password post -r '.r:*' testcontainer

查看container的属性:
[root@node01 ~]# swift -A http://127.0.0.1:5000/v1.0 -U demo -K password stat testcontainer  Account: AUTH_2
Container: testcontainer
  Objects: 0
    Bytes: 0
 Read ACL: 
Write ACL: 
  Sync To: 
 Sync Key: 
Accept-Ranges: bytes
X-Trans-Id: tx1c0e9c6220ea433a90713c160a88b33f


发现Read ACL 根本没有生效。 大家有碰到这样的问题吗? 如何调试? 谢谢. OpenStack --------------------编程问答-------------------- 楼主,我也遇到这个问题,一起加油解决吧 --------------------编程问答-------------------- 楼主,问题解决得怎么样了,我开始执行下面这个命令的时候还能创建出container,现在竟然出现这个问题,你遇到过吗?
$swift -A http://192.168.0.20:5000/v2.0 -U admin -K openstack post -r '.r:*' testcontainer
Auth GET failed: http://192.168.0.20:5000/v2.0 200 OK
补充:云计算 ,  OpenStack
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,