summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-07-27 22:02:23 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-07-28 09:13:05 +1200
commit8e48d757e64d7f88058584bbf2c2898a7a94b619 (patch)
tree840b1a07b2a414592f29976b81e16d022d3cc13b /releasenotes
parentbe6f8565f5d910fea8d5bc3138c84a11d81dbf04 (diff)
downloadtrove-8e48d757e64d7f88058584bbf2c2898a7a94b619.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/victoria-resize-vollume-for-replication.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/victoria-resize-vollume-for-replication.yaml b/releasenotes/notes/victoria-resize-vollume-for-replication.yaml
new file mode 100644
index 00000000..92a5c756
--- /dev/null
+++ b/releasenotes/notes/victoria-resize-vollume-for-replication.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - When resizing volume for an instance which is the primary of a replication
+ cluster, Trove also resizes the volume for all the replicas automatically.