18 控制节点-Cinder存储服务组件验证
在控制节点验证cinder存储服务
官方参考:https://docs.openstack.org/install-guide/openstack-services.htmlhttps://docs.openstack.org/train/install/https://docs.openstack.org/cinder/train/install/https://docs.openstack.org/cinder/train/install/index-rdo.htmlhttps://docs.openstack.org/cinder/train/install/cinder-verify.html博客:https://www.cnblogs.com/tssc/p/9877026.html
18.1 控制节点验证Cinder服务
18.1.1 环境变量
cd
source admin-openrc.sh
18.1.2 查看存储卷列表
openstack volume service list
[root@controller ~]# openstack volume service list
+------------------+--------------+------+---------+-------+----------------------------+
| Binary | Host | Zone | Status | State | Updated At |
+------------------+--------------+------+---------+-------+----------------------------+
| cinder-scheduler | controller | nova | enabled | up | 2022-09-20T10:17:51.000000 |
| cinder-volume | compute2@lvm | nova | enabled | up | 2022-09-20T10:17:38.000000 |
+------------------+--------------+------+---------+-------+----------------------------+
[root@controller ~]#
18.2 至此控制端的cinder服务安装完毕
返回以上信息,表示cinder相关节点安装完成。
18.3 使用建议
(1) 云磁盘可以进行磁盘迁移,扩容,缩容等操作,但不建议在生产环境进行尝试,测试环境可以尝试,但也要注意备份数据。
(2) 涉及重要数据的话尽量还是不使用云磁盘,而采用本地磁盘存储数据,如果出现问题至少各个磁盘数据是分开的,磁盘文件还在。
(3) 总的来说,使用openstack部署企业私有云,生产环境用本地磁盘就好,测试环境可以尝试使用云磁盘。
有什么吐槽或反馈意见,直接告诉我!
我会解决您说的问题,进一步更好的服务您哦!
温馨提示:如出现二维码失效也可直接添加微信号:ysc13803862469。
