summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rettberg2022-02-09 10:52:57 +0100
committerSimon Rettberg2022-02-09 10:54:12 +0100
commit97f15b30c245fc8be38d20829fbcf9d6c593bff7 (patch)
tree3683640fe4c480229315ba3ca5d8bb90b58deb7c /README.md
parent[KERNEL] Add support for CentOS 8.5 (diff)
downloaddnbd3-97f15b30c245fc8be38d20829fbcf9d6c593bff7.tar.gz
dnbd3-97f15b30c245fc8be38d20829fbcf9d6c593bff7.tar.xz
dnbd3-97f15b30c245fc8be38d20829fbcf9d6c593bff7.zip
[DOC] README: Make it clear that dnbd3 is read only
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a21667e..7a5af91 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# dnbd3 - distributed network block device (version 3)
-The distributed network block device in version 3 (dnbd3) is a network protocol similar to [nbd](https://github.com/NetworkBlockDevice/nbd) to implement a distributed block-based storage system. Such a distributed block-based storage system consists of dnbd3 components, namly one or more servers and several clients. Servers are meant to expose virtual disk images as block devices to clients using dnbd3. Clients request data blocks from servers and can implement a load balancing mechanism to connect to the fastest available server for data exchange.
+The distributed network block device in version 3 (dnbd3) is a network protocol similar to [nbd](https://github.com/NetworkBlockDevice/nbd) to implement a distributed block-based read-only storage system. Such a distributed block-based storage system consists of dnbd3 components, namly one or more servers and several clients. Servers are meant to expose virtual disk images as block devices to clients using dnbd3. Clients request data blocks from servers and can implement a load balancing mechanism to connect to the fastest available server for data exchange.
This repository contains the source code for the following dnbd3 components: