From 4eee94ba9fad2011e17a7549e2ec69ae0218e399 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 20 Sep 2017 12:23:17 +0200 Subject: [PATCH] ZFS Feature Support & Wishlist --- ZFS-Feature-Support-&-Wishlist.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ZFS-Feature-Support-&-Wishlist.md diff --git a/ZFS-Feature-Support-&-Wishlist.md b/ZFS-Feature-Support-&-Wishlist.md new file mode 100644 index 0000000..ecde563 --- /dev/null +++ b/ZFS-Feature-Support-&-Wishlist.md @@ -0,0 +1,18 @@ +Syntax: + +* Support: FreeBSD | ZoL | OS X | OpenZFS/Illumos + +# Required Features + +## `zfs list -o guid,createtxg` + +* computing diffs by hard facts instead of naming conventions +* Support: > 10.3 (undocumented) | > 0.6.3 (documented since 0.7) | > 1.6.1 (undocumented) | ? + +# Wishlist + +## `zfs receive -x all` + +* ability to ignore all properties from a snapshot stream +* => zrepl still needs property management, however it will sync them itself +* Support: none | `-x` but not all | ? | ?