Stephen Turner
10226d343d
Merge pull request #275 from cheng--zhang/CP-10204
...
CP-10204: XenCenter: guest RDP control
2015-01-21 08:49:59 +00:00
Gabor Apati-Nagy
d50f8a7d94
Merge branch 'master' into master_github
...
Conflicts:
XenModel/Messages.resx
XenModel/XenAPI-Extensions/Host.cs
mk/xenadmin-build.sh
2015-01-19 15:22:59 +00:00
Mihaela Stoica
e58fc03504
Reverting changes done to the file by mistake
2015-01-16 11:09:03 +00:00
Mihaela Stoica
b122e1db1f
CA-84876: Corrected check for null object to fix NullReferenceException raised in tests
2015-01-15 22:22:46 +00:00
Gabor Apati-Nagy
cc85dc0142
CA-84876: Show more infrastructure information for objects
...
-Fixing recently found issues
2015-01-15 13:40:13 +00:00
Gabor Apati-Nagy
5abe4e109c
CA-84876: Show more infrastructure information for objects
...
Instead of showing just the name, this code is showing name with location information in title for all objects that appear in the tree view.
(A new property (NameWithLocation) with a getter accessor defined in IXenObject and has been implemented as virtual in XenObject and overridden at several child classes.)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-01-14 16:20:36 +00:00
Cheng Zhang
961edb3752
CP-10204: Rework comments - part 2
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-01-14 11:46:56 +08:00
Cheng Zhang
98992d3bd2
CP-10204: Rework comments
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-01-12 17:27:31 +08:00
Cheng Zhang
6b6b515fe7
CP-10204: XenCenter: guest RDP control
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-01-09 11:33:53 +08:00
Mihaela Stoica
3faa6bedf7
CP-10454: XenCenter work for the latest changes in licensing
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-12-08 14:29:54 +00:00
Mihaela Stoica
da63a01930
CP-10334: Small correction following code review
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-17 17:03:50 +00:00
Mihaela Stoica
ee4d9da505
CP-10334: Make Export resource data an Enterprise feature
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-17 11:41:24 +00:00
Mihaela Stoica
9d9e7b2f24
CP-10334: XenCenter work for the new changes in licensing
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-14 17:29:01 +00:00
Mihaela Stoica
4ee51e7ed3
CP-10178: Add link to the license server web console on General tab and License Manager
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-10-31 15:06:35 +00:00
Mihaela Stoica
218f2007e3
CP-10079: Implement new licensing requirements in XenCenter
...
Changes to the License Manager dialog:
- Summary panel: show smaller icons for warning and information messages
- Summary panel: show license entitlements for all Creedence hosts (not eligible for support, eligible for support, enterprise features enabled, etc)
- for free Creedence or Clearwater hosts, the license status is Free (it used to be Expired for ClearwaterOrGreater)
and the text displayed is "Unlicensed" for Creedence and "Unsupported" for Clearwater;
the warning message is "Not eligible for support" (instead of "Your support and maintenance has expired")
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-10-28 17:02:55 +00:00
Mihaela Stoica
571ed9241a
CP-10079: Implement new licensing requirements in XenCenter
...
- new license types
- new options in the license manager
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-10-28 16:42:27 +00:00
Mihaela Stoica
b3cb970842
CP-10027: Use new license key for "Export pool resources" feature
...
To to determine if the feature is restricted we use:
- "restrict_export_resource_data" license flag for Creedence hosts
- license edition and expiry date for pre-Creedence hosts
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-10-27 15:58:18 +00:00
Gabor Apati-Nagy
adae99a99e
CA-148233: Uncaught exception in XenCenter on "Disconnect All"
2014-10-07 14:59:52 +01:00
Gabor Apati-Nagy
153a1af226
CA-147368: Increase DEFAULT_NUM_VBDS_ALLOWED to 16
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-09-26 19:01:35 +01:00
Stephen Turner
916111d2e7
Merge pull request #207 from GaborApatiNagy/hvm2
...
CP-9365: XenCenter work for HVM linux support
2014-09-16 09:20:40 +01:00
Gabor Apati-Nagy
7baae06464
CP-9365: XenCenter work for HVM linux support
...
- Modifying/fixing xpath that is used to find allow-gpu-passthrough (in the getter of CanHaveVGpu property)
2014-09-15 18:24:17 +01:00
Gabor Apati-Nagy
447214886b
CA-145350: Hard to clear error notification
...
-Removed no longer needed InError property (XenAPI-Extensions\IXenObject) and its usages
2014-09-11 14:59:13 +01:00
Gabor Apati-Nagy
c458d16f7f
CP-9365: XenCenter work for HVM linux support
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-09-05 16:50:50 +01:00
Mihaela Stoica
81ea6c9d81
Merge pull request #191 from cheng--zhang/CA-142255
...
CA-142255:XenCenter popup exception dialog which is unexpected
2014-09-03 11:40:55 +01:00
Cheng Zhang
91b56d3a9e
CA-142255:XenCenter popup exception dialog which is unexpected
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2014-08-29 16:50:47 +08:00
Stephen Turner
460c37317c
CA-143886: Sort VM's IP address with IPv4 addresses first
2014-08-19 14:24:54 +01:00
Stephen Turner
577363a3a1
CA-141389 Log all GET and POST calls
2014-08-07 16:23:06 +01:00
Stephen Turner
399d00991b
CA-139913 Convert tests of AugustaOrGreater to CreedenceOrGreater where the feature is in Creedence
2014-08-05 17:16:50 +01:00
Gabor Apati-Nagy
fb40877d2e
CA-141163: EN: Fail to show Single-Server Private network.
...
-Reverted changes of CA-109242 (PR-62 on GitHub)
-Network tab: now to show '<None>' instead of '-' as Link Status (for pools: when the network has no PIFs; for hosts: when the network has no PIF )
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-07-31 11:30:22 +01:00
Mihaela Stoica
963f21b074
CA-138293: Added CPU information (number of vCPUs and cores-per-socket) to the VM General tab
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-14 15:17:47 +01:00
Mihaela Stoica
3cb4807737
CA-108676: Put the Heartbeat and event.next sessions on their own ConnectionGroups.
...
Also make sure that the MeddlingAction's cancel session gets disposed.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-30 14:21:42 +01:00
Mihaela Stoica
1ff55016c8
CP-8547: Add button in XenCenter to initiate space reclamation on an SR: Changes following code review.
...
- Added check for null for sm.features in SR.SupportsTrim;
- Better error messages;
- Moved error messages from Messages to FriendlyNames;
- Removed the check for actions in progress from TrimSRCommand.CanExecute().
-
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-24 14:48:31 +01:00
Mihaela Stoica
1f217b9983
CP-8547: Add button in XenCenter to initiate space reclamation on an SR.
...
The operation applies to an SR. The button is on the Storage tab of the host/pool, and is entitled "Reclaim freed space".
It comes between the New SR and Properties buttons.
If the SR does not support TRIM , the button is invisible and the Properties button moves left to close up the gap.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-24 11:32:36 +01:00
Stephen Turner
c9d30158bb
CA-137829 CA-137959 Revert fix to CA-108676 because of collateral damage
2014-06-17 18:17:59 +01:00
Mihaela Stoica
b0d2958ac0
CP-8120 Set cores per socket through XenCenter: Added text explaining the invalid vCPU configuration on the New VM Wizard and VM Properties dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-06 15:33:22 +01:00
Mihaela Stoica
17527eebe4
CP-8120 Set cores per socket through XenCenter. Added 'Topology' field to the VM properties Dialog
...
- Added Topology drop-down box with available values for sockets and cores per socket, so that the number of vCPUs is divisible by the number of cores per socket.
E.g. if user specified 8 vCPUs, Cores per socket can only be 1, 2, 4, or 8.
- This updates VM's platform:cores-per-socket property.
- Can only be set when the VM is shut down (similar to number of vCPUs).
- Text on CPU page - changed to include topology.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-06-05 13:00:14 +01:00
Stephen Turner
5ef42be767
[CA-120443] Multiple 'DVD drive 0' entries on one host
2014-04-14 16:44:14 +01:00
Mihaela Stoica
475ec8ce90
CA-123516: Console tab: Display warning message to switch to RDP mode if the VM has a vGPU assigned as pass-though when the host does not have the drivers installed.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-01-23 10:58:46 +00:00
Mihaela Stoica
09f9f69b48
[CA-108676]: Fixed the TCP crossed streams issue in XenCenter that caused XenCenter to disconnect during heavy traffic [XOP-380], [EMX-132]
...
- setting the ConnectionGroupName causes all the new sessions to be on their own set of TCP streams.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-01-23 10:09:06 +00:00
Konstantina Chremmou
81a41f5a22
CP-4957: Added logging for the Rolling Pool Upgrade process.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-13 17:57:20 +00:00
Konstantina Chremmou
152b320e36
CP-4960: Notify the users they have a half-upgraded pool.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-13 17:55:39 +00:00
Konstantina Chremmou
81885b9dad
XenServer Tools should be spellt with a capital T.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-13 13:29:00 +00:00
Konstantina Chremmou
d9a93db79b
CA-122435: Add specific message for the reason why VMs can’t be migrated when it has vGPU assigned
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385742993 0
# Fri Nov 29 16:36:33 2013 +0000
# Node ID 59229250db34dd4cc1f34fbdab055467a1570f87
# Parent f32c185b9214fdd08ca0c573355b07b78fa7eb0a
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:41:54 +00:00
Konstantina Chremmou
2548edeecb
CA-122423: Fixed XenCenter error at XenAPI.VGPU_type.get_Capacity()
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1385635158 0
# Thu Nov 28 10:39:18 2013 +0000
# Node ID a760e46de0aad332bd24db705e329f8f718a6fef
# Parent 5a4abff0407e1d2265ab34163c4f4a68d521649d
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-12-11 10:29:10 +00:00
Konstantina Chremmou
da5408bf21
Missing license headers.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:59:08 +00:00
Konstantina Chremmou
0d7c6eb5f4
CP-6215: Do not allow HA for vGPU VMs.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1384333341 0
# Wed Nov 13 09:02:21 2013 +0000
# Node ID 8f10c3e041ebb2295f0692fcc6d733e7654906d0
# Parent 2f55fef6f39ab916f2ab8604926621aeb6dfc41c
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 12:38:00 +00:00
Konstantina Chremmou
ac35aa22bd
CP-6137: Work in Console tab for vGPU (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1384179387 0
# Mon Nov 11 14:16:27 2013 +0000
# Node ID 4c0609731471aec95b153843469b00811c123c0b
# Parent 6e77f45144cb01c9eba99be74ad9ffd056eeb110
- show the message about connecting with RDP only if is pass-through
- changed the current message to say "pass-through GPU" instead of "dedicated GPU"
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:59:42 +00:00
Konstantina Chremmou
626fa9198d
CP-6215: Do not allow HA for vGPU VMs.
...
# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1383906034 0
# Fri Nov 08 10:20:34 2013 +0000
# Node ID 157e4adf37647301d87428e5cd0532c5ce1d380d
# Parent 1ded37405ccff8e00c2442a780e1027fa1cb87a1
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:57:28 +00:00
Konstantina Chremmou
e2e5417352
[CP-6856]: PR-1675: Visual tweaks and other final changes
...
# HG changeset patch
# User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com>
# Date 1383835696 0
# Thu Nov 07 14:48:16 2013 +0000
# Node ID 69c0367f37e92c2bdc6033719850d94cc48fc706
# Parent 2efbf098103b9be3763ead2ff516cbe1d0cc0754
12. add max resolution to vGPU Configuration screen and VM properties
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:52:27 +00:00
Konstantina Chremmou
9aa03cd8c4
CP-6856: Visual tweaks and other final changes (PR-1675)
...
# HG changeset patch
# User Mihaela Stoica <Mihaela.Stoica@citrix.com>
# Date 1383649813 0
# Tue Nov 05 11:10:13 2013 +0000
# Node ID 3db3c618115569e1b5bda10f2bf0c75ec387d9d4
# Parent e95bbc4697c45471e1732ae577249379dccdeb4e
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2013-11-14 11:39:31 +00:00