操作系统: 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