In FreeBSD VM, cannot recognize the second IDE disk. this only happens on FreeBSD 10.1 RC2. In hyper-v server 2012 R2: 1. Install FreeBSD 10.1 RC2 VM from ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/10.1/FreeBSD-10.1-RC2-amd64-dvd1.iso 2. Add second IDE disk in IDE controller 0 3. ls /dev/da* dmesg | grep da
Created attachment 148539 [details] Proposed fix, tested by Microsoft OSTC team
A commit references this bug: Author: gjb Date: Tue Oct 21 19:36:20 UTC 2014 New revision: 273402 URL: https://svnweb.freebsd.org/changeset/base/273402 Log: Fix an issue where a FreeBSD virtual machine provisioned in the Microsoft Azure service does not recognize the second attached disk on the system. Submitted by: kyliel@Microsoft Patched by: weh@Microsoft PR: 194376 MFC after: 3 days X-MFC-10.1: yes, ASAP Sponsored by: The FreeBSD Foundation Changes: head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
A commit references this bug: Author: gjb Date: Tue Oct 21 21:27:14 UTC 2014 New revision: 273429 URL: https://svnweb.freebsd.org/changeset/base/273429 Log: MFC r273402: Fix an issue where a FreeBSD virtual machine provisioned in the Microsoft Azure service does not recognize the second attached disk on the system. PR: 194376 Insta-MFC OK: re (rodrigc) Sponsored by: The FreeBSD Foundation Changes: _U stable/10/ stable/10/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
A commit references this bug: Author: gjb Date: Tue Oct 21 23:07:31 UTC 2014 New revision: 273435 URL: https://svnweb.freebsd.org/changeset/base/273435 Log: MFstable10 r273429: MFC r273402: Fix an issue where a FreeBSD virtual machine provisioned in the Microsoft Azure service does not recognize the second attached disk on the system. PR: 194376 Approved by: re (delphij) Sponsored by: The FreeBSD Foundation Changes: _U releng/10.1/ releng/10.1/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
Thank you for taking it for 10.x and head.
Thank you for the report and the patch!