Plasma GitLab Archive
Projects Blog Knowledge

Plasma Project:
Home 
Manual 
FAQ 
Slides 
Perf 
Releases 

Module Dn_config

module Dn_config: sig .. end
The clustername

class type dn_config = object .. end
val extract_dn_config : Netplex_types.config_file -> dn_config
Config section must look like (see Dn_config.dn_config for explanations):

         netplex {
           ...
	   datanode {
	    clustername = "<name>";
	    directory = "<data_dir>";
	    blocksize = <blocksize>;  (* int *)
	    io_processes = <p>;       (* int *)
	    shm_queue_length = <q>;   (* int *)
	    sync_period = <s>;        (* float *)
	  };
          ...
        }
      

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml