diff --git a/lib/rhc/commands/app.rb b/lib/rhc/commands/app.rb index b33bae840..16135574d 100644 --- a/lib/rhc/commands/app.rb +++ b/lib/rhc/commands/app.rb @@ -378,7 +378,9 @@ def tidy(app) def enable_ha(app) app_action :enable_ha - results { say "#{app} is now highly available" } + results { say "#{app} is now highly available. If the application was + already scaled, you may need to scale up the application to + deploy additional instances of haproxy." } 0 end