Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Proxmox

You're reading from   Mastering Proxmox Master Proxmox VE to effectively implement server virtualization technology within your network

Arrow left icon
Product type Paperback
Published in Jul 2014
Publisher
ISBN-13 9781783980826
Length 310 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Wasim Ahmed Wasim Ahmed
Author Profile Icon Wasim Ahmed
Wasim Ahmed
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Dive into the Virtual World with Proxmox 2. Proxmox Under the Hood FREE CHAPTER 3. Shared Storages with Proxmox 4. A Virtual Machine for a Virtual World 5. Network of Virtual Networks 6. Proxmox HA – Zero Downtime 7. High Availability Storage for High Availability Cluster 8. Proxmox Production Level Setup 9. Proxmox Troubleshooting 10. Putting It All Together Index

Creating a Ceph FS


Ceph FS requires MDS to function. We have already put together two physical nodes to set up MDS. We are now going to set up an MDS daemon on them to set up Ceph FS. Note that we do not recommend Ceph FS in a production environment yet to store mission-critical virtual machines or other data.

Setting up an MDS daemon

The following steps can be performed from the admin mode to install Ceph on MDS nodes and set up MDS daemons:

  1. Install Ceph on the MDS node using the following commands:

    # ceph-deploy install ceph-mds-01
    # ceph-deploy install ceph-mds-02
    
  2. Set up the MDS daemon on an MDS nodes using the following commands:

    # ceph-deploy mds create <ceph_mds_01>
    # ceph-deploy mds create <ceph_mds_02>
    
  3. Now let's check the status of the cluster with the MDS nodes:

    cephadmin@ceph-admin-01:/pmxceph# sudo ceph –s
    

We should have the following output on our screen:

    cluster 472cefbe-11a6-40f7-a352-5d245ae89fb3
     health HEALTH_OK
     monmap e2: 3 mons at {ceph-mon-01=192...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image