diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..f5fafef --- /dev/null +++ b/TODO.org @@ -0,0 +1,5 @@ +* to-do +** Switch to overlay driver when zfs 2.2 is released +This might fix some stability issues (like a container getting stuck in a terminating state), may improve performance (since the zfs driver is noticably slower than overlay on ext4 on a zvol), and will avoid a lot of noise in my zfs dataset lists + +ref: https://github.com/moby/moby/issues/40132