新建和管理容器

新建和管理容器

  • 如需创建一个容器,运行以下命令,替换其中的``CONTAINER``为你的容器名称。

    $ swift post CONTAINER
    
  • 如需列出所有容器,运行以下命令:

    $ swift list
    
  • 如需检查容器状态,运行以下命令:

    $ swift stat
    
    Account: AUTH_7b5970fbe7724bf9b74c245e77c03bcg
    Containers: 2
    Objects: 3
    Bytes: 268826
    Accept-Ranges: bytes
    X-Timestamp: 1392683866.17952
    Content-Type: text/plain; charset=utf-8
    

    在:command:swift stat`命令也可以使用``ACCOUNT``或``CONTAINER` 作为参数。

    $ swift stat CONTAINER
    
    Account: AUTH_7b5970fbe7724bf9b74c245e77c03bcg
    Container: storage1
    Objects: 2
    Bytes: 240221
    Read ACL:
    Write ACL:
    Sync To:
    Sync Key:
    Accept-Ranges: bytes
    X-Timestamp: 1392683866.20180
    Content-Type: text/plain; charset=utf-8
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.