diff --git a/README.md b/README.md index 45dbfce..bb8208d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ On the Debian host: minor, currently `v1.36` - SSH access to worker nodes - SSH access to the OCI edge host -- enough persistent storage for `/data/openebs/local` and `/data/docker` +- enough persistent storage for `/data/openebs/local` and Docker's data root After a clean Debian reinstall, bootstrap the host package set and desktop configuration first: @@ -672,11 +672,10 @@ destroy/create cycles. Those critical volumes are declared explicitly as retained local PVs so a rebuilt cluster binds back to the same host paths instead of creating fresh directories. -For the current lab, the HP Debian laptop's NVMe is managed by LVM volume group -`data-vg` and mounted under `/data`. OpenEBS retained hostpath data lives under -`/data/openebs/local`, and Docker data should live under `/data/docker` where -the host is configured that way. This keeps retained PVs, container layers, -Buildx state, and image caches from filling `/`. +For the current lab, the HP Debian laptop's root filesystem is on NVMe, so the +standard Docker root `/var/lib/docker` is acceptable. OpenEBS retained hostpath +data still lives under `/data/openebs/local`, and larger service data such as +Gitea, Ollama models, and app volumes should stay under `/data`. ## Gitea @@ -685,9 +684,8 @@ always-on Docker Compose service from `infra/gitea/docker-compose.yml`, not as a Kubernetes workload. This keeps Git available when the Kubernetes cluster is destroyed and rebuilt. -The default data path is `/data/homelab-gitea/data` on the HP laptop NVMe. The -Docker root is also expected to live on the `/data` storage path rather than the -root filesystem. +The default data path is `/data/homelab-gitea/data` on the HP laptop NVMe. +Docker may use the standard `/var/lib/docker` root because `/` is also on NVMe. Public source browsing stays available through `https://lab2025.duckdns.org/git/`. Registration is disabled and anonymous users diff --git a/README.md.tmpl b/README.md.tmpl index b43f2d4..68d89b6 100644 --- a/README.md.tmpl +++ b/README.md.tmpl @@ -108,7 +108,7 @@ On the Debian host: minor, currently `v1.36` - SSH access to worker nodes - SSH access to the OCI edge host -- enough persistent storage for `/data/openebs/local` and `/data/docker` +- enough persistent storage for `/data/openebs/local` and Docker's data root After a clean Debian reinstall, bootstrap the host package set and desktop configuration first: @@ -672,11 +672,10 @@ destroy/create cycles. Those critical volumes are declared explicitly as retained local PVs so a rebuilt cluster binds back to the same host paths instead of creating fresh directories. -For the current lab, the HP Debian laptop's NVMe is managed by LVM volume group -`data-vg` and mounted under `/data`. OpenEBS retained hostpath data lives under -`/data/openebs/local`, and Docker data should live under `/data/docker` where -the host is configured that way. This keeps retained PVs, container layers, -Buildx state, and image caches from filling `/`. +For the current lab, the HP Debian laptop's root filesystem is on NVMe, so the +standard Docker root `/var/lib/docker` is acceptable. OpenEBS retained hostpath +data still lives under `/data/openebs/local`, and larger service data such as +Gitea, Ollama models, and app volumes should stay under `/data`. ## Gitea @@ -685,9 +684,8 @@ always-on Docker Compose service from `infra/gitea/docker-compose.yml`, not as a Kubernetes workload. This keeps Git available when the Kubernetes cluster is destroyed and rebuilt. -The default data path is `/data/homelab-gitea/data` on the HP laptop NVMe. The -Docker root is also expected to live on the `/data` storage path rather than the -root filesystem. +The default data path is `/data/homelab-gitea/data` on the HP laptop NVMe. +Docker may use the standard `/var/lib/docker` root because `/` is also on NVMe. Public source browsing stays available through `https://lab2025.duckdns.org/git/`. Registration is disabled and anonymous users diff --git a/apps/demos-static/public/homelab-catalog/index.html b/apps/demos-static/public/homelab-catalog/index.html index c7311d8..8a1e6b2 100644 --- a/apps/demos-static/public/homelab-catalog/index.html +++ b/apps/demos-static/public/homelab-catalog/index.html @@ -25,7 +25,7 @@
Address: 192.168.100.73
Tailscale: 100.85.138.30
-Storage: /data/docker
+Storage: /var/lib/docker