|
Motr
M0
|
#include <idx.h>

Data Fields | |
| bool | kc_create_meta |
| struct m0_dix_ldesc | kc_layout_ldesc |
| struct m0_dix_ldesc | kc_ldescr_ldesc |
Configuration for Motr DIX (distributed indices) index service.
| bool kc_create_meta |
Indicates whether distributed index meta-data should be created in file system during service initialisation. Meta-data is global for the file system and normally is created during cluster provisioning, so this flag is unset usually. Layouts of 'layout' and 'layout-descr' indices are provided by kc_layout_ldesc and kc_ldescr_ldesc fields.
Setting this flag is useful for unit tests.
See dix/client.h for more information.
| struct m0_dix_ldesc kc_layout_ldesc |
| struct m0_dix_ldesc kc_ldescr_ldesc |