diff --git a/solrorbit/benchmark.py b/solrorbit/benchmark.py index c63a2afb..5834a0c9 100644 --- a/solrorbit/benchmark.py +++ b/solrorbit/benchmark.py @@ -701,6 +701,14 @@ def add_workload_source(subparser): default=False, help="If any processes is running, it is going to kill them and allow solr-orbit to continue to run." ) + test_run_parser.add_argument( + "--allow-unsupported-user-managed", + action="store_true", + default=False, + help="Skip the SolrCloud mode requirement check and run against a user-managed " + "(non-cloud) target anyway (default: false). Use at your own risk; many operations only " + "work in SolrCloud mode." + ) test_run_parser.add_argument( "--latency-percentiles", help=f"A comma-separated list of percentiles to report for latency "