scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 60 forks source link

Fixes for handling `SCYLLA_EXT_OPTS` correctly #541

Closed eliransin closed 4 months ago

eliransin commented 6 months ago

This mini-series implements two fixes for handling SCYLLA_EXT_OPTS:

  1. It adds support for -c and -m options which are abbreviations for the --smp and --memory options and handles them correctly.
  2. It adds support for multiple occurrences of --experimental-features with correct handling.

The individual issues:

539 and #540 describes the specific problems.

tchaikov commented 6 months ago

I will review this change once I am back from my PTO.

eliransin commented 6 months ago

@tchaikov ping

tchaikov commented 5 months ago

@eliransin hi Eliran, sorry for the latency. left a couple comments.

fruch commented 4 months ago

closing in favor of #558