mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 15:33:15 +00:00
scylla_setup command suggestion does not shows an argument of --io-setup, because we mistakely stores bool value on it (recognized as 'store_true'). We always need to print '--io-setup X' on the suggestion instead. Also, --nic is currently ignored by command suggestion, need to print it just like other options. Related #7395 Closes #7724 * github.com:scylladb/scylla: scylla_setup: print --swap-directory and --swap-size on command suggestion scylla_setup: print --nic on command suggestion scylla_setup: fix wrong command suggestion on --io-setup scylla_setup command suggestion does not shows an argument of --io-setup, because we mistakely stores bool value on it (recognized as 'store_true'). We always need to print '--io-setup X' on the suggestion instead.