From 8e48d757e64d7f88058584bbf2c2898a7a94b619 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Mon, 27 Jul 2020 22:02:23 +1200 Subject: Resize replicas (volume) together with primary When resizing volume for an instance which is the primary of a replication, cluster, Trove also resizes the volume for all the replicas automatically. Change-Id: I2e719772fe7abc719255ea2a705d9ec342aced2a --- api-ref/source/instance-actions.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api-ref') diff --git a/api-ref/source/instance-actions.inc b/api-ref/source/instance-actions.inc index eb56f8ea..15787b13 100644 --- a/api-ref/source/instance-actions.inc +++ b/api-ref/source/instance-actions.inc @@ -82,6 +82,9 @@ size. A valid volume size is an integer value in gigabytes (GB). You cannot increase the volume to a size that is larger than the API volume size limit. +For replication cluster, resizing volume of the primary will also resize +replicas automatically. + Normal response codes: 202 Request -- cgit v1.2.1