265d4bb5fc
Add instructions to optionally install and configure the Block Storage (cinder) backup service on the storage node. Change-Id: Idf61bf9249c34cafcd37f97c37f33983e9a2a000 Co-Authored-By: Matt Kassawara <mkassawara@gmail.com> Closes-Bug: #1547173
1.3 KiB
1.3 KiB
Verify operation
Verify operation of the Block Storage service.
Note
Perform these commands on the controller node.
Source the
admin
credentials to gain access to admin-only CLI commands:$ . admin-openrc
List service components to verify successful launch of each process:
$ cinder service-list +------------------+------------+------+---------+-------+----------------------------+-----------------+ | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | +------------------+------------+------+---------+-------+----------------------------+-----------------+ | cinder-scheduler | controller | nova | enabled | up | 2014-10-18T01:30:54.000000 | None | | cinder-volume | block1@lvm | nova | enabled | up | 2014-10-18T01:30:57.000000 | None | | cinder-backup | block1 | nova | enabled | up | 2014-10-18T01:30:59.000000 | None | +------------------+------------+------+---------+-------+----------------------------+-----------------+
Note
The
cinder-backup
service only appears if youcinder-backup-install
.