Skip to content

Commit c1aac3c

Browse files
authored
[FreeBSD] FeeBSD 15.0 NVMe disk hot add&remove needs reboot to validate (#843)
Signed-off-by: ZouYuhua <yuhua.zou@broadcom.com>
1 parent acdca2d commit c1aac3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/vhba_hot_add_remove/handle_nvme_known_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: "Handle NVMe known issue on FreeBSD"
4747
when:
4848
- guest_os_ansible_distribution == 'FreeBSD'
49-
- guest_os_ansible_distribution_major_ver | int <= 13
49+
- guest_os_ansible_distribution_major_ver | int <= 13 or (guest_os_ansible_distribution_major_ver | int == 15 and guest_os_ansible_distribution_minor_ver | int == 0)
5050
block:
5151
- name: "Reboot VM to detect NVMe device changes on {{ vm_guest_os_distribution }}"
5252
when: new_disk_ctrl_type == 'nvme'

0 commit comments

Comments
 (0)