Configuration of the volume manager:
[ Settings/VolumeManager ]
flush_period : float = 5
volume_cache : integer = 2097152
|
|
How often the volume manager flushes file systems in seconds.
|
|
Cache size per mounted volume in bytes.
|
[ Settings/VolumeManager/Volumes ]
... : string = volume_image
[ Settings/VolumeManager/ReadOnlyVolumes ]
... : string = read_only_volume_image
|
|
Registry node holding arbitrarily named string config variables. Each
variable contains a path to a volume image to be mounted at core startup.
|
|
Registry node holding a list of paths to volume images to be mounted read
only at core startup.
|