st_node_restore
Data on all segments (or master segments only) on the given node will be restored from their redundancy segments (if available).
Mandatory parameters
| Parameter name | Data type | Description |
|---|---|---|
| vid | integer | Volume ID |
| nid | integer | Node ID |
Optional parameters
| Parameter name | Data type | Description |
|---|---|---|
| vname | string | Volume name |
Substitute parameters
The following table describes what parameters can be substituted for another parameter.
| Parameter name | Substitute parameter |
|---|---|
| vid | vname |
| vname | vid |
Allowed users
There are no defined allowed users.
Allowed groups
The following groups are allowed to run this job:
- root
- exaadm
- exadbadm
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.
conn.job_exec('st_node_restore', {'params': {'vname': 'DataVolume1', 'nid': 11}})
confd_client st_node_restore vname: DataVolume1 nid: 11