Eric Blake
2020-Feb-27 23:17 UTC
[Libguestfs] FYI: patch to make GNU poke become a libnbd client
If you're interested in editing binary data served by an arbitrary NBD server, I've just proposed a patch to integrate NBD client support into GNU poke: https://lists.gnu.org/archive/html/poke-devel/2020-02/msg00102.html -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
Richard W.M. Jones
2020-Feb-28 08:59 UTC
Re: [Libguestfs] FYI: patch to make GNU poke become a libnbd client
On Thu, Feb 27, 2020 at 05:17:31PM -0600, Eric Blake wrote:> If you're interested in editing binary data served by an arbitrary > NBD server, I've just proposed a patch to integrate NBD client > support into GNU poke: > https://lists.gnu.org/archive/html/poke-devel/2020-02/msg00102.htmlI got the wrong end of the stick when you were explaining this on IRC. I thought you were going to add some kind of NBD protocol analysis, but the patch actually allows you to use poke to examine remote nbd:// resources, which is nice and also makes more sense. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top
Maybe Matching Threads
- [PATCH libnbd] api: Allow NBD URIs to be restricted.
- Re: [PATCH libnbd 2/2] api: Implement local command with systemd socket activation.
- Re: [PATCH libnbd 1/3] api: Change nbd_read_only -> nbd_is_read_only.
- Re: [PATCH libnbd 2/9] generator: Generalize OFlags.
- Re: [libnbd PATCH 0/2] Tighten URI parser