yugabyte/yugabyte-db

[Platform] Instance change from instances using IO1 storage type is not being handled correctly

Open

#6,078 opened on Oct 16, 2020

View on GitHub
 (0 comments) (0 reactions) (1 assignee)C (1,003 forks)batch import
area/platformgood first issuekind/bug

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (Avg merge 17d 21h) (92 merged PRs in 30d)

Description

  1. Create a universe using c5 instance types adnd IO1 storage on AWS
  2. Do Edit Universe and change instance type to i3.

You will still see Storage as EBS IO1 with the provisioned IOPs. i3 nodes come with their own local storage and do not use EBS.

Contributor guide