Ceph is an open-source software-defined storage platform that provides object, block, and file storage from a single distributed computer cluster. In this tutorial, we will learn how to install Ceph on Windows 10 using the following steps.
git clone https://github.com/ceph/ceph.git
cd ceph
./install-deps.sh
./do_cmake.sh
make -j$(nproc)
cd build
ceph-disk -v prepare /dev/sdb # assuming /dev/sdb is the device to prepare
ceph-disk -v activate /dev/sdb1 #assuming /dev/sdb1 exists already
cd ..
./bin/ceph-authtool --create-keyring keyring
./bin/ceph-authtool keyring -n client.admin --gen-key --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow' --cap mgr 'allow *'
./bin/ceph-authtool -n client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' keyring > ceph.client.admin.keyring
./bin/ceph osd pool create rbd 64
./bin/ceph -c build/ceph.conf -k build/ceph.client.admin.keyring -i client.admin --debug monc=20 mon debug_xlist=true auth debug_implicit_leases=true -m mon.0 daemonized
That’s it. You have successfully installed the Ceph software-defined storage platform on your Windows 10 machine.
Ceph is an open-source distributed storage platform that enables you to store, access, and manage your data with ease. With the above installation guide, you can quickly and easily install Ceph on your Windows 10 machine. Also, please note that this installation guide is for testing purposes only and not ideal for production environments.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!