mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-365223: PVS accelerator is now part of the main install.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
ab676786b1
commit
3453e84a0f
@ -1832,6 +1832,9 @@ namespace XenAdmin.Core
|
||||
|
||||
public static bool PvsCacheCapability(IXenConnection connection)
|
||||
{
|
||||
if (Post82X(connection))
|
||||
return true;
|
||||
|
||||
var coordinator = GetCoordinator(connection);
|
||||
return coordinator != null && coordinator.AppliedUpdates().Any(update => update.Name().ToLower().StartsWith("pvsaccelerator"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user