Configures Cloudmin to be standalone, a replication master, or slave.
This command can be used to change the replication mode of this Cloudmin master system. You must supply either the --standalone flag to disable replication completely, --replica to indicate that this system is a replica, or --master to set the system up as a master for other replication slaves. If the latter case, the --slave flag must be given at least once, each followed by a replica system hostname.
Example usage
cloudmin set-replication --standalone Replication disabled.
Command Line Help
Configures Cloudmin to be standalone, a replication master, or slave. cloudmin set-replication --standalone | --replica | --master [--slave host]*