Class: Wakame::Command::ImportClusterConfig
- Inherits:
-
Object
- Object
- Wakame::Command::ImportClusterConfig
show all
- Includes:
- Wakame::Command
- Defined in:
- lib/wakame/command/import_cluster_config.rb
Instance Method Summary
collapse
included, #options=, #params
Instance Method Details
#run ⇒ Object
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
|