From 406f3ad377f0c198f112d5c7a0d56c318153054c Mon Sep 17 00:00:00 2001 From: utkarshbhatthere Date: Fri, 26 May 2023 16:18:23 +0530 Subject: [PATCH] Added Readme Badges and fixed Go Report warnings Signed-off-by: utkarshbhatthere --- README.md | 6 ++++++ microceph/ceph/config.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efe96859..122ea583 100644 --- a/README.md +++ b/README.md @@ -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)

MicroCeph is snap-deployed Ceph with built-in clustering.

+[![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) diff --git a/microceph/ceph/config.go b/microceph/ceph/config.go index 4619d2b9..5a19c796 100644 --- a/microceph/ceph/config.go +++ b/microceph/ceph/config.go @@ -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"}},