All Projects → kairen → Learning Ceph

kairen / Learning Ceph

Tidy up Ceph tutorials.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Learning Ceph

metalnetes
Create and manage multiple Kubernetes clusters using KVM on a bare metal Fedora 29 server. Includes helm + rook-ceph + nginx ingress + the stock analysis engine (jupyter + redis cluster + minio + automated cron jobs for data collection) - works on Kubernetes version v1.16.0 - 1.16.3 was not working
Stars: ✭ 37 (+0%)
Mutual labels:  ceph
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (+627.03%)
Mutual labels:  ceph
Ceph Csi
CSI driver for Ceph
Stars: ✭ 524 (+1316.22%)
Mutual labels:  ceph
kernel new features
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
Stars: ✭ 1,094 (+2856.76%)
Mutual labels:  ceph
benji
📁 This library is a Scala reactive DSL for object storage (e.g. S3/Amazon, S3/CEPH, Google Cloud Storage).
Stars: ✭ 18 (-51.35%)
Mutual labels:  ceph
Go Ceph
Go bindings for Ceph 🐙 🐙 🐙
Stars: ✭ 369 (+897.3%)
Mutual labels:  ceph
cephgeorep
An efficient unidirectional remote backup daemon for CephFS.
Stars: ✭ 27 (-27.03%)
Mutual labels:  ceph
Crowbar
Cloud Operations Platform
Stars: ✭ 760 (+1954.05%)
Mutual labels:  ceph
ceph-cheatsheet
All™ you ever wanted to know about operating a Ceph cluster!
Stars: ✭ 84 (+127.03%)
Mutual labels:  ceph
Experiments
Personal code, scripts and config files for experiments
Stars: ✭ 457 (+1135.14%)
Mutual labels:  ceph
file-storage-system
一个基于 Go 语言实现的分布式云存储服务,慕课网实战仿百度网盘项目。
Stars: ✭ 149 (+302.7%)
Mutual labels:  ceph
k8s-istio-demo
Demo showing the capabilities of Istio
Stars: ✭ 22 (-40.54%)
Mutual labels:  ceph
Kurl
Production-grade, airgapped Kubernetes installer combining upstream k8s with overlays and popular components
Stars: ✭ 391 (+956.76%)
Mutual labels:  ceph
filestore-server
基于golang实现的一种分布式云存储服务
Stars: ✭ 61 (+64.86%)
Mutual labels:  ceph
Bareos
Main repository with the code for the libraries and daemons
Stars: ✭ 651 (+1659.46%)
Mutual labels:  ceph
ceph-prometheus-rules
Prometheus Rules to monitor CEPH instances
Stars: ✭ 17 (-54.05%)
Mutual labels:  ceph
Kube Ansible
Build a Kubernetes cluster via Ansible playbook. 🔧 🔧 🔧
Stars: ✭ 354 (+856.76%)
Mutual labels:  ceph
Api
SODA API is an open source implementation of SODA API Standards for Data and Storage Management.
Stars: ✭ 795 (+2048.65%)
Mutual labels:  ceph
Rome
Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others
Stars: ✭ 724 (+1856.76%)
Mutual labels:  ceph
Ceph Dash
Flask based api / dashboard for viewing a ceph clusters overall health status
Stars: ✭ 398 (+975.68%)
Mutual labels:  ceph

Ceph 相關技術筆記與整理

本書主要整理 Ceph 相關技術與資訊,其中包含環境安裝、指令翻譯、概念翻譯與教學範例等。並隨著需求增加更多整合的內容,除了透過自我筆記來對 Ceph 相關技術窺探與實作,也希望能降低其入門與環境部署的難易度。

參與貢獻

如果您想一起參與貢獻的話,您可以協助以下項目:

  • 幫忙校正、挑錯別字、語病等等
  • 提供一些修改建議
  • 提出對某些術語翻譯的建議
  • 提供 Ceph 相關安裝與教學
  • 提供儲存相關安裝與教學

透過 Github 進行協作

  1. Githubfork 到自己的 Repository,例如:<User>/learning-ceph.git,然後 clone 到 Local 端,並設定 Git 使用者資訊。
$ git clone https://github.com/<User>/learning-ceph.git
$ cd learning-ceph
$ git config user.name "User"
$ git config user.email [email protected]
  1. 修改程式碼或內容後,透過 commit 來提交到自己的 Repository:
$ git commit -am "Fix issue #1: change helo to hello"
$ git push

若新增採用一般文字訊息,如 Add cephfs command example

  1. 在 GitHub 上提教一個 Pull Request。
  2. 持續針對專案的 Repository 進行更新:
$ git remote add upstream  https://github.com/kairen/learning-ceph.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].