January 2019
Intermediate to advanced
606 pages
15h 1m
English
As we did earlier, we will set up a Ceph client machine using Vagrant and VirtualBox. We will use the same Vagrantfile that we cloned in the last chapter i.e. Chapter 1, Ceph - Introduction and Beyond. Vagrant will then launch a CentOS 7.3 virtual machine that we will configure as a Ceph client:
$ vagrant status client-node1 $ vagrant up client-node1
$ vagrant ssh client-node1 $ sudo yum update -y