Remove unused /var/lib/registry data

This commit is contained in:
2026-03-26 05:10:35 +08:00
parent e5dfe17ae6
commit 8acf025a9d
5 changed files with 40 additions and 15 deletions

17
docs/partitions.md Normal file
View File

@@ -0,0 +1,17 @@
## config
The first partition (vfat).
```
/opt/monok8s/config # Config for starting up the cluster, flags, upgrade state, node identity
```
## Rootfs A/B (readonly)
OS partition for A/B deployment
## data
```
/data/
├── var/ # mounted to /var
├── var/lib/registry # overlay to upperdir for /var/lib/registry
└── etc-upper/ # optional split if you want control
```