Skip to content

brandt/ceph-infernalis-centos-6-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceph RPM

Builds Ceph v9.2.0 (Infernalis) RPMs for RHEL 6-based systems.

Usage

To build, run:

make

The resulting artifacts will be in the, you guessed it, artifacts directory.

Troubleshooting

To get an interactive shell, run:

make shell

Build Requirements

Building requires the following (not including system resources):

  • CPU: The more the merrier
  • Memory: ~6 GB
  • Disk: 20 GB

This is bigger than the default boot2docker VM.

If you still want to do this on your Mac, create a new VM with:

docker-machine create -d virtualbox --virtualbox-disk-size "30000" --virtualbox-memory "12288" build
eval "$(docker-machine env build)"

Errata

This currently builds v9.2.0.

To see how the Infernalis branch as drifted from this release, see: https://github.com/ceph/ceph/compare/v9.2.0...infernalis

About

Quick and dirty code to build Ceph 9.2.0 (Infernalis) on CentOS 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published