When provisioning this ami via OpsCenter, which specifies raidonly=true, the following stack trace shows up in ami.log:
[ERROR] Exception seen in ds0_updater.py:
Traceback (most recent call last):
File "ds0_updater.py", line 14, in <module>
ds1_launcher.run()
File "/home/ubuntu/datastax_ami/ds1_launcher.py", line 156, in run
wait_for_seed()
File "/home/ubuntu/datastax_ami/ds1_launcher.py", line 122, in wait_for_seed
nodetoolStatement = "nodetool -h " + conf.get_config("AMI", "LeadingSeed") + " ring"
TypeError: cannot concatenate 'str' and 'bool' objects
There don't seem to be any actual problems related to it, but it'd be nice to fix to avoid red herrings
When provisioning this ami via OpsCenter, which specifies raidonly=true, the following stack trace shows up in ami.log:
There don't seem to be any actual problems related to it, but it'd be nice to fix to avoid red herrings