mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-08-18 19:56:00 +00:00
a737bfbf84
FreeBSD VM gets a UUID from host which informs where resource disk locates. But that UUID string was not exposed from VM kernel, as a result, the agent used a hard code "2:1:0" as the location of resource disk. That should be updated after FreeBSD VM kernel exposed UUID through "sysctl dev.storvsc" command. But considering compatible with previous FreeBSD VM, the hard code logic cannot be removed, and they are left there as a fallback.