-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
169 lines (161 loc) · 8.3 KB
/
mkdocs.yml
File metadata and controls
169 lines (161 loc) · 8.3 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
site_name: Pelagia Controller for Rook Ceph management
site_author: Mirantis
docs_dir: ./docs
repo_name: GitHub
repo_url: https://github.com/mirantis/pelagia
copyright:
'© 2005 - 2026 Mirantis, Inc. All rights reserved.'
theme:
name: "material"
font:
text: Overpass
code: Roboto Mono
palette:
# Palette toggle for light mode
- scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
icon: assets/mirantis-logo-inverted-horizontal-one-color.svg
logo: assets/mirantis-logo-inverted-horizontal-one-color.svg
favicon: assets/favicon.ico
search: true
search_index_only: true
features:
- toc.autohide
- search.suggest
- search.highlight
# - navigation.sections
# - navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.path
- content.code.copy
- navigation.top
- navigation.indexes
extra_css:
- stylesheets/extra.css
plugins:
- search
- mermaid2
- callouts
- table-reader
- exclude:
glob:
- snippets/*
- snippets
- include-markdown
markdown_extensions:
- admonition
- tables
- markdown_grid_tables
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "#"
toc_depth: 3
nav:
- index.md
- Architecture:
- Architecture: architecture/index.md
- Pelagia overview: architecture/overview.md
- Pelagia limitations: architecture/limitations.md
- Pelagia integration with Rockoon: architecture/rockoon-integration.md
- Addressing Ceph storage devices: architecture/addressing-ceph-devices.md
- Custom resources:
- Custom resources: architecture/custom-resources/index.md
- CephDeployment custom resource: architecture/custom-resources/cephdeployment.md
- CephDeploymentHealth custom resource: architecture/custom-resources/cephdeploymenthealth.md
- CephDeploymentSecret custom resource: architecture/custom-resources/cephdeploymentsecret.md
- CephOsdRemoveTask custom resource: architecture/custom-resources/cephosdremovetask.md
- Quick Start:
- Quick Start: quick-start/index.md
- Install Pelagia: quick-start/installation.md
- Install Pelagia in the LCM-only mode: quick-start/lcm-installation.md
- Upgrade Pelagia: quick-start/upgrade.md
- Developer Guide: developer.md
- Operations Guide:
- Operations Guide: ops-guide/index.md
- CephDeployment operations:
- CephDeployment operations: ops-guide/deployment/index.md
- Ceph resources management:
- Ceph resources management: ops-guide/deployment/ceph-resource-mgmt/index.md
- Enable management of Ceph tolerations and resources: ops-guide/deployment/ceph-resource-mgmt/enable-resource-mgmt.md
- Verify Ceph tolerations and resources: ops-guide/deployment/ceph-resource-mgmt/verify-resource-mgmt.md
- Ceph user credentials:
- Ceph user credentials: ops-guide/deployment/ceph-user-creds/index.md
- Manage Ceph RBD or CephFS clients: ops-guide/deployment/ceph-user-creds/ceph-client.md
- Manage Ceph Object Storage users: ops-guide/deployment/ceph-user-creds/ceph-rgw-user.md
- Configure Ceph Shared File System (CephFS): ops-guide/deployment/cephfs.md
- Ceph default configuration: ops-guide/deployment/default-ceph-conf.md
- Share Ceph across two clusters: ops-guide/deployment/external-ceph.md
- Migrate Ceph pools from one failure domain to another: ops-guide/deployment/move-failure-domain.md
- Move a Ceph Monitor daemon to another node: ops-guide/deployment/move-mon-daemon.md
- Move Ceph Monitor before node replacement: ops-guide/deployment/move-mon-node-replace.md
- Enable Ceph multinetwork: ops-guide/deployment/multinetworking.md
- Ceph Object Storage:
- Ceph Object Storage: ops-guide/deployment/object-storage/index.md
- Enable Ceph RADOS Gateway Object Storage: ops-guide/deployment/object-storage/rgw.md
- Enable Multisite for Ceph Object Storage: ops-guide/deployment/object-storage/rgw-multisite.md
- Configure Ceph Object Storage server-side encryption: ops-guide/deployment/object-storage/rgw-sse.md
- Configure Ceph Object Gateway TLS: ops-guide/deployment/object-storage/rgw-tls.md
- RADOS Gateway bucket policy:
- RADOS Gateway bucket policy: ops-guide/deployment/object-storage/s3-bucket-policy/index.md
- Create Ceph Object Storage users: ops-guide/deployment/object-storage/s3-bucket-policy/s3-create-user.md
- Set a bucket policy for a Ceph Object Storage user: ops-guide/deployment/object-storage/s3-bucket-policy/bucket-policy-s3.md
- Set a bucket policy for OpenStack users: ops-guide/deployment/object-storage/s3-bucket-policy/bucket-policy-rockoon.md
- Enable Ceph RBD mirroring: ops-guide/deployment/rbd-mirror.md
- Specify Rook daemons placement: ops-guide/deployment/rook-daemon-place.md
- Ceph cluster lifecycle management:
- Ceph cluster lifecycle management: ops-guide/lcm/index.md
- Automated lifecycle management:
- Automated lifecycle management: ops-guide/lcm/auto-lcm/index.md
- Create a Ceph OSD remove task: ops-guide/lcm/auto-lcm/create-task-workflow.md
- Add, remove, or reconfigure Ceph nodes: ops-guide/lcm/auto-lcm/add-rm-ceph-node.md
- Add, remove, or reconfigure Ceph OSDs: ops-guide/lcm/auto-lcm/add-rm-ceph-osd.md
- Add, remove, or reconfigure Ceph OSDs with metadata devices: ops-guide/lcm/auto-lcm/add-rm-ceph-osd-with-meta.md
- Replace a failed Ceph node: ops-guide/lcm/auto-lcm/replace-ceph-node.md
- Replace a failed Ceph OSD: ops-guide/lcm/auto-lcm/replace-ceph-osd.md
- Replace a failed metadata device: ops-guide/lcm/auto-lcm/replace-meta.md
- Replace a failed Ceph OSD disk with a metadata device as a device name: ops-guide/lcm/auto-lcm/replace-osd-meta-device.md
- Replace a failed Ceph OSD with a metadata device as a logical volume path: ops-guide/lcm/auto-lcm/replace-osd-meta-lvm.md
- Increase Ceph cluster storage size: ops-guide/lcm/increase-storage-size.md
- Remove Ceph OSD manually: ops-guide/lcm/manual-osd-remove.md
- Rockoon integration:
- Rockoon integration: ops-guide/rockoon/index.md
- Integrate Pelagia with Rockoon: ops-guide/rockoon/rockoon-integration.md
- Calculate target ratios for Ceph pools for Rockoon: ops-guide/rockoon/calc-target-ratio.md
- Ceph pools for Cinder multi-backend: ops-guide/rockoon/cinder-multi-backend.md
- Verify Ceph cluster:
- Verify Ceph cluster: ops-guide/verify-ceph/index.md
- Verify the Ceph core services: ops-guide/verify-ceph/verify-ceph-core.md
- Verify Ceph cluster state: ops-guide/verify-ceph/verify-cephdeploymenthealth.md
- Verify Pelagia Controllers and Rook Ceph Operator: ops-guide/verify-ceph/verify-pelagia-and-rook.md
- Verify rook-discover: ops-guide/verify-ceph/verify-rook-discover.md
- Troubleshoot:
- Troubleshoot: troubleshoot/index.md
- Ceph disaster recovery: troubleshoot/ceph-disaster-recover.md
- The ceph-exporter pods are present in the Ceph crash list: troubleshoot/ceph-exporter-crash.md
- Ceph Monitors recovery: troubleshoot/ceph-mon-recover.md
- Ceph Monitors store.db size rapidly growing: troubleshoot/ceph-mon-store-size-grow.md
- Replaced Ceph OSD fails to start on authorization: troubleshoot/ceph-osd-auth-failed.md
- Ceph health reports *PG_DAMAGED* after a failed disk or node replacement: troubleshoot/ceph-pg-damaged.md
- CephOsdRemoveTask failure with a timeout during rebalance: troubleshoot/cephosdremovetask-timeout.md
- Maintenance stuck on a compact Ceph cluster: troubleshoot/stuck-maintenance.md
# - Operations Guide:
# - Upgrade OpenStack: ops/openstack/upgrade.md
# - Run tempest: ops/openstack/tempest.md
# - Troubleshoot: ops/openstack/troubleshoot.md