XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Callum McIntyre e6cc09ae87 [CA-203752] New VM from Snapshot doesn't use default host
The reported bug was that the new VM would crash because when clicking through the wizard the pool master is selected by default, not the slave the VM snapshot is on. We already select a default host when a new VM is created from a selected host using HostAncestor, but this property is null for a template (which isn't in the server/VM tree). The fix is that if the selection is a template (which it is when we use new VM from Snapshot) then we instead use its host (using Home()) as the default host. Now the correct host is selected in the VM wizard and the VM creation succeeds.

Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-27 17:52:32 +01:00
Branding Add the branding for 6.0 to branding.sh and re-branding.sh 2016-10-21 10:58:32 +01:00
CFUValidator [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
CommandLib [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
devtools Enabled back the exection of devtools and improved the logging 2015-07-27 08:26:26 +01:00
dotNetInstaller [DotNet upgrade] Upgrade the XenCenter installer to use .net 4.6 2016-10-17 14:09:08 +01:00
mk Add the branding for 6.0 to branding.sh and re-branding.sh 2016-10-21 10:58:32 +01:00
splash CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
VNCControl CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
WixInstaller [DotNet upgrade] Replace NETFRAMEWORK checks with WIX_IS_NETFRAMEWORK_46_OR_LATER_INSTALLED in Wix checks, which is the correct way to check for a 4.6+ install 2016-10-17 14:09:47 +01:00
xe [DotNet upgrade] Upgrade the XenCenter installer to use .net 4.6 2016-10-17 14:09:08 +01:00
XenAdmin [CA-203752] New VM from Snapshot doesn't use default host 2016-10-27 17:52:32 +01:00
XenAdminTests Merge remote-tracking branch 'github_xenadmin/master' into CAR-2245_temp 2016-10-20 19:12:57 +01:00
XenCenterLib CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
XenCenterVNC [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
XenModel Merge pull request #1246 from GaborApatiNagy/CA-227067 2016-10-27 15:33:32 +01:00
XenOvfApi [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
XenOvfTransport [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
XenServerHealthCheck [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
XenServerHealthCheckTests CP-13080: Run Health Check Tests as part of xenadmin build 2015-10-09 12:17:12 +08:00
xva_verify [Dotnet Upgrade] Convert all projects to use .net 4.6. All changes autogenerated by VS. 2016-09-29 10:50:24 +01:00
.gitattributes Ignore line endings for all files (except shell scripts). 2016-07-05 08:14:47 +01:00
.gitignore Made the build output less verbose by default and configured wget not to download files again if they already exists locally with the same datetime stamps. 2015-07-19 20:12:38 +01:00
ChangeLog CP-4807: Updated ChangeLog with version number; updated Readme file 2013-06-25 09:45:11 +01:00
configure.cmd Added choco installer for Visual Studio Express 2010 to the prepare.cmd file. 2015-06-30 12:41:54 +01:00
CONTRIB CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
LICENSE CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
MAINTAINERS CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files. 2014-01-13 15:29:25 +00:00
README.md Update README.md 2016-01-08 09:55:25 +00:00
XenAdmin.sln CP-13080: Run Health Check Tests as part of xenadmin build 2015-10-09 12:17:12 +08:00

XenCenter

This repository contains the source code for XenCenter.

XenCenter is a Windows-based management tool for XenServer environments which enables users to manage and monitor XenServer hosts and resource pools, and to deploy, monitor, manage and migrate virtual machines.

XenCenter is written mostly in C#.

Contributions

The preferable way to contribute patches is to fork the repository on Github and then submit a pull request. If for some reason you can't use Github to submit a pull request, then you may send your patch for review to the xs-devel@lists.xenserver.org mailing list, with a link to a public git repository for review. Please see the CONTRIB.md file for some general guidelines on submitting changes.

License

This code is licensed under the BSD 2-Clause license. Please see the LICENSE file for more information.

How to build XenCenter

To build XenCenter, you need

  • the source from xenadmin repository
  • Visual Studio 2013

and also some libraries which we do not store in the source tree:

  • CookComputing.XmlRpcV2.dll
  • DiscUtils.dll
  • ICSharpCode.SharpZipLib.dll
  • Ionic.Zip.dll
  • log4net.dll

You can find the source code of these libraries (along with some patches) in dotnet-packages repository.

You also need NUnit libraries