From 437c9e1e25510dd0910aae2e4d07997cf4c0646e Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Tue, 9 Jun 2015 00:21:58 +0530 Subject: [PATCH] doc: architecture minor fixes in watch notify Signed-off-by: Abhishek Lekshmanan --- doc/architecture.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 060676cbbb0..d9e65d1fadd 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -1185,9 +1185,9 @@ Object Watch/Notify ------------------- A client can register a persistent interest with an object and keep a session to -the primary OSD open. The client can send a notification message and payload to +the primary OSD open. The client can send a notification message and a payload to all watchers and receive notification when the watchers receive the -notification. This enables a client to use any object a +notification. This enables a client to use any object as a synchronization/communication channel. @@ -1597,4 +1597,4 @@ instance for high availability. .. _Set Pool Values: ../rados/operations/pools#set-pool-values .. _Kerberos: http://en.wikipedia.org/wiki/Kerberos_(protocol) .. _Cephx Config Guide: ../rados/configuration/auth-config-ref -.. _User Management: ../rados/operations/user-management \ No newline at end of file +.. _User Management: ../rados/operations/user-management