Closed itzg closed 6 years ago
The agent ultimately calls xenstore-read name which comes from the package xenstore-utils. That package apparently used to get pulled in by xe-guest-utiltiies, which is pre-installed on the Ubuntu distribution.
xenstore-read name
So this is just a new location that ubuntu 18.04 is looking for?
@harageth it's a package dependency that the agent always has had, but used to be implicitly installed on older Ubuntu releases
The agent ultimately calls
xenstore-read name
which comes from the package xenstore-utils. That package apparently used to get pulled in by xe-guest-utiltiies, which is pre-installed on the Ubuntu distribution.