debianmaster / openshift-examples

Openshift Examples - This repo does not provide end to end example but rather act as a rough draft for my work. use with caution. Buzzme at @twitter
https://twitter.com/debianmaster
280 stars 291 forks source link

sample partition #78

Open debianmaster opened 6 years ago

debianmaster commented 6 years ago
20GB - / (root)
10GB - /usr (system binaries)
10GB - /var (system drivers and other bits)
20GB - /var/lib/etcd (on masters, etcd write path, should be a fast disk/SSD)
40-100GB - /var/lib/docker (docker container image cache)
40-100GB - /var/lib/origin (temp storage for containers)
20GB+ - /var/log (system logging write path)
[SWAP] (should be disabled and not partitioned for)

source : not me