Konstantina Chremmou
e1462e34db
Ignore line endings for all files (except shell scripts).
2016-07-05 08:14:47 +01:00
Konstantina Chremmou
094e4c4c4f
CP-18028: For hosts with more than one control domain (dom0 and cvm at the moment) add an extra tab to display the console of the cvm.
2016-07-05 08:14:13 +01:00
Konstantina Chremmou
8991a257d2
Removed some unnecessary methods; changed visibility for controls that don't need to be public.
2016-07-04 23:05:51 +01:00
Konstantina Chremmou
04ffdbadc5
CP-17756: Do not use the field VM.is_control_domain to find the console for the
...
host as it applies to other control domains too. Use the new Host.control_domain
field instead. Minor refactoring.
2016-07-04 13:22:08 +01:00
Konstantina Chremmou
56265bbfd6
CP-17756: The dom0 VM is found now using the new field Host.control_domain as
...
there can be more than one control domains. For older hosts return the control
domain with domid 0. Renamed property.
2016-07-04 13:21:52 +01:00
Konstantina Chremmou
94df31b878
Removed call of virtual member in the constructors.
2016-07-04 08:22:35 +01:00
Konstantina Chremmou
f1b7aadc88
Fixed issue where the error message was not displayed if connection to the host console was not possible.
...
Refactored to hide/show error controls instead of adding/removing them. Removed duplicate null check.
Do not use a second list to track active VM consoles.
2016-07-03 17:45:49 +01:00
Konstantina Chremmou
8a8bdc21e6
Tidied up the ConsolePanel; moved designer code to the corresponding file and removed setting of virtual field from the constructor.
2016-07-01 17:47:41 +01:00
Mihaela Stoica
1370508f45
Merge pull request #1045 from kc284/car-2217
...
CP-17689: Restrict maximum host failures to tolerate to the number sp…
2016-06-30 11:41:26 +01:00
Konstantina Chremmou
d35c162e76
CP-17689: Restrict maximum host failures to tolerate to the number specified by the other-config:hci-limit-fault-tolerance field.
2016-06-29 12:57:29 +01:00
Mihaela Stoica
97feb30fbf
Merge pull request #1041 from kc284/CAR-2217-other
...
CP-17866: Grey out the "Move" button on the VM storage tab if the storage does not allow mirroring.
2016-06-28 13:22:30 +01:00
Mihaela Stoica
3c23840603
Merge pull request #1038 from kc284/car-2217
...
CP-17470: Warn users if they attempt rebooting or shutting down a host running a...
2016-06-27 11:05:56 +01:00
Konstantina Chremmou
3d8ae9daf8
CP-17470: Added missing hotkey. Performance improvement by using Exists instead of FindAll in check.
2016-06-27 10:43:29 +01:00
Konstantina Chremmou
5dd2873b72
CP-17866: Grey out the "Move" button on the VM storage tab if the storage does not allow mirroring.
2016-06-24 18:10:22 +01:00
Konstantina Chremmou
239c175f92
CAR-2217: Copied over the new XenCenter bindings related to this car (which also define the dundee plus release).
2016-06-24 18:10:08 +01:00
Konstantina Chremmou
8e2c381f85
CP-17470: Warn users if they attempt rebooting or shutting down a host running a
...
VM with the hci-warn-before-shutdown flag. Minor changes to make the warnings for
rebooting and shutting down more consistent (preselect the No button for rebooting;
extended the Yes button text; modified warning text)
2016-06-23 15:26:32 +01:00
Mihaela Stoica
423a93480c
Merge pull request #1035 from kc284/car-2217
...
CP-17502: Hide SRs types when SM plugin is unavailable
2016-06-23 15:23:15 +01:00
Konstantina Chremmou
3fc701ecb8
CP-17502: Hide SR types from the NewSrWizard if the corresponding sm plugin is not available.
...
Further, disable the Reattach SR if there is no sm plugin for its type.
2016-06-22 18:34:21 +01:00
Konstantina Chremmou
5dcd3cc2f5
CAR-2217: Added new SR types nutanix and nutanixiso with their corresponding friendly names.
2016-06-22 16:26:08 +01:00
Mihaela Stoica
217c5eb05f
Merge pull request #1030 from kc284/car-2217
...
First commits for CAR-2217
2016-06-22 16:23:29 +01:00
Konstantina Chremmou
bdbd9e1f55
CP-17502: No directly related to this ticket, but I found myself in the ISO SR neighbourhood and did some minor refactoring.
2016-06-21 10:29:37 +01:00
Konstantina Chremmou
0f908a674e
CP-17750: Block the patching wizard for clusters with the hci-forbid-update flag (disable the relevant pools/hosts on the select servers page; do not launch the patching wizard at all if there are no clusters that can be patched).
2016-06-20 14:10:00 +01:00
Konstantina Chremmou
b575fd3d44
CP-17690: Block RPU for clusters with the hci-forbid-rpu flag (disable the relevant pools/hosts on the select pool page; do not launch the RPU wizard at all if there are no upgradable clusters).
2016-06-20 13:11:21 +01:00
Konstantina Chremmou
b5199573bc
Flipped accidentally changed line endings back to windows.
2016-06-20 11:38:24 +01:00
Gabor Apati-Nagy
f3adede2a7
Merge pull request #1024 from MihaelaStoica/CA-213236
...
CA-213236: Wrong license edition reported at pool level
2016-06-14 15:39:32 +01:00
Mihaela Stoica
5fb71ad2c2
Merge pull request #1022 from GaborApatiNagy/master_CA-213232
...
CA-213232: Helpers.OEMName(Host host) can throw NullReferenceException
2016-06-14 13:50:32 +01:00
Mihaela Stoica
9d3dd539af
CA-213236: Wrong license edition reported at pool level
...
Fix the order in the Edition enumeration
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-14 13:27:43 +01:00
Gabor Apati-Nagy
e5146db172
CA-213232: Helpers.OEMName(Host host) can throw NullReferenceException
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-13 13:12:19 +01:00
Gabor Apati-Nagy
d04cccea85
Merge pull request #1017 from MihaelaStoica/CA-212905
...
CA-212905: Fix dialog size
2016-06-13 11:14:26 +01:00
Gabor Apati-Nagy
6d45497d62
Merge pull request #1018 from MihaelaStoica/CA-213034
...
CA-213034: Replace word "XenMotion" in the New SR wizard
2016-06-13 11:13:45 +01:00
Mihaela Stoica
a31a0b8f0a
CA-213034: Replace word "XenMotion" in the New SR wizard
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-10 14:37:49 +01:00
Mihaela Stoica
996f84c97f
CA-212905: Fix dialog size
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-10 11:25:38 +01:00
Mihaela Stoica
a89ba4a91e
Merge pull request #1013 from kc284/master
...
CA-212078: Do not check for CPU compatibility feature when the VM's r…
2016-06-08 12:59:26 +01:00
Mihaela Stoica
fcee4d8876
CA-77990: Report required actions for all VMs at once in the hotfix wizard / RPUW ( #951 )
...
* CA-77990: Report required actions for all VMs at once in the hotfix wizard / RPUW
* CA-77990: Resolve precheck problems in parallel in the Patching wizard
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
* CA-77990: Resolve precheck problems in parallel in the Patching wizard
Changes following code review: Made the ParallelAction work across connections and removed CrossConnectionParallelAction
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
* CA-77990: Modified ParallelAction to create queue on RunSubActions only, with the correct queue size
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-07 17:40:59 +01:00
Konstantina Chremmou
42f76bfa23
CA-212078: Correction as per code review to guard against the case when the VM is not resident on any host.
2016-06-07 12:27:54 +01:00
Konstantina Chremmou
5b19081d61
CA-212078: Do not check for CPU compatibility feature when the VM's resident host is not dundee or greater.
2016-06-07 09:30:37 +01:00
Mihaela Stoica
41f749e941
Merge pull request #1011 from fillzero/master
...
CA-150197: Improvement: No confirmation message before delete wlb scheduler
2016-06-06 13:38:29 +01:00
Liang Dai
2a874bbf40
CA-150197:EN: Improvement: No confirmation message to ask if certain to delete Scheduler
...
Signed-off-by: Liang Dai <liang.dai1@citrix.com>
2016-06-06 15:55:40 +08:00
Mihaela Stoica
f449d4e583
Merge pull request #1010 from GaborApatiNagy/master_CA-187187
...
CA-187187: Enable AD on pool failing when one of the hosts have failed
2016-06-03 10:55:16 +01:00
Liang Dai
fd5c7773f5
CA-150197:EN: Improvement: No confirmation message to ask if certain to delete Scheduler
...
Signed-off-by: Liang Dai <liang.dai1@citrix.com>
2016-06-03 14:19:59 +08:00
Gabor Apati-Nagy
5b37c036d8
CA-187187: Enable AD on pool failing when one of the hosts have failed
...
Calling disable as best effort. (We always call disable AD before enabling AD - CA-48122)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-02 15:09:01 +01:00
Mihaela Stoica
00a57808cc
Merge pull request #1009 from GaborApatiNagy/master_CA-209290
...
CA-209290: "Virtualization state" label displayed twice on General Tab of newly created VM
2016-06-02 13:46:17 +01:00
Gabor Apati-Nagy
725beacd4b
CA-209290: "Virtualization state" label displayed twice on General Tab of newly created VM
...
Fixed duplicated headers.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-02 12:03:26 +01:00
Gabor Apati-Nagy
81ec2af86b
Merge pull request #1003 from MihaelaStoica/CA-208829
...
CA-208829: Unexpected error if connection lost while health check dia…
2016-06-01 14:01:47 +01:00
Mihaela Stoica
82a274571b
Merge pull request #1002 from GaborApatiNagy/master_CA-208707
...
CA-208707: [SCTX-2316] XenCenter Incorrect pop-up error message displayed if SSL secure channel cannot be created
2016-06-01 14:00:50 +01:00
Mihaela Stoica
2b993a4a9c
Merge pull request #1007 from Frezzle/vdi-attach-exception
...
CA-211418: Exception in XenCenter while attaching vdi to a VM on a p…
2016-06-01 13:46:58 +01:00
Frederico Mazzone
b21d87e6e6
[CA-211418] Exception in XenCenter while attaching vdi to a VM on a pool with an SR with 20,000 VDIs
...
Added back the event handler removal in BuildList function, as it can run more than once.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-31 11:23:31 +01:00
Frederico Mazzone
b401a11e76
[CA-211418] Exception in XenCenter while attaching vdi to a VM on a pool with an SR with 20,000 VDIs
...
All event handlers are now unsubscribed when AttachDiskDialog is closed, allowing its memory to be garbage collected.
Image for each VDI now references an existing image instead of creating a new object.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-25 16:37:31 +01:00
Gabor Apati-Nagy
76a709b11c
Merge pull request #1001 from MihaelaStoica/CA-211417
...
CA-211417: Remove WLB.chm
2016-05-24 11:01:07 +01:00
Mihaela Stoica
67e4e2113f
CA-208829: Unexpected error if connection lost while health check dialog open
...
- Invoke on the main thread
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-05-23 14:11:03 +01:00