Skip to content

Creates a Ceph cluster with one OSD, one monitor and a manager daemon

License

Notifications You must be signed in to change notification settings

MahatiC/ceph-single-osd-mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ceph-single-osd-mon

Creates a Ceph cluster with one OSD, one monitor and a manager daemon

Be sure to read through the scripts to replace with custom values for partitions etc.

Place ceph.conf in /etc/ceph. And run the below scripts to create a cluster:

  1. create_mon_mgr.sh
  2. create_osd.sh

It will create manager and monitor with 'mymgr' and 'mymon' names respectively. Run the below script to tear down the cluster.

  1. remove_osd_mon_mgr.sh

About

Creates a Ceph cluster with one OSD, one monitor and a manager daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages