Closed tzach closed 5 years ago
@syuu1228 bug or feature?
@tzach Tested, and I found that ds2_configure.py requires --totalnodes parameter together. Do you think this is correct behavior or should we set default parameter to totalnodes, maybe '1' by default?
Sep 04 09:09:30 ip-172-16-99-52 scylla_ami_setup[3024]: exit_path("Missing required --totalnodes (-n) switch.")
Sep 04 09:09:30 ip-172-16-99-52 scylla_ami_setup[3024]: File "/usr/lib/scylla/scylla-ami/ds2_configure.py", line 55, in exit_path
Sep 04 09:09:30 ip-172-16-99-52 scylla_ami_setup[3024]: raise AttributeError(errorMsg)
Sep 04 09:09:30 ip-172-16-99-52 scylla_ami_setup[3024]: AttributeError: Missing required --totalnodes (-n) switch. Aborting installation.
Sep 04 09:09:30 ip-172-16-99-52 scylla_ami_setup[3024]: Please verify your settings:
Sep 04 09:09:30 ip-172-16-99-52 scylla_ami_setup[3024]: --developer-mode 1
sorry, I was not clear.
I did include the mandatory parameters clustername
and totalnodes
developer-mode
was used in addition
Ah okay.. will try again
On Mon, Sep 4, 2017 at 8:08 PM, Tzach Livyatan notifications@github.com wrote:
sorry, I was not clear. I did include the mandatory parameters clustername and totalnodes developer-mode was used in addition
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scylladb/scylla-ami/issues/29#issuecomment-326935670, or mute the thread https://github.com/notifications/unsubscribe-auth/AALNYFq1NFNgme0DxqufC5MUxV0RliSOks5se9ougaJpZM4PLLbL .
@tzach Tried to reproduce the issue, but scylla just started up finely. How did you confirmed that scylla failed to run in developer mode? The attached console message does not says Scylla failed to run, it just says RAID format is proceeding..
Closing, as we fail to reproduce.
I try to run a Scylla 2.0rc2 AMI on t2.micro in developer mode, using user input
I was expecting Scylla to bypass the setup phase and start in developer mode. Instead I got: