验证操作

验证操作

验证文件共享系统服务的安装

注解

在控制节点上执行这些命令。

  1. 获得 admin 凭证来获取只有管理员能执行的命令的访问权限:

    $ . admin-openrc
    
  2. 列出服务组件以验证是否每个进程都成功启动:

    对于选项1的部署:

    $ manila service-list
    +----+------------------+-------------+------+---------+-------+----------------------------+
    | Id | Binary           | Host        | Zone | Status  | State | Updated_at                 |
    +----+------------------+-------------+------+---------+-------+----------------------------+
    | 1  | manila-scheduler | controller  | nova | enabled | up    | 2016-03-30T20:17:28.000000 |
    | 2  | manila-share     | storage@lvm | nova | enabled | up    | 2016-03-30T20:17:29.000000 |
    +----+------------------+-------------+------+---------+-------+----------------------------+
    

    对于选项2的部署:

    $ manila service-list
    +----+------------------+-----------------+------+---------+-------+----------------------------+
    | Id | Binary           | Host            | Zone | Status  | State | Updated_at                 |
    +----+------------------+-----------------+------+---------+-------+----------------------------+
    | 1  | manila-scheduler | controller      | nova | enabled | up    | 2016-03-30T20:17:28.000000 |
    | 2  | manila-share     | storage@generic | nova | enabled | up    | 2016-03-30T20:17:29.000000 |
    +----+------------------+-----------------+------+---------+-------+----------------------------+
    
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.