diff options
author | Lingxian Kong <anlin.kong@gmail.com> | 2020-07-27 22:02:23 +1200 |
---|---|---|
committer | Lingxian Kong <anlin.kong@gmail.com> | 2020-07-28 09:13:05 +1200 |
commit | 8e48d757e64d7f88058584bbf2c2898a7a94b619 (patch) | |
tree | 840b1a07b2a414592f29976b81e16d022d3cc13b /releasenotes | |
parent | be6f8565f5d910fea8d5bc3138c84a11d81dbf04 (diff) | |
download | trove-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.yaml | 4 |
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. |