mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
Merge pull request #3985 from fmarsylle/master
doc: s/that will called every time/that will be called every time/ Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
19d106f2dc
@ -56,7 +56,7 @@ Reading configuration values
|
||||
|
||||
There are two ways for Ceph code to get configuration values. One way is to
|
||||
read it directly from a variable named "g_conf," or equivalently,
|
||||
"g_ceph_ctx->_conf." The other is to register an observer that will called
|
||||
"g_ceph_ctx->_conf." The other is to register an observer that will be called
|
||||
every time the relevant configuration values changes. This observer will be
|
||||
called soon after the initial configuration is read, and every time after that
|
||||
when one of the relevant values changes. Each observer tracks a set of keys
|
||||
|
Loading…
Reference in New Issue
Block a user