diff options
| author | Eric Blake <[email protected]> | 2023-04-10 18:06:11 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2023-04-28 01:15:11 +0000 |
| commit | 952aa344bf4305ab6fa0d9962ef8c2caa2afef4c (patch) | |
| tree | 76f097a96c83fae48e767b407c9dee7e536f9c13 | |
| parent | block nbd: use req.cookie instead of req.handle (diff) | |
| download | kernel-952aa344bf4305ab6fa0d9962ef8c2caa2afef4c.tar.gz kernel-952aa344bf4305ab6fa0d9962ef8c2caa2afef4c.zip | |
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 <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
| -rw-r--r-- | Documentation/admin-guide/blockdev/nbd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/blockdev/nbd.rst b/Documentation/admin-guide/blockdev/nbd.rst index d78dfe559dcf..faf2ac4b1509 100644 --- a/Documentation/admin-guide/blockdev/nbd.rst +++ b/Documentation/admin-guide/blockdev/nbd.rst @@ -14,7 +14,7 @@ to borrow disk space from another computer. Unlike NFS, it is possible to put any filesystem on it, etc. For more information, or to download the nbd-client and nbd-server -tools, go to http://nbd.sf.net/. +tools, go to https://github.com/NetworkBlockDevice/nbd. The nbd kernel module need only be installed on the client system, as the nbd-server is completely in userspace. In fact, |
