问答详情
源自:-

如何查看 Cinder 的后端服务?

 同样要求使用 CLI。

提问者:刻骨铭心_ 2016-06-23 11:25

个回答

  • XhstormR
    2016-06-23 11:25:41
    已采纳

    [root@hh-yun-puppet-129021 ~(keystone_admin)]# cinder service-list
    +------------------+-------------------------------------+------+---------+-------+----------------------------+-----------------+
    |      Binary      |                 Host                | Zone |  Status | State |         Updated_at         | Disabled Reason |
    +------------------+-------------------------------------+------+---------+-------+----------------------------+-----------------+
    |  cinder-backup   |      hh-yun-cinder.vclound.com      | nova | enabled |   up  | 2016-03-15T07:04:21.000000 |       None      |
    | cinder-scheduler |      hh-yun-cinder.vclound.com      | nova | enabled |   up  | 2016-03-15T07:04:15.000000 |       None      |
    |  cinder-volume   | hh-yun-cinder.vclound.com@CEPH_SATA | nova | enabled |   up  | 2016-03-15T07:04:19.000000 |       None      |
    +------------------+-------------------------------------+------+---------+-------+----------------------------+-----------------+

    望采纳。