You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/plans/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,16 @@ Plans for landing the optional ZFS storage backend designed in [`../zfs.md`](../
11
11
| E. Ephemeral start ZFS path — substitute `squashfuse + overlay` with throwaway clone |[2026-04-29-zfs-e-ephemeral-start.md](2026-04-29-zfs-e-ephemeral-start.md)| A |
12
12
| F. Docker layer-stack ZFS path — lift `ENROOT_NATIVE_OVERLAYFS=y` requirement on ZFS hosts |[2026-04-29-zfs-f-docker-load.md](2026-04-29-zfs-f-docker-load.md)| A |
13
13
| G. Per-layer ZFS clone chain (opt-in `ENROOT_ZFS_LAYER_CHAIN=y`) — cross-image layer dedup at the dataset level |[2026-05-01-zfs-g-layer-chain.md](2026-05-01-zfs-g-layer-chain.md)| F |
14
+
| H. Extend chain mode to `dockerd://` / `podman://` URIs via `${engine} save`|[2026-05-06-zfs-h-daemon-chain.md](2026-05-06-zfs-h-daemon-chain.md)| G |
14
15
15
16
```
16
17
A ─┬─> B
17
18
├─> C ─> D
18
19
├─> E
19
-
└─> F ─> G
20
+
└─> F ─> G ─> H
20
21
```
21
22
22
-
Recommended landing order: **A → E → F → B → C → D → G**. A is the foundation; E/F give the most user-visible wins next; B improves cache economics; C/D add transport options; G is an opt-in optimization on top of F.
23
+
Recommended landing order: **A → E → F → B → C → D → G → H**. A is the foundation; E/F give the most user-visible wins next; B improves cache economics; C/D add transport options; G is an opt-in optimization on top of F; H extends G's reuse story to daemon-local images.
0 commit comments