The Virtual Storage Manager (VSM) is software originally initiated and developed by Intel for Ceph cluster management; it was later open sourced by Intel under the Apache 2.0 License. Ceph comes with the ceph-deploy CLI tool for cluster deployment, and it also provides a rich CLI for cluster management. VSM, on the other hand, provides a web-based user interface to simplify the creation and management of Ceph clusters. By using the VSM GUI Ceph cluster, the operator can monitor overall cluster health, manage cluster hardware and storage capacity, as well as attach the Ceph storage pools to the OpenStack Cinder.
VSM is developed in Python using OpenStack Horizon as its base for the application framework. It has the familiar look and feel of OpenStack Horizon for both software developers and OpenStack administrators. Some of the key features of VSM include the...