摘要:
1. 设置yum源 在计算节点设置epel与ceph yum源(base yum源已更新),以compute01节点为例; wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo [root@comp 阅读全文
posted @ 2020-06-15 17:58
Mr-呵呵哒
阅读(749)
评论(0)
推荐(0)
摘要:
本次使用ceph作为后端的存储进行使用 1. 安装cinder # 在全部计算点安装cinder服务,以compute01节点为例 [root@compute01 ~]# yum install -y openstack-cinder targetcli python-keystone 2. 配置c 阅读全文
posted @ 2020-06-15 13:39
Mr-呵呵哒
阅读(395)
评论(0)
推荐(0)
摘要:
1. 创建cinder数据库 MariaDB [(none)]> CREATE DATABASE cinder; MariaDB [(none)]> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' IDENTIFIED BY 'hua 阅读全文
posted @ 2020-06-15 10:21
Mr-呵呵哒
阅读(354)
评论(0)
推荐(0)