0

我已经在控制器节点和块节点中安装了煤渣。我测试了 openstack-cinder-scheduler 和 openstack-cinder-api(在控制器节点上)、openstack-cinder-volume 和 target.service(在块节点上)的状态,它们正在运行。但是当我使用“cinder list,cinder create,openstack volume service list”时只能得到一种输出:

[root@controller //]# openstack volume service list
服务器当前不可用。请稍后再试。


Keystone 服务暂时不可用。

(HTTP 503)
[root@controller //]# cinder list
错误:服务器当前不可用。请稍后再试。


Keystone 服务暂时不可用。

我已经检查了 cinder.conf、nova.conf 中的配置。我不知道它们。你能给个建议吗?谢谢你。

4

1 回答 1

0

我发现我可以通过仪表板创建卷,而通过命令行我不能。管理员和 cinder 用户之间可能有问题。再试一遍。

[root@controller //]# openstack volume list  
+--------------------------------------+----------+-----------+------+-------------+  
| ID                                   | Name     | Status    | Size | Attached to |  
+--------------------------------------+----------+-----------+------+-------------+  
| 435acaae-44d8-4793-9a0c-61a4436b6b37 | volumev4 | available |    1 |             |  
+--------------------------------------+----------+-----------+------+-------------+  

[root@controller //]# openstack role add --project service --user cinder admin    
 [root@controller //]# openstack volume service list  
+------------------+--------------+------+---------+-------+----------------------------+  
| Binary           | Host         | Zone | Status  | State | Updated At                   |    
+------------------+--------------+------+---------+-------+----------------------------+  
| cinder-scheduler | controller   | nova | enabled | up    | 2021-12-28T07:40:01.000000 |  
| cinder-volume    | compute2@lvm | nova | enabled | up    | 2021-12-28T07:40:07.000000 |  
+------------------+--------------+------+---------+-------+----------------------------+  

它有输出。

于 2021-12-28T08:00:26.980 回答