Open xiaohanjie opened 2 years ago
I think you need to set the user.name
property at the server
level. Could you try with this yaml?
ensemble:
server:
user.name: root
node.count: 1
provisioner:
name: sshonly
properties:
host: 10.4.116.46
user.password: Root123
configuration_manager:
- name: noop
client: server
workload:
phases:
- noop:
module: sleep
properties:
duration: 1s
checkers:
nofail:
checker: nofail
This yaml isnot work at fallout. See Pic 1 Edit yaml file , this is work at fallout See Pic 2. but still failed . fallout.error See pic 3
@xiaohanjie I've created a PR that fixes this issue with the user name not being picked up from the yaml file. If you can apply it locally, rebuild Fallout and rerun, then it should work. Otherwise, I'll let you know, when a new image is available.
@xiaohanjie this should be fixed in fallout-1.266.0; please update the issue and let us know.
fallout build is lastest.
My YAML:
ensemble: server: node.count: 1 provisioner: name: sshonly properties: host: 10.4.116.46 user.name: root user.password: Root123 configuration_manager:
Run the test. Stat is Failed(SETTING_UP) Check fallout-errors.log I have a existed_k8s cluster and run a cassandra perfermance test and dtest on it. Could you have example test yaml file for cassandra using Dtest? Thanks!