]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases: add rbd-wnbd scalability note
authorIlya Dryomov <idryomov@gmail.com>
Thu, 12 Sep 2024 11:36:35 +0000 (13:36 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 12 Sep 2024 11:36:35 +0000 (13:36 +0200)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/releases/squid.rst

index a340bbdaff99c5e4fcb8040733b4fd7f39cf2985..d124d961690268fe1542399313159484c03c397f 100644 (file)
@@ -225,6 +225,12 @@ RBD
 * RBD: `RBD_IMAGE_OPTION_FLATTEN` option has been exposed in Python bindings
   via `flatten` optional parameter to `deep_copy` and `migration_prepare`
   methods.
+* RBD: `rbd-wnbd` driver has gained the ability to multiplex image mappings.
+  Previously, each image mapping spawned its own `rbd-wnbd` daemon, which lead
+  to an excessive amount of TCP sessions and other resources being consumed,
+  eventually exceeding Windows limits.  With this change, a single `rbd-wnbd`
+  daemon is spawned per host and most OS resources are shared between image
+  mappings.  Additionally, `ceph-rbd` service starts much faster.
 
 RGW
 ~~~