The patch passed all tests on Azure.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 18 2017
Jul 18 2017
Jul 14 2017
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
In D10566#220480, @bapt wrote:So after looking at the content of the package:
it installs plenty of rc.d/*.orig files that should be removedThe cloudinit_override function is all wrong and should just be removed
The NetworkManager hook should just not be installed we do not support networkmanager on freebsd
The libudev rules has no sense on freebsd
/etc/dhcp/dhclient-exit-hooks.d/hook-dhclient is also not valid on freebsd
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
In D8224#170848, @kib wrote:Do you have specific questions to me, e.g. about the interfaces used ? I definitely would not read the hv daemon code, but sure can answer questions about the supposed use of the FreeBSD interfaces to VFS/VM.
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.
In D7693#159708, @mav wrote:From the beginning I was against hacking CAM to workaround Hyper-V problems. Here it returns again. What is exactly wrong with the hv_ata_pci_disengage.c approach?