API Doc
Search Docs...
⌘ K
OverviewDeploymentManagementOperationReferenceGlossary
    ACOS 6.3.0
  • Arcfra Cloud Operating System>
  • CLI command>
  • Managing clusters

Viewing task running status

Viewing task executor status

Procedure

Run the following command to view the status of task executors:

zbs-task runner list

Output example

ip            port
----------  ------
10.0.20.50   10601
10.0.20.51   10601
10.0.20.52   10601

Output note

ParameterDescription
ipThe executor IP address.
portThe executor RPC port.

Viewing running or completed tasks

Procedure

Use the following command to view current running or completed tasks:

zbs-task task list_by_status {unfinished|finished} [--task_type <task_type_value>]

Parameter Description
--task_type <task_type_value>

task_type_value can be any of the following:

  • storage_pool: The storage pool task.

  • backup: The backup task.

  • restore: The restore task.

  • rsync: The synchronization task.

  • copy_volume: The volume copy task.

Output example

No task found