I assume "only" should be "not".Code:void AdminI::checkIsReadOnly() const { if(_database->isReadOnly()) { DeploymentException ex; ex.reason = "this operation is only allowed on a slave or read-only master registry."; throw ex; } }
(found while trying "icegridadmin -e application update application.xml" on a replica)

Reply With Quote
