Skip to content

Commit

Permalink
feat: move mlops/mlops/storage to mlops/storage
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Dec 19, 2024
1 parent 3c5cb10 commit b56244d
Show file tree
Hide file tree
Showing 27 changed files with 180 additions and 182 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords:
:::info[Reference]

- [Rook / CephCluster CRD](https://rook.io/docs/rook/latest-release/CRDs/Cluster/ceph-cluster-crd/)
- [Disk 준비](/docs/mlops/mlops/storage/ceph/osd)
- [Disk 준비](/docs/mlops/storage/ceph/osd)

:::

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sudo dd if=/dev/zero of=/dev/<device> bs=1M count=100 oflag=direct,dsync
## Data 흐름

<center>
<img src={useBaseUrl("img/mlops/mlops/storage/ceph/data_flow.png")} />
<img src={useBaseUrl("img/mlops/storage/ceph/data_flow.png")} />
<br />
<sub>https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/4/html/storage_strategies_guide/overview</sub>
</center>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:

## Placement Group(PG)

- [Data 흐름](/docs/mlops/mlops/storage/ceph/osd#data-흐름)
- [Data 흐름](/docs/mlops/storage/ceph/osd#data-흐름)

## PG AutoScale

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
## Rook

<center>
<img src={useBaseUrl("img/mlops/mlops/storage/ceph/rook-ceph.png")} />
<img src={useBaseUrl("img/mlops/storage/ceph/rook-ceph.png")} />
<strong>https://rook.io/docs/rook/latest-release/Getting-Started/storage-architecture/#architecture</strong>
</center>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const navbar = {
},
MLOps: {
MLOps: "mlops",
Storage: "storage",
Monitoring: "monitoring",
NueralNetwork: "nn",
},
Expand Down
Loading

0 comments on commit b56244d

Please sign in to comment.