Fix capitalization issue

This commit is contained in:
Joshua Boniface 2020-12-13 04:42:46 -05:00
parent 5b0066da3f
commit 9a1b86bbbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# PVC Provisioner Manual # PVC Provisioner Manual
The PVC provisioner is a subsection of the main PVC API. IT interfaces directly with the Zookeeper database using the common client functions, and with the Patroni PostgreSQL database to store details. The provisioner also interfaces directly with the Ceph storage cluster, for mapping volumes, creating filesystems, and installing guests. The PVC provisioner is a subsection of the main PVC API. It interfaces directly with the Zookeeper database using the common client functions, and with the Patroni PostgreSQL database to store details. The provisioner also interfaces directly with the Ceph storage cluster, for mapping volumes, creating filesystems, and installing guests.
Details of the Provisioner API interface can be found in [the API manual](/manuals/api). Details of the Provisioner API interface can be found in [the API manual](/manuals/api).