You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-413587: Checking feature for old FreeBSD driver (#6599)
The FreeBSD driver used by NetScaler supports all power actions.
However, older versions of the FreeBSD driver do not explicitly
advertise these support. As a result, xapi does not attempt to signal
these power actions.
This Free BSD driver issue has been fixed by this commit:
[9dd5105](https://cgit.freebsd.org/src/commit/sys/dev/xen/control/control.c?id=9dd5105f22a2276cf099f0e10e318294fcc4f6a7)
However, there may be many FreeBSD VMs running there which still have
this issue. To address this as a workaround, all power actions should be
permitted for FreeBSD guests.
Additionally, virtual machines with an explicit
`data/cant_suspend_reason` set aren't allowed to suspend, which would
crash Windows and other UEFI VMs.
0 commit comments