From: Alexander A. <akh...@ri...> - 2011-08-26 11:07:15
|
Hi All! I wonder if it is a good idea to put in init/rc script which starts mfsmaster something like mfs_data_path=`grep DATA_PATH /etc/mfsmaster.cfg | grep -v ^# | awk '{print $NF}'` if [ ! -f $mfs_data_path/metadata.mfs ] then mfsmetarestore -a -d $mfs_data_path fi ??????? In my opinion it is bare necessity to automatically make MooseFS healthy in case of power failure/restore. wbr Alexander |