├── README.md ├── docs ├── ceph-ansible-nautilus-offline-c7 │ ├── 0-backup-ceph-ansible-git.md │ ├── 1-local-repo-centos7-mirros.md │ ├── 2-local-repo-ceph-nautilus.md │ ├── 3-ceph-ansible-nautilus-centos7-git-localrepo.md │ ├── README.md │ └── backup │ │ ├── 0-create-local-mirror-centos7.md │ │ ├── 1-backup-ceph-local-repo.md │ │ ├── 1-local-repo-ceph-mirros.md │ │ ├── 2-install-ceph-local-repo-offline.md │ │ └── 3-ceph-ansible-nautilus-centos7-git-localrepo.md ├── ceph-ansible-octopus-offline-c8 │ ├── 0-backup-ceph-ansible-git.md │ ├── 1-local-repo-centos8-mirros.md │ ├── 2-ceph-ansible-octopus-centos8-git-localrepo.md │ ├── 3-remove-ceph-by-ceph-ansible.md │ ├── 4-ceph-ansible-octopus-3-node-centos8-git-localrepo.md │ ├── README.md │ └── backups │ │ └── 2-local-repo-ceph-centos8.md ├── ceph-ansible │ ├── README.md │ ├── all.yml │ ├── ceph-ansible-nautilus-centos7-git-localrepo.md │ ├── ceph-ansible-nautilus-centos7-git.md │ ├── ceph-ansible-nautilus-centos7-yum.md │ └── ceph-local-repo-nautilus.md ├── ceph │ ├── ceph-admin-mon-osd.md │ ├── ceph-install-luminous-aio.md │ ├── ceph-install-rgw.md │ ├── ceph-manual-note.md │ ├── ceph-manual-rbd.md │ ├── ceph-manual.md │ ├── ceph-pgs-note.md │ ├── ceph-pgs.md │ ├── ceph-requirement-note.md │ ├── crush-map.md │ ├── images │ │ ├── ceph-aio-lumi-1.png │ │ ├── ceph-install-rgw-1.png │ │ ├── ceph-install-rgw-2.png │ │ ├── ceph-install-rgw-3.png │ │ ├── ceph-install-rgw-4.png │ │ ├── ceph-install-rgw-5.png │ │ ├── ceph-manual-1.PNG │ │ ├── ceph-pgs-1.png │ │ ├── ceph-requirement-1.PNG │ │ ├── ceph-requirement-2.PNG │ │ ├── ceph-requirement-3.PNG │ │ ├── ceph-requirement-4.PNG │ │ └── install-rbd-1.PNG │ ├── manual-service-ceph.md │ └── update-config-ceph.md ├── idc │ ├── chap1.md │ ├── chap2.md │ └── chap9.md ├── iops-latency-throughput-2.md ├── iops-latency-throughput.md ├── latency.md └── terms │ ├── QoS.md │ ├── ben-script │ ├── fio-cmd.sh │ ├── fio-read.sh │ ├── fio-vps.sh │ ├── fio.sh │ ├── init.md │ ├── read-only.vd │ ├── read-write-random.vd │ └── test-loop.vd │ ├── benmark-disk.md │ ├── fio.md │ ├── images │ ├── ceph-ilt-1.png │ ├── ceph-ilt-2.png │ ├── ceph-ilt-3.png │ ├── ceph-ilt-4.png │ ├── ceph-ilt-5 │ ├── ceph-ilt-6.png │ ├── mb-mib.PNG │ ├── pci-1.jpg │ ├── pci-2.jpg │ ├── redhat-tech-1.png │ ├── redhat-tech-10.png │ ├── redhat-tech-11.png │ ├── redhat-tech-12.png │ ├── redhat-tech-2.png │ ├── redhat-tech-3.png │ ├── redhat-tech-4.jpg │ ├── redhat-tech-5.png │ ├── redhat-tech-6.png │ ├── redhat-tech-7.png │ ├── redhat-tech-8.png │ └── redhat-tech-9.png │ ├── iops-bw-deep.md │ ├── iops-latency-throughput.md │ ├── package.md │ ├── pcie.md │ ├── redhat-tech.md │ ├── sla-slo.md │ └── u-mean-datacenter.md └── images ├── ceph-pgs-1.png ├── chap2-1.png ├── chap2-10.png ├── chap2-11.png ├── chap2-12.png ├── chap2-13.png ├── chap2-14.png ├── chap2-15.png ├── chap2-16.png ├── chap2-17.png ├── chap2-18.png ├── chap2-19.png ├── chap2-2.png ├── chap2-20.png ├── chap2-21.png ├── chap2-22.png ├── chap2-23.png ├── chap2-24.png ├── chap2-25.png ├── chap2-26.png ├── chap2-27.png ├── chap2-28.png ├── chap2-29.png ├── chap2-3.png ├── chap2-4.png ├── chap2-5.png ├── chap2-6.png ├── chap2-7.png ├── chap2-8.png ├── chap2-9.png ├── chap9-1.png ├── chap9-2.png ├── chapter1-1.PNG ├── chapter1-2.PNG ├── chapter1-3.PNG ├── chapter1-4.PNG ├── chapter1-5.PNG ├── chapter1-6.PNG ├── chapter1-7.PNG ├── chapter1-8.PNG ├── chapter1-9.PNG ├── iops-latency-throughput-1.png ├── iops-latency-throughput-2-1.png ├── iops-latency-throughput-2-2.png ├── iops-latency-throughput-2-3.png ├── iops-latency-throughput-2.png ├── latency-1.png ├── latency-2.png └── u-mean-1.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/README.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/0-backup-ceph-ansible-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/0-backup-ceph-ansible-git.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/1-local-repo-centos7-mirros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/1-local-repo-centos7-mirros.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/2-local-repo-ceph-nautilus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/2-local-repo-ceph-nautilus.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/3-ceph-ansible-nautilus-centos7-git-localrepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/3-ceph-ansible-nautilus-centos7-git-localrepo.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/README.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/backup/0-create-local-mirror-centos7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/backup/0-create-local-mirror-centos7.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/backup/1-backup-ceph-local-repo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/backup/1-backup-ceph-local-repo.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/backup/1-local-repo-ceph-mirros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/backup/1-local-repo-ceph-mirros.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/backup/2-install-ceph-local-repo-offline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/backup/2-install-ceph-local-repo-offline.md -------------------------------------------------------------------------------- /docs/ceph-ansible-nautilus-offline-c7/backup/3-ceph-ansible-nautilus-centos7-git-localrepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-nautilus-offline-c7/backup/3-ceph-ansible-nautilus-centos7-git-localrepo.md -------------------------------------------------------------------------------- /docs/ceph-ansible-octopus-offline-c8/0-backup-ceph-ansible-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-octopus-offline-c8/0-backup-ceph-ansible-git.md -------------------------------------------------------------------------------- /docs/ceph-ansible-octopus-offline-c8/1-local-repo-centos8-mirros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-octopus-offline-c8/1-local-repo-centos8-mirros.md -------------------------------------------------------------------------------- /docs/ceph-ansible-octopus-offline-c8/2-ceph-ansible-octopus-centos8-git-localrepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-octopus-offline-c8/2-ceph-ansible-octopus-centos8-git-localrepo.md -------------------------------------------------------------------------------- /docs/ceph-ansible-octopus-offline-c8/3-remove-ceph-by-ceph-ansible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-octopus-offline-c8/3-remove-ceph-by-ceph-ansible.md -------------------------------------------------------------------------------- /docs/ceph-ansible-octopus-offline-c8/4-ceph-ansible-octopus-3-node-centos8-git-localrepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-octopus-offline-c8/4-ceph-ansible-octopus-3-node-centos8-git-localrepo.md -------------------------------------------------------------------------------- /docs/ceph-ansible-octopus-offline-c8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-octopus-offline-c8/README.md -------------------------------------------------------------------------------- /docs/ceph-ansible-octopus-offline-c8/backups/2-local-repo-ceph-centos8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible-octopus-offline-c8/backups/2-local-repo-ceph-centos8.md -------------------------------------------------------------------------------- /docs/ceph-ansible/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible/README.md -------------------------------------------------------------------------------- /docs/ceph-ansible/all.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible/all.yml -------------------------------------------------------------------------------- /docs/ceph-ansible/ceph-ansible-nautilus-centos7-git-localrepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible/ceph-ansible-nautilus-centos7-git-localrepo.md -------------------------------------------------------------------------------- /docs/ceph-ansible/ceph-ansible-nautilus-centos7-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible/ceph-ansible-nautilus-centos7-git.md -------------------------------------------------------------------------------- /docs/ceph-ansible/ceph-ansible-nautilus-centos7-yum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible/ceph-ansible-nautilus-centos7-yum.md -------------------------------------------------------------------------------- /docs/ceph-ansible/ceph-local-repo-nautilus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph-ansible/ceph-local-repo-nautilus.md -------------------------------------------------------------------------------- /docs/ceph/ceph-admin-mon-osd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-admin-mon-osd.md -------------------------------------------------------------------------------- /docs/ceph/ceph-install-luminous-aio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-install-luminous-aio.md -------------------------------------------------------------------------------- /docs/ceph/ceph-install-rgw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-install-rgw.md -------------------------------------------------------------------------------- /docs/ceph/ceph-manual-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-manual-note.md -------------------------------------------------------------------------------- /docs/ceph/ceph-manual-rbd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-manual-rbd.md -------------------------------------------------------------------------------- /docs/ceph/ceph-manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-manual.md -------------------------------------------------------------------------------- /docs/ceph/ceph-pgs-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-pgs-note.md -------------------------------------------------------------------------------- /docs/ceph/ceph-pgs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-pgs.md -------------------------------------------------------------------------------- /docs/ceph/ceph-requirement-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/ceph-requirement-note.md -------------------------------------------------------------------------------- /docs/ceph/crush-map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/crush-map.md -------------------------------------------------------------------------------- /docs/ceph/images/ceph-aio-lumi-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-aio-lumi-1.png -------------------------------------------------------------------------------- /docs/ceph/images/ceph-install-rgw-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-install-rgw-1.png -------------------------------------------------------------------------------- /docs/ceph/images/ceph-install-rgw-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-install-rgw-2.png -------------------------------------------------------------------------------- /docs/ceph/images/ceph-install-rgw-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-install-rgw-3.png -------------------------------------------------------------------------------- /docs/ceph/images/ceph-install-rgw-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-install-rgw-4.png -------------------------------------------------------------------------------- /docs/ceph/images/ceph-install-rgw-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-install-rgw-5.png -------------------------------------------------------------------------------- /docs/ceph/images/ceph-manual-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-manual-1.PNG -------------------------------------------------------------------------------- /docs/ceph/images/ceph-pgs-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-pgs-1.png -------------------------------------------------------------------------------- /docs/ceph/images/ceph-requirement-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-requirement-1.PNG -------------------------------------------------------------------------------- /docs/ceph/images/ceph-requirement-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-requirement-2.PNG -------------------------------------------------------------------------------- /docs/ceph/images/ceph-requirement-3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-requirement-3.PNG -------------------------------------------------------------------------------- /docs/ceph/images/ceph-requirement-4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/ceph-requirement-4.PNG -------------------------------------------------------------------------------- /docs/ceph/images/install-rbd-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/images/install-rbd-1.PNG -------------------------------------------------------------------------------- /docs/ceph/manual-service-ceph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/manual-service-ceph.md -------------------------------------------------------------------------------- /docs/ceph/update-config-ceph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/ceph/update-config-ceph.md -------------------------------------------------------------------------------- /docs/idc/chap1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/idc/chap1.md -------------------------------------------------------------------------------- /docs/idc/chap2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/idc/chap2.md -------------------------------------------------------------------------------- /docs/idc/chap9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/idc/chap9.md -------------------------------------------------------------------------------- /docs/iops-latency-throughput-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/iops-latency-throughput-2.md -------------------------------------------------------------------------------- /docs/iops-latency-throughput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/iops-latency-throughput.md -------------------------------------------------------------------------------- /docs/latency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/latency.md -------------------------------------------------------------------------------- /docs/terms/QoS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/QoS.md -------------------------------------------------------------------------------- /docs/terms/ben-script/fio-cmd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/ben-script/fio-cmd.sh -------------------------------------------------------------------------------- /docs/terms/ben-script/fio-read.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/terms/ben-script/fio-vps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/ben-script/fio-vps.sh -------------------------------------------------------------------------------- /docs/terms/ben-script/fio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/ben-script/fio.sh -------------------------------------------------------------------------------- /docs/terms/ben-script/init.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/terms/ben-script/read-only.vd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/ben-script/read-only.vd -------------------------------------------------------------------------------- /docs/terms/ben-script/read-write-random.vd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/ben-script/read-write-random.vd -------------------------------------------------------------------------------- /docs/terms/ben-script/test-loop.vd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/ben-script/test-loop.vd -------------------------------------------------------------------------------- /docs/terms/benmark-disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/benmark-disk.md -------------------------------------------------------------------------------- /docs/terms/fio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/fio.md -------------------------------------------------------------------------------- /docs/terms/images/ceph-ilt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/ceph-ilt-1.png -------------------------------------------------------------------------------- /docs/terms/images/ceph-ilt-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/ceph-ilt-2.png -------------------------------------------------------------------------------- /docs/terms/images/ceph-ilt-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/ceph-ilt-3.png -------------------------------------------------------------------------------- /docs/terms/images/ceph-ilt-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/ceph-ilt-4.png -------------------------------------------------------------------------------- /docs/terms/images/ceph-ilt-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/ceph-ilt-5 -------------------------------------------------------------------------------- /docs/terms/images/ceph-ilt-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/ceph-ilt-6.png -------------------------------------------------------------------------------- /docs/terms/images/mb-mib.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/mb-mib.PNG -------------------------------------------------------------------------------- /docs/terms/images/pci-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/pci-1.jpg -------------------------------------------------------------------------------- /docs/terms/images/pci-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/pci-2.jpg -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-1.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-10.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-11.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-12.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-2.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-3.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-4.jpg -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-5.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-6.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-7.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-8.png -------------------------------------------------------------------------------- /docs/terms/images/redhat-tech-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/images/redhat-tech-9.png -------------------------------------------------------------------------------- /docs/terms/iops-bw-deep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/iops-bw-deep.md -------------------------------------------------------------------------------- /docs/terms/iops-latency-throughput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/iops-latency-throughput.md -------------------------------------------------------------------------------- /docs/terms/package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/package.md -------------------------------------------------------------------------------- /docs/terms/pcie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/pcie.md -------------------------------------------------------------------------------- /docs/terms/redhat-tech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/redhat-tech.md -------------------------------------------------------------------------------- /docs/terms/sla-slo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/sla-slo.md -------------------------------------------------------------------------------- /docs/terms/u-mean-datacenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/docs/terms/u-mean-datacenter.md -------------------------------------------------------------------------------- /images/ceph-pgs-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/ceph-pgs-1.png -------------------------------------------------------------------------------- /images/chap2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-1.png -------------------------------------------------------------------------------- /images/chap2-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-10.png -------------------------------------------------------------------------------- /images/chap2-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-11.png -------------------------------------------------------------------------------- /images/chap2-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-12.png -------------------------------------------------------------------------------- /images/chap2-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-13.png -------------------------------------------------------------------------------- /images/chap2-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-14.png -------------------------------------------------------------------------------- /images/chap2-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-15.png -------------------------------------------------------------------------------- /images/chap2-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-16.png -------------------------------------------------------------------------------- /images/chap2-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-17.png -------------------------------------------------------------------------------- /images/chap2-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-18.png -------------------------------------------------------------------------------- /images/chap2-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-19.png -------------------------------------------------------------------------------- /images/chap2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-2.png -------------------------------------------------------------------------------- /images/chap2-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-20.png -------------------------------------------------------------------------------- /images/chap2-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-21.png -------------------------------------------------------------------------------- /images/chap2-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-22.png -------------------------------------------------------------------------------- /images/chap2-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-23.png -------------------------------------------------------------------------------- /images/chap2-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-24.png -------------------------------------------------------------------------------- /images/chap2-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-25.png -------------------------------------------------------------------------------- /images/chap2-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-26.png -------------------------------------------------------------------------------- /images/chap2-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-27.png -------------------------------------------------------------------------------- /images/chap2-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-28.png -------------------------------------------------------------------------------- /images/chap2-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-29.png -------------------------------------------------------------------------------- /images/chap2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-3.png -------------------------------------------------------------------------------- /images/chap2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-4.png -------------------------------------------------------------------------------- /images/chap2-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-5.png -------------------------------------------------------------------------------- /images/chap2-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-6.png -------------------------------------------------------------------------------- /images/chap2-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-7.png -------------------------------------------------------------------------------- /images/chap2-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-8.png -------------------------------------------------------------------------------- /images/chap2-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap2-9.png -------------------------------------------------------------------------------- /images/chap9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap9-1.png -------------------------------------------------------------------------------- /images/chap9-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chap9-2.png -------------------------------------------------------------------------------- /images/chapter1-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-1.PNG -------------------------------------------------------------------------------- /images/chapter1-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-2.PNG -------------------------------------------------------------------------------- /images/chapter1-3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-3.PNG -------------------------------------------------------------------------------- /images/chapter1-4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-4.PNG -------------------------------------------------------------------------------- /images/chapter1-5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-5.PNG -------------------------------------------------------------------------------- /images/chapter1-6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-6.PNG -------------------------------------------------------------------------------- /images/chapter1-7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-7.PNG -------------------------------------------------------------------------------- /images/chapter1-8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-8.PNG -------------------------------------------------------------------------------- /images/chapter1-9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/chapter1-9.PNG -------------------------------------------------------------------------------- /images/iops-latency-throughput-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/iops-latency-throughput-1.png -------------------------------------------------------------------------------- /images/iops-latency-throughput-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/iops-latency-throughput-2-1.png -------------------------------------------------------------------------------- /images/iops-latency-throughput-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/iops-latency-throughput-2-2.png -------------------------------------------------------------------------------- /images/iops-latency-throughput-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/iops-latency-throughput-2-3.png -------------------------------------------------------------------------------- /images/iops-latency-throughput-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/iops-latency-throughput-2.png -------------------------------------------------------------------------------- /images/latency-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/latency-1.png -------------------------------------------------------------------------------- /images/latency-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/latency-2.png -------------------------------------------------------------------------------- /images/u-mean-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lacoski/ceph-note/HEAD/images/u-mean-1.jpg --------------------------------------------------------------------------------