User Details
- User Since
- Nov 11 2015, 5:50 AM (474 w, 2 d)
Aug 18 2017
Jul 18 2017
Jul 14 2017
The patch passed all tests on Azure.
Jun 21 2017
Pass the Azure test.
Jun 20 2017
Jun 19 2017
Jun 16 2017
Jun 14 2017
We have to modify the $PATH in init/FreeBSD/waagent, otherwise, we'll see an error in /var/log/waagent.log even though it does not hurt any functionality:
The fix looks ok to me. But I need to verify whether 2.2.13 works fine on Azure, and there is no error complained in the log.
May 19 2017
Put all installed binary and configuration to $PREFIX (typically /usr/local) folder, then it is not necessary to set symlinks.
May 11 2017
May 10 2017
May 8 2017
May 3 2017
add the missing build for cloud-init-azure
May 2 2017
Apr 1 2017
Mar 31 2017
Mar 30 2017
Dec 8 2016
Dec 7 2016
Nov 10 2016
Nov 8 2016
Nov 4 2016
Nov 1 2016
Oct 31 2016
Oct 21 2016
Oct 20 2016
Oct 19 2016
Oct 13 2016
Oct 12 2016
It missed the man for hv_vss_daemon.
Oct 11 2016
Sep 7 2016
Sep 1 2016
Aug 30 2016
Aug 29 2016
To understand the issue, I captured the DVD and OS Disk configuration on Hyper-V manager. From the picture, we can see there are 2 IDE Controllers and each IDE Controller has 2 locations. Changing the controller for DVD and OS Disk will cause DVD missing on VM side.
Then let me remind you one more of my arguments that I was told to never happen: your patch completely disables ATA disks, not looking where they are connected, so it can easily be real ATA disk, connected to passed through PCIe SATA controller, that as I understand is going to be supported in 2016 version.
I did not find a workable solution except to hack CAM until now. If you have suggestions, I'd like to try. The hv_ata_pci_disengage.c approach cannot determined which IDE controller CD/DVD locates in "probe" method.