Skip to content

Commit

Permalink
[Windows] nvme hot extend issue fixed in ESXi 8.0U1 (#461)
Browse files Browse the repository at this point in the history
Signed-off-by: Yanan Shen <[email protected]>
  • Loading branch information
123lzxm authored Apr 28, 2023
1 parent 01379b8 commit 761be8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/vhba_hot_add_remove/hot_extend_disk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- name: "Known issue - workaround of hot extend NVMe disk size"
ansible.builtin.debug:
msg:
- "Hot extended NVMe disk size is not recognized in Windows guest when NVMe Spec v1.3 is emulated. Ignore this known issue on ESXi version <= 8.0 GA build 20513097."
- "Hot extended NVMe disk size is not recognized in Windows guest when NVMe Spec v1.3 is emulated. Ignore this known issue on ESXi version < 8.0 Update 1 build 21495797."
- "Restart guest OS as a workaround for hot extend NVMe disk size."
tags:
- known_issue
Expand All @@ -57,7 +57,7 @@
when:
- esxi_version is defined and esxi_version
- esxi_build is defined and esxi_build
- esxi_version is version('8.0.0', '<') or (esxi_version is version('8.0.0', '=') and esxi_build | int <= 20513097)
- esxi_version is version('8.0.1', '<') or (esxi_version is version('8.0.1', '=') and esxi_build | int < 21495797)
- win_disk_size_after | int == win_disk_volume_size_before | int

- name: "Check disk size after hot extend"
Expand Down

0 comments on commit 761be8a

Please sign in to comment.