diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-06 21:19:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-06 21:19:49 +0200 |
commit | aefb67f6cccfc476e961748ddfb8c49158178c0c (patch) | |
tree | 4f5e2f501aeb18ddf85f67014c7b1062e5e36141 /doc/info | |
parent | m (diff) | |
download | mds-aefb67f6cccfc476e961748ddfb8c49158178c0c.tar.gz mds-aefb67f6cccfc476e961748ddfb8c49158178c0c.tar.bz2 mds-aefb67f6cccfc476e961748ddfb8c49158178c0c.tar.xz |
indicies
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/mds.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 6127aa3..05ec173 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -556,6 +556,9 @@ unavailable when running under @command{valgrind}. @node Filesystem @section Filesystem +@cpindex{Interprocess communication, filesystem} +@cpindex{Filesystem} +@cpindex{Kernel} The @command{mds} kernel creates two directories for the @command{mds} servers to use: one for runtime data and one for temporary data. @@ -575,6 +578,10 @@ For example if the display server index is zero, temporary data may be stored in @file{/tmp/.@{system-directory@}.mds/0.data} +@cpindex{Re-executing servers} +@cpindex{Updating, online} +@cpindex{Online updating} +@cpindex{Version update} As defined by @code{SHM_PATH_PATTERN} in @file{<libmdsserver/config.h>}, when a server re-executes itself it will marshal its state to |