在数据库中创建cinder库和用户并授权 [root@controller ~]# mysql -u root -ptest.2018 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 252 Server version: 10.1.20-MariaD
以下部分在controller节点进行配置 一、前提准备 1、在安装和配置Block Storage 服务之前,必须创建数据库,服务凭证,和API节点并授予合适的权限: # mysql -u root -p # CREATE DATABASE cinder; # GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhos