diff --git a/modules/dmq_usrloc/README b/modules/dmq_usrloc/README index 1d57c90f21f..cbdebc86c43 100644 --- a/modules/dmq_usrloc/README +++ b/modules/dmq_usrloc/README @@ -31,12 +31,15 @@ Andrey Rybkin 3.3. batch_size (int) 3.4. batch_usleep (int) + 4. usrloc_domain (string) + List of Examples 1.1. Set enable parameter 1.2. Set sync parameter 1.3. Set batch size parameter 1.4. Set batch_usleep parameter + 1.5. Set usrloc_domain parameter Chapter 1. Admin Guide @@ -54,6 +57,8 @@ Chapter 1. Admin Guide 3.3. batch_size (int) 3.4. batch_usleep (int) + 4. usrloc_domain (string) + 1. Overview The module adds user location (usrloc) records replication between @@ -134,3 +139,14 @@ modparam("dmq_usrloc", "batch_size", 4000) ... modparam("dmq_usrloc", "batch_usleep", 1000) ... + +4. usrloc_domain (string) + + The usrloc domain to synchronize. + + Default value is “location”. + + Example 1.5. Set usrloc_domain parameter +... +modparam("dmq_usrloc", "usrloc_domain", "my_domain") +... diff --git a/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml b/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml index 3c0e2b188f1..49ffb5739a0 100644 --- a/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml +++ b/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml @@ -179,5 +179,25 @@ modparam("dmq_usrloc", "batch_usleep", 1000) +
+ <varname>usrloc_domain</varname> (string) + + The usrloc domain to synchronize. + + + + Default value is location. + + + + Set <varname>usrloc_domain</varname> parameter + +... +modparam("dmq_usrloc", "usrloc_domain", "my_domain") +... + + +
+