Correct levels in TOC

This commit is contained in:
Joshua Boniface 2021-10-07 18:08:28 -04:00
parent d476b13cc0
commit b339d5e641
1 changed files with 18 additions and 18 deletions

View File

@ -2,24 +2,24 @@
- [PVC Cluster Architecture considerations](#pvc-cluster-architecture-considerations)
* [Node Specification](#node-specification)
- [n-1 Redundancy](#n-1-redundancy)
- [CPU](#cpu)
- [Memory](#memory)
- [Disk](#disk)
- [Network](#network)
* [PVC architecture](#pvc-architecture)
- [Operating System](#operating-system)
- [Ceph Storage Layout](#ceph-storage-layout)
- [Networks](#networks)
+ [System Networks](#system-networks)
+ [Client Networks](#client-networks)
- [Fencing and Recovery](#fencing-and-recovery)
* [Advanced Layouts](#advanced-layouts)
- [Coordinators versus Hypervisors](#coordinators-versus-hypervisors)
- [Georedundancy](#georedundancy)
* [Example System Diagrams](#example-system-diagrams)
- [Small 3-node cluster](#small-3-node-cluster)
- [Large 8-node cluster](#large-8-node-cluster)
+ [n-1 Redundancy](#n-1-redundancy)
+ [CPU](#cpu)
+ [Memory](#memory)
+ [Disk](#disk)
+ [Network](#network)
* [PVC architecture](#pvc+architecture)
+ [Operating System](#operating-system)
+ [Ceph Storage Layout](#ceph-storage-layout)
+ [Networks](#networks)
- [System Networks](#system+networks)
- [Client Networks](#client+networks)
+ [Fencing and Recovery](#fencing-and-recovery)
* [Advanced Layouts](#advanced+layouts)
+ [Coordinators versus Hypervisors](#coordinators-versus-hypervisors)
+ [Georedundancy](#georedundancy)
* [Example System Diagrams](#example+system-diagrams)
+ [Small 3-node cluster](#small-3-node-cluster)
+ [Large 8-node cluster](#large-8-node-cluster)
This document contains considerations the administrator should make when preparing for and building a PVC cluster. It is important that prospective PVC administrators read this document *thoroughly* before deploying a cluster to ensure they understand the requirements, caveats, and important details about how PVC operates.