Skip to content

A Ceph cluster on Raspberry Pi is an awesome way to create a RADOS home storage solution (NAS) that is highly redundant and low power usage. It’s also a low cost way to get into Ceph, which may or may not be the future of storage (software defined storage definitely is as a whole). Ceph on ARM is an interesting idea in and of itself.

Notifications You must be signed in to change notification settings

AkashSolankle/Ceph-On-Raspberry-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

CEPH On Raspberry Pi

A Ceph cluster on Raspberry Pi is an awesome way to create a RADOS home storage solution (NAS) that is highly redundant and low power usage. It’s also a low cost way to get into Ceph, which may or may not be the future of storage (software defined storage definitely is as a whole). Ceph on ARM is an interesting idea in and of itself.

Burn

####Burn Flash OS images to SD cards & USB drives, safely and easily.

https://github.com/resin-io/etcher.git

Installers

Refer to the downloads page for the latest pre-made installers for all supported operating systems.

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

#Add Etcher debian repository:

echo "deb https://dl.bintray.com/resin-io/debian stable etcher" | sudo tee /etc/apt/sources.list.d/etcher.list

Trust Bintray.com's GPG key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61

Update and install:

sudo apt-get update
sudo apt-get install etcher-electron

Uninstall

sudo apt-get remove etcher-electron sudo rm /etc/apt/sources.list.d/etcher.list sudo apt-get update

Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)

Add Etcher rpm repository:

sudo wget https://bintray.com/resin-io/redhat/rpm -O /etc/yum.repos.d/bintray-resin-io-redhat.repo

Update and install:

sudo yum install -y etcher-electron

or

sudo dnf install -y etcher-electron

Uninstall

sudo yum remove -y etcher-electron sudo rm /etc/yum.repos.d/bintray-resin-io-redhat.repo or sudo rm -rvf /etc/yum.repos.d/bintray-resin-io-redhat.repo sudo yum clean all sudo yum makecache fast

or

sudo dnf remove -y etcher-electron sudo rm /etc/yum.repos.d/bintray-resin-io-redhat.repo sudo dnf clean all sudo dnf makecache

Solus (GNU/Linux x64)

sudo eopkg it etcher

Uninstall

+sudo eopkg rm etcher

Deploy the Configuration

To deploy the configuration, create a directory for each daemon as follows: sudo mkdir /var/lib/ceph/osd/ceph-0 sudo mkdir /var/lib/ceph/osd/ceph-1 sudo mkdir /var/lib/ceph/mon/ceph-a sudo mkdir /var/lib/ceph/mds/ceph-a

About

A Ceph cluster on Raspberry Pi is an awesome way to create a RADOS home storage solution (NAS) that is highly redundant and low power usage. It’s also a low cost way to get into Ceph, which may or may not be the future of storage (software defined storage definitely is as a whole). Ceph on ARM is an interesting idea in and of itself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •