摘要: 配置NFS服务 安装NFS服务 查询是否安装 [root@nfs ~]# rpm -qa |grep nfs nfs-utils-1.3.0-0.8.el7.x86_64 如没有安装,执行以下命令 [root@nfs ~]# yum install -y nfs-utils 关闭防火墙及SELinu 阅读全文
posted @ 2022-08-30 21:54 kongshuo 阅读(155) 评论(0) 推荐(0)
摘要: 配置 # 切换环境变量 [root@controller ~]# source keystonerc_admin # 复制glance配置文件备份 [root@controller ~(keystone_admin)]# cd /etc/glance/ [root@controller glance 阅读全文
posted @ 2022-08-30 00:03 kongshuo 阅读(173) 评论(0) 推荐(0)