node_wait_ready
This job waits for the given nodes to finish booting and be ready to accept ConfD job requests. It returns a list of ready nodes (may be empty in case of errors).
Mandatory parameters
Parameter name | Data type | Description |
---|---|---|
nids | list | List of node IDs that you want to wait for |
Optional parameters
Parameter name | Data type | Description |
---|---|---|
timeout | integer | Time in sec. to wait for the given nodes (default: {cls.def_timeout}, min: {cls.min_timeout}) |
Substitute parameters
There are no substitute parameters.
Allowed users
There are no defined allowed users.
Allowed groups
The following groups are allowed to run this job:
- root
- exaadm
Examples
The following examples show how to run this job in a Python program using XML-RPC or on the command line using confd_client.