Rex-Ray配置VirtualBox backend

简介: 【1】在VirtualBox宿主机上启动vboxwebsrv服务

【1】Installation REX-Ray

curl -sSL https://rexray.io/install | sh -

【2】然后创建并编辑 REX-Ray 的配置文件 /etc/rexray/config.yml

libstorage:
  service: virtualbox
virtualbox:
  endpoint: http://192.168.57.1:18083
  volumePath:  /Users/ztr/VirtualBox/Volumes
  controllerName: SATA

【3】在VirtualBox宿主机上启动vboxwebsrv服务

【4】关闭 VirtualBox 的登录认证:

【5】在关机状态下修改虚拟机 master和 docker1 的 Storage 配置

  1. 关闭虚拟机master和docker1

2.删除IDE存储介质,保留SATA存储介质

3.设置SATA controller 的 port 数量的最大值 为 30

【6】开启master和docker1, 运行rexray volume ls 测试 Rex-Ray 是否能够正常工作。

目录
相关文章
|
4月前
|
并行计算 Linux Docker
Docker【部署 07】镜像内安装tensorflow-gpu及调用GPU多个问题处理Could not find cuda drivers+unable to find libcuda.so...
Docker【部署 07】镜像内安装tensorflow-gpu及调用GPU多个问题处理Could not find cuda drivers+unable to find libcuda.so...
262 0
|
分布式计算 Spark
《Acceleration of Generic SPARK Workloads via a “Sea of Cores” Scalable Compute Fabric》电子版地址
Acceleration of Generic SPARK Workloads via a “Sea of Cores” Scalable Compute Fabric
56 0
《Acceleration of Generic SPARK Workloads via a “Sea of Cores” Scalable Compute Fabric》电子版地址
|
Docker Windows 容器
Windows10 启动 Docker Desktop 时报错 Containers feature is disabled
Windows10 启动 Docker Desktop 时报错 Containers feature is disabled
284 0
Windows10 启动 Docker Desktop 时报错 Containers feature is disabled
|
JavaScript 关系型数据库 MySQL
|
虚拟化 数据安全/隐私保护 存储