From bd366b555aa83a548bbac2e9ce02b713ff71afd6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 18 Nov 2018 10:38:27 +0000 Subject: [PATCH] Require nbdkit 1.8.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Allows us to drop the ‘open’ callback from the minimal plugin. --- 2019-fosdem/6400-plugins-shell-2.html | 5 ++++- 2019-fosdem/9000-final.html | 2 +- 2019-fosdem/badblocks.sh | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/2019-fosdem/6400-plugins-shell-2.html b/2019-fosdem/6400-plugins-shell-2.html index 5c2e981..416fa45 100644 --- a/2019-fosdem/6400-plugins-shell-2.html +++ b/2019-fosdem/6400-plugins-shell-2.html @@ -16,8 +16,11 @@ We only need to write a few callbacks ...
  • get_size
  • pread
  • pwrite +
  • trim +
  • zero

    -Almost all callbacks are optional. +Only get_size and pread are +mandatory for shell script plugins.

    diff --git a/2019-fosdem/9000-final.html b/2019-fosdem/9000-final.html index 23c4c5d..785a61c 100644 --- a/2019-fosdem/9000-final.html +++ b/2019-fosdem/9000-final.html @@ -16,7 +16,7 @@ the free world.

    Get it