-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow resizing of virtual disks (#2244)
Allows the resizing of virtual disks. - Increasing the size of a disk will no longer recreate it but modify it in-place. - Reductions in size are not supported by vCenter and will not be allowed. - The rest of the properties for `r/virtual_disk` are still marked with `ForceNew` and will continue to recreate the disk when changed. Signed-off-by: Stoyan Zhelyazkov <[email protected]>
- Loading branch information
1 parent
1dd38f0
commit 45fc773
Showing
3 changed files
with
128 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters