Skip to content

Commit

Permalink
M #-: Add need to uncomment vCenter drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
tinova committed Jul 4, 2024
1 parent 9d9c186 commit 82e391f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/legacy_components/vcenter_driver/vcenter_driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Driver Defaults
vCenter Virtualization Drivers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The following sections in the ``/etc/one/oned.conf`` file describe the information and virtualization drivers for vCenter, which are enabled by default:
The following sections in the ``/etc/one/oned.conf`` file describe the information and virtualization drivers for vCenter. Since the vCenter driver is in legacy mode, they need to be enabled by uncomenting them.

.. code::
Expand Down Expand Up @@ -63,7 +63,7 @@ Additionally, certain behavior of the vCenter driver can be configured in ``/var
vCenter Datastore Drivers
~~~~~~~~~~~~~~~~~~~~~~~~~

The following section configures the vCenter datastore drivers, used to copy images to and from vCenter image datastores.
The following section configures the vCenter datastore drivers, used to copy images to and from vCenter image datastores. They need to be uncommented.

.. code::
Expand Down Expand Up @@ -98,7 +98,7 @@ See the :ref:`Storage Drivers reference <sd>` for more information about these p
vCenter Networking Drivers
~~~~~~~~~~~~~~~~~~~~~~~~~~~

The following section configures the networking drivers, used to import and create networks from vCenter.
The following section configures the networking drivers, used to import and create networks from vCenter. They need to be uncommented.

.. code::
Expand All @@ -112,6 +112,8 @@ See the :ref:`Networking Drivers reference <devel-nm>` for more information abou
vCenter Monitoring Drivers
~~~~~~~~~~~~~~~~~~~~~~~~~~

This drivers need to be uncommented in /etc/one/monitord.conf.

vCenter clusters and Virtual Machines monitoring is performed through ``onemonitord``. Details on its configuration can be found on the :ref:`dedicated guide <mon>`.

See the :ref:`Monitoring Drivers reference <devel-im>` for development information about these drivers and how to customize and extend them.
Expand Down

0 comments on commit 82e391f

Please sign in to comment.