From 5a42b553462f12dc6101cafa8c93ee259de160d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Czern=C3=BD?= Date: Thu, 7 Jul 2022 10:30:41 +0200 Subject: [PATCH] M #-: More info about quotas disk size (#2331) (cherry picked from commit 87d12e058a473aa78afd9a5d166126380d30f330) --- .../capacity_planning/quotas.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/management_and_operations/capacity_planning/quotas.rst b/source/management_and_operations/capacity_planning/quotas.rst index 851e0793c..09aece1bb 100644 --- a/source/management_and_operations/capacity_planning/quotas.rst +++ b/source/management_and_operations/capacity_planning/quotas.rst @@ -38,7 +38,8 @@ The attribute name is ``DATASTORE``. +=====================+===============================================================+ | ID | ID of the Datastore to set the quota for | +---------------------+---------------------------------------------------------------+ -| SIZE | Maximum size in MB that can be used in the datastore | +| SIZE | Maximum size in MB that can be used in the datastore. | +| | It includes size of images and their snapshots. | +---------------------+---------------------------------------------------------------+ | IMAGES | Maximum number of images that can be created in the datastore | +---------------------+---------------------------------------------------------------+ @@ -63,9 +64,14 @@ The attribute name is ``VM`` +------------------+------------------------------------------------------------------------------+ | RUNNING CPU | Maximum CPU capacity that can be running by user/group VMs | +------------------+------------------------------------------------------------------------------+ -| SYSTEM_DISK_SIZE | Maximum size (in MB) of system disks that can be requested by user/group VMs | +| SYSTEM_DISK_SIZE | Maximum size (in MB) of system disks that can be requested by user/group VMs.| +| | It includes size of volatile and non-persistent disks (including disk | +| | snapshots) and VM snapshots (reduced by | +| | :ref:`VM_SNAPSHOT_FACTOR `). | +------------------+------------------------------------------------------------------------------+ +The actual size accounted on the system and image datastores depends on the storage driver used. The behavior of the driver is described by the ``CLONE_TARGET`` and ``LN_TARGET`` attributes, see :ref:`Transfer Driver configuration ` + .. important:: Running quotas will be increased or decreased depending on the state of the Virtual Machine. The states in which the machine is counted as "Running" are ``ACTIVE`` , ``HOLD``, ``PENDING`` and ``CLONING``. Network Quotas.