search for: 4e320868

Displaying 3 results from an estimated 3 matches for "4e320868".

2020 Aug 27
0
[PATCH nbdkit 2/2] api: Remove .list_exports from nbdkit 1.22 release.
...= $(LIBNBD_LIBS) # ondemand plugin test. TESTS += \ test-ondemand.sh \ - test-ondemand-list.sh \ test-ondemand-locking.sh \ $(NULL) EXTRA_DIST += \ test-ondemand.sh \ - test-ondemand-list.sh \ test-ondemand-locking.sh \ $(NULL) diff --git a/server/plugins.c b/server/plugins.c index 4e320868..033dfc6c 100644 --- a/server/plugins.c +++ b/server/plugins.c @@ -162,7 +162,6 @@ plugin_dump_fields (struct backend *b) HAS (get_ready); HAS (after_fork); HAS (preconnect); - HAS (list_exports); HAS (open); HAS (close); @@ -285,13 +284,7 @@ static int plugin_list_exports (struc...
2020 Aug 27
4
[PATCH nbdkit 0/2] Temporarily remove .list_exports for nbdkit 1.22
If you're following nbdkit development upstream you'll have seen that we are still making changes to the .list_exports and related APIs. The current .list_exports API upstream is not how it will look finally. The latest set of proposals was here: https://www.redhat.com/archives/libguestfs/2020-August/thread.html#00330 At the same time I'd like to do an nbdkit 1.22 (stable) release.
2020 Aug 27
10
[nbdkit PATCH v2 0/8] exportname filter
This is a revision of my .default_export work, plus new work on .export_descriptions and a new exportname filter. I think it is now ready to check in. Things I'd still like in 1.22: - the file plugin should implement .list_exports (patch already posted, but it needs rebasing on this series) - the ext2 filter should override .list_exports when in exportname mode - the nbd plugin should be