Error during execution of push jobs

Hi Team

I executed knife job start ‘chef-client’ NodeName and I am getting following error.

WARNING: Falling back to Push Jobs v1 mode.
Started. Job ID: a23bbf068b3cc99e694ff0727984e748
.Quorum_failed.
command: chef-client
created_at: Mon, 06 Jun 2016 08:31:32 GMT
id: a23bbf068b3cc99e694ff0727984e748
nodes:
unavailable: NodeName
run_timeout: 3600
status: quorum_failed
updated_at: Mon, 06 Jun 2016 08:31:32 GMT

What could be the possible error?

Regards

Try running knife node status see if your node is ‘available’

When using push jobs, you need to add a ‘whitelist’ to the client.rb to allow the ‘chef-client’ job to run.

If using the chef push jobs cookbook, you can set the attribute like so:

node.default['push_jobs']['whitelist'] = {
  "chef-client" => "chef-client"
}

knife node status command does not give me any output.