Comment 8 for bug 1260283

Revision history for this message
Yan Zhang (yan.zhang) wrote :

@Raghu

galera provider has three types of options
1. only static (should be set before provider is loaded, can not be changed in runtime) like gmcast.listen_addr, gcache.dir and repl.commit_order (as you specified in https://bugs.launchpad.net/codership-mysql/+bug/1208493/comments/13)
2. static/runtime like gcs.fc_limit, pc.ignore_sb
3. only runtime like gmcast.peer_addr, pc.bootstrap

only type 1,2 options will be preserved when provider is reloaded.