-
Notifications
You must be signed in to change notification settings - Fork 22
/
metadata.yaml
52 lines (52 loc) · 1.08 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: ceph-osd
summary: Highly scalable distributed storage - Ceph OSD storage
maintainer: OpenStack Charmers <[email protected]>
provides:
nrpe-external-master:
interface: nrpe-external-master
scope: container
tags:
- openstack
- storage
- file-servers
- misc
series:
- noble
description: |
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
.
This charm provides the Ceph OSD personality for expanding storage capacity
within a ceph deployment.
docs: https://discourse.charmhub.io/t/ceph-osd-docs-index/10545
extra-bindings:
public:
cluster:
requires:
mon:
interface: ceph-osd
secrets-storage:
interface: vault-kv
storage:
osd-devices:
type: block
multiple:
range: 0-
minimum-size: 1G
osd-journals:
type: block
multiple:
range: 0-
bluestore-db:
type: block
multiple:
range: 0-
bluestore-wal:
type: block
multiple:
range: 0-
cache-devices:
type: block
multiple:
range: 0-
minimum-size: 10G