111 112 113 114 115
# File 'lib/ls4/service/mds_ha.rb', line 111 def close @dbmap.each_pair {|addr,db| close_db(db) rescue nil } end