Class: Wakame::Command::ImportClusterConfig

Inherits:
Object
  • Object
show all
Includes:
Wakame::Command
Defined in:
lib/wakame/command/import_cluster_config.rb

Instance Method Summary collapse

Methods included from Wakame::Command

included, #options=, #params

Instance Method Details

#runObject



5
6
7
8
9
# File 'lib/wakame/command/import_cluster_config.rb', line 5

def run
  Wakame::StatusDB.barrier {
    master.cluster_manager.load_config_cluster
  }
end