Add a TODO file.

This commit is contained in:
Tom Alexander 2023-08-14 16:14:30 -04:00
parent 10758b0f2f
commit 3f734cbfcc
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

5
TODO.org Normal file
View File

@ -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