Skip to content

Commit b5e814e

Browse files
committed
plans: add Plan H to README index
Signed-off-by: Patrick Sodré <patrick@zero-ae.com>
1 parent 04b9c21 commit b5e814e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/plans/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ Plans for landing the optional ZFS storage backend designed in [`../zfs.md`](../
1111
| 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 |
1212
| 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 |
1313
| 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 |
1415

1516
```
1617
A ─┬─> B
1718
├─> C ─> D
1819
├─> E
19-
└─> F ─> G
20+
└─> F ─> G ─> H
2021
```
2122

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.
2324

2425
## Conventions used by these plans
2526

0 commit comments

Comments
 (0)