mars/test_suite/default-cluster.conf

22 lines
782 B
Plaintext
Raw Normal View History

#!/bin/bash
# Copyright 2013 Frank Liepold / 1&1 Internet AG
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#####################################################################
2013-12-10 11:03:46 +00:00
# the list of lvm devices (corresponding to main_host_list) to be mounted on
# cluster_mars_directory
# The corresponding device is given bei lv_config_get_lv_device
## using lv-6-100 for all hosts
## (constructing the expression ([host1]=lv-6-100 [host2]=lv-6-100))
2013-08-06 12:29:21 +00:00
declare -g -A cluster_mars_dir_lv_name_list
main_set_globals_depending_on_main_host_list
#
2013-09-17 10:41:17 +00:00
cluster_debugfile="$main_mars_directory/5.total.log"