- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 158字
- 2021-07-02 23:19:17
How to do it…
As demonstrated in the earlier chapters, we will boot up a virtual machine using Vagrant and configure that as our RGW node:
- Launch rgw-node1 using vagrantfile, as we have done for Ceph nodes in Chapter 1, Ceph – Introduction and Beyond. Make sure you are on the host machine and under the Ceph-Cookbook-Second-Edition repository before bringing up rgw-node1 using Vagrant:
# cd Ceph-Cookbook-Second-Edition
# vagrant up rgw-node1
- Once rgw-node1 is up, check the Vagrant status, and log into the node:
$ vagrant status rgw-node1

$ vagrant ssh rgw-node1
- Upgrade to the latest CentOS 7.4, you can use the following command:
$ sudo yum update -y
- Check if rgw-node1 can reach the Ceph cluster nodes:
# ping ceph-node1 -c 3
# ping ceph-node2 -c 3
# ping ceph-node3 -c 3
- Verify the localhost file entries, hostname, and FQDN for rgw-node1:
# cat /etc/hosts | grep -i rgw
# hostname
# hostname -f

推薦閱讀
- 亮劍.NET:.NET深入體驗與實戰精要
- Project 2007項目管理實用詳解
- Linux Mint System Administrator’s Beginner's Guide
- 走入IBM小型機世界
- 手把手教你學AutoCAD 2010
- Expert AWS Development
- 城市道路交通主動控制技術
- 學練一本通:51單片機應用技術
- 所羅門的密碼
- 智慧未來
- Hands-On SAS for Data Analysis
- 玩機器人 學單片機
- Hands-On DevOps
- Embedded Linux Development using Yocto Projects(Second Edition)
- EDA技術及其創新實踐(Verilog HDL版)