minio / docs

MinIO Object Storage Documentation
https://docs.min.io/minio/baremetal
Creative Commons Attribution 4.0 International
547 stars 300 forks source link

Fix instructions for Linux single-node single-drive deploy #1336

Closed Bradamant3 closed 1 month ago

Bradamant3 commented 1 month ago

Common include for single-node deployments describes multi-drive, which is wrong for single-drive. Overrode include with inline content that specifies only a single drive.

Incidentally fixed list indentation in override, copied fix into include as well.

Fixes #1330

Staged:

Deploy MinIO: Single-Node Single-Drive

(edited include not staged, applies to macos or container, checked locally)

ravindk89 commented 1 month ago

Looks solid ! I do see that merge commit, we can get rid of that by doing something like:

git rebase -i HEAD~5
# squash all of the sub commits until its just the one 'main' commit
git push origin linux-snsd -f
Bradamant3 commented 1 month ago

Let's make clean commits and not break squashing ... with a new branch in a new PR ;)