[cli.VERBOSE_OPT, cli_option("--path", help= "Convert this configurati
on file" " instead of '%s'" % pathutils.CLUSTER_CONF_FILE, default= pa
thutils.CLUSTER_CONF_FILE, dest= "CONFIG_DATA_PATH"), cli_option("--sa
nitize-names", default= "yes", type= "bool", help= "Randomize the clus
ter, node and instance names [yes]"), cli_option("--sanitize-ips", def
ault= "yes", type= "bool", help= "Randomize the cluster, node and inst
ance IPs [yes]"), cli_option("--sanitize-lvs", default= "no", type= "b
ool", help= "Randomize the LV names (for old clusters) [no]"), cli_opt
...
|