1
0
mirror of https://github.com/schoebel/mars synced 2024-12-14 10:45:51 +00:00
mars/test_suite/default-marsview.conf
Frank Liepold 18fd90d538 test_suite: current state
Signed-off-by: Thomas Schoebel-Theuer <schoebel@bell.site>
2013-11-07 10:38:21 +01:00

15 lines
521 B
Bash

#!/bin/bash
## defaults for module marsview
## default maxtime to wait until a given state is entered
marsview_wait_for_state_time=10
## the first line of marsview output contains state information to all
## relevant objects. The array marsview_object_to_field_list implements
## the reference from object to field number in the output line
declare -g -A marsview_object_to_field_list
marsview_object_to_field_list=(["resource"]=0 ["disk"]=1 ["repl"]=3 \
["role"]=4 ["primary_host"]=5)