Verify operation

Verify operation of the Data Protection service.

Note

Perform these commands on the controller node.

  1. Source the admin tenant credentials:

    $ . admin-openrc
    
  2. List and show service components to verify successful launch and registration of each process:

    $ openstack service list |grep data-protect
    | dedab9a746e34d3990ca44bc2e885b49 | karbor      | data-protect   |
    
    $ openstack service show dedab9a746e34d3990ca44bc2e885b49
    +-------------+-------------------------------------+
    | Field       | Value                               |
    +-------------+-------------------------------------+
    | description | Application Data Protection Service |
    | enabled     | True                                |
    | id          | dedab9a746e34d3990ca44bc2e885b49    |
    | name        | karbor                              |
    | type        | data-protect                        |
    +-------------+-------------------------------------+
    
    $ karbor service-list
    +----+------------------------+--------------+---------+-------+----------------------------+-----------------+
    | Id | Binary                 | Host         | Status  | State | Updated_at                 | Disabled Reason |
    +----+------------------------+--------------+---------+-------+----------------------------+-----------------+
    | 2  | karbor-operationengine | controller   | enabled | up    | 2019-11-03T12:42:28.000000 | -               |
    | 3  | karbor-protection      | controller   | enabled | up    | 2019-11-03T12:42:28.000000 | -               |
    +----+------------------------+--------------+---------+-------+----------------------------+-----------------+