Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs nbd: userspace NBD now favors github over sourceforge

While the sourceforge site for userspace NBD still exists, the code
repository moved to github several years ago. Then with a recent
patch[1], the github landing page contains just as much information as
the sourceforge page, so we might as well point to a single location
that also provides the code.

[1] https://lists.debian.org/nbd/2023/03/msg00051.html

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Link: https://lore.kernel.org/r/20230410180611.1051618-5-eblake@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Eric Blake and committed by
Jens Axboe
952aa344 bd9e9916

+1 -1
+1 -1
Documentation/admin-guide/blockdev/nbd.rst
··· 14 14 Unlike NFS, it is possible to put any filesystem on it, etc. 15 15 16 16 For more information, or to download the nbd-client and nbd-server 17 - tools, go to http://nbd.sf.net/. 17 + tools, go to https://github.com/NetworkBlockDevice/nbd. 18 18 19 19 The nbd kernel module need only be installed on the client 20 20 system, as the nbd-server is completely in userspace. In fact,