October 2017
Intermediate to advanced
340 pages
9h 46m
English
So far we have downloaded and installed all the necessary dependencies and updated the necessary configuration files in order to prepare for Ceph deployment. In this section, we will make use of all of the work we did previously to finally deploy a Ceph cluster in the sandbox environment.
This proceeds in two phases:
The first phase will use Vagrant to create the virtual machines. Based on the modifications we did to the vagrant_variables.yml file at the end of this step we should see a total of five virtual machines created: 1 for Ceph monitor, 3 for Ceph OSDs, and 1 for the client.
$ vagrant up --no-provision --provider=virtualbox
This instructs vagrant to create the CPU, memory, and storage resources for each ...
Read now
Unlock full access