Skip to content

Commit

Permalink
Merge pull request #138 from UtkarshBhatthere/readmeUpdate
Browse files Browse the repository at this point in the history
Added Readme Badges
  • Loading branch information
sabaini authored Jul 11, 2023
2 parents 45d7067 + 406f3ad commit 6003c45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# MicroCeph

[![microceph](https://snapcraft.io/microceph/badge.svg)](https://snapcraft.io/microceph)
[![microceph](https://snapcraft.io/microceph/trending.svg?name=0)](https://snapcraft.io/microceph)
[![Go Report Card](https://goreportcard.com/badge/github.com/canonical/microceph/microceph)](https://goreportcard.com/report/github.com/canonical/microceph/microceph)
[![Documentation Status](https://readthedocs.com/projects/canonical-microceph/badge/?version=latest)](https://canonical-microceph.readthedocs-hosted.com/en/latest/?badge=latest)

<p align="center">
<a href="https://snapcraft.io/microceph">MicroCeph</a> is snap-deployed Ceph with built-in clustering.
</p>

[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/microceph)


## Table of Contents
1. [💡 Philosophy](#💡-philosophy)
2. [🎯 Features](#🎯-features)
Expand Down
2 changes: 1 addition & 1 deletion microceph/ceph/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (c ConfigTable) Keys() (keys []string) {
}

// Since we can't have const maps, we encapsulate the map into a func
// so that each request for the map gaurantees consistent definition.
// so that each request for the map guarantees consistent definition.
func GetConstConfigTable() ConfigTable {
return ConfigTable{
"public_network": {"global", []string{"mon", "osd"}},
Expand Down

0 comments on commit 6003c45

Please sign in to comment.