Commit Graph

1850 Commits

Author SHA1 Message Date
Usha Mandya
e500da5c8c CP-11214: Updated to include HVM Linux GPU pass-thru changes 2015-04-10 17:27:35 +01:00
Usha Mandya
d0984b4da0 Minor tweaks to Docker topics 2015-04-10 17:27:18 +01:00
Usha Mandya
3b7b35c633 CP-11214:Updated to include changes for CAR-1711 2015-04-10 17:27:06 +01:00
Usha Mandya
c62df58426 Added new topic on installing supp packs 2015-04-10 17:26:48 +01:00
Usha Mandya
35aaf90d74 CP-11072: XC Help updates for Docker 2015-04-10 17:25:31 +01:00
Gabor Apati-Nagy
92f0499911 CA-149867: Invoke on MainWindow instead of various controls
We observed that some threads can reach deadlock-ish state after they have Invoked into a control's UI thread. When it happens they are all in a waiting for join or in sleep state for very long time, although there should not be any deadlock situations.
It seems this has something to do with multiple parent controls and with which control we invoked on. This should not make a difference, because we have got one UI thread (for MainWindow) they should wait for, but we have seen it does.

The solution that fixed this issue was to invoke on the MainWindow instead of various controls (see a4fe507adf ).

This changeset is changing all our Invokes to invoke into MainWindow
instead of a control itself. (MainWindow's UI thread is the only UI thread
all Control is using in XenCenter)
This changeset should be in place until we have found the root cause or the exact reason for the above.
2015-04-08 15:16:10 +01:00
Mihaela Stoica
f00b71cca3 Merge pull request #427 from GaborApatiNagy/CA-165712_master
CA-165712: Show the GPU tab when GPU is licensed, even when there are no...
2015-03-31 17:43:14 +01:00
Mihaela Stoica
6d996c03a4 CP-11292: Remove storage motion constraints: Allow cross-pool copy for templates
- modified CopyTemplateCommand to launch a cross pool copy if permitted
- added CrossPoolCopyTemplateCommand which opens the Cross pool migration wizard in "copy" mode

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-31 17:40:05 +01:00
Gabor Apati-Nagy
c73f7d5115 Merge pull request #410 from MihaelaStoica/CA-164816
CA-164816: After disabling HA on a pool, it should be possible to apply vGPU/GPU Passthrough to previously protected VMs
2015-03-31 17:39:09 +01:00
Gabor Apati-Nagy
93132ebbaa CA-165712: Show the GPU tab when GPU is licensed, even when there are no supported GPUs
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-31 17:26:37 +01:00
Mihaela Stoica
6e9d2dbde7 Merge pull request #422 from GaborApatiNagy/CA-148967_master
CA-148967: G11n: I18n: Un-localized issue for string "iSCSI login failed...
2015-03-31 16:54:16 +01:00
Mihaela Stoica
0cfe1bc3e0 Merge pull request #425 from GaborApatiNagy/CP-11764_master
CP-11764: Replace pGPU to GPU in all texts
2015-03-31 16:51:55 +01:00
Mihaela Stoica
ef5249671c CP-11292: Remove storage motion constraints: Allow cross-pool copy for stopped VMs
- added a "copy mode" page to the Cross pool migrate wizard (when in copy mode) where the user can select intra-pool or cross-pool copy
- If intra-pool option is selected, then the wizard will display a page similar to what we currently have in the Copy VM dialog
- If cross-pool option is selected, then the wizard will display all the cross pool migration pages

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-31 15:13:46 +01:00
Mihaela Stoica
e314a654f7 CP-11292: Remove storage motion constraints: Allow cross-pool copy for stopped VMs
- modified the VMCopyCommand to launch a cross pool copy if permitted
- added the CrossPoolCopyVMCommand which opens the Cross pool migration wizard in "copy" mode
- modified the cross pool migrate action with an extra "copy" parameter, which will add a copy option to the vm.migrate_send function call

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-31 14:27:04 +01:00
Gabor Apati-Nagy
10db558084 CP-11764: Replace pGPU to GPU in all texts
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-31 13:35:46 +01:00
Mihaela Stoica
afd77cafd3 Merge pull request #423 from GaborApatiNagy/CA-157503_master
CA-157503: GPU preference dialogs refer to vGPU instead of GPU
2015-03-31 10:59:10 +01:00
Gabor Apati-Nagy
0db5b1414f CA-157503: GPU preference dialogs refer to vGPU instead of GPU
-changing "vGPU" to "virtual GPU"

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-30 16:21:46 +01:00
Gabor Apati-Nagy
799d856a70 CA-148967: G11n: I18n: Un-localized issue for string "iSCSI login failed, verify CHAP credentials" in New Storage dialog.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-30 16:06:49 +01:00
Gabor Apati-Nagy
fd20f6f4f4 CA-148967: G11n: I18n: Un-localized issue for string "iSCSI login failed, verify CHAP credentials" in New Storage dialog.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-30 14:46:30 +01:00
Stephen Turner
fe97f617ca Merge pull request #419 from stephen-turner/CA-165096
CA-165096: Add null reference check
2015-03-27 16:31:53 +00:00
Stephen Turner
dfab7f9b96 CA-165096: Add null reference check 2015-03-27 16:30:36 +00:00
Stephen Turner
f14d07d8b8 Merge pull request #412 from cheng--zhang/CA-165096-v2
CA-165096: solve XenCenter slow to find RDP interface
2015-03-27 16:25:02 +00:00
Gabor Apati-Nagy
544acda852 Merge pull request #418 from stephen-turner/CA-165121
CA-165121: Use the actual Scientific Linux icon
2015-03-27 16:10:34 +00:00
Stephen Turner
1c593c6943 CA-165121: Use the actual Scientific Linux icon 2015-03-27 16:00:46 +00:00
Gabor Apati-Nagy
1ed11a970d Merge pull request #416 from stephen-turner/CA-165121
CA-165121: Scientific Linux icon (placeholder for the moment).
2015-03-27 15:29:25 +00:00
Gabor Apati-Nagy
0e3b9d11a1 Merge pull request #413 from GaborApatiNagy/CA-160915
CA-160915: Contains Cloud-config param updates
2015-03-27 15:11:16 +00:00
Mihaela Stoica
852945aae5 Merge pull request #414 from GaborApatiNagy/CA-165367_master
CA-165367: Reclaim freed space feature fails on Local storage on Slave h...
2015-03-27 15:08:06 +00:00
Gabor Apati-Nagy
eb61f8fe0c CA-165367: Reclaim freed space feature fails on Local storage on Slave host 2015-03-27 15:06:17 +00:00
Stephen Turner
65d9b92ec8 Merge 2015-03-27 13:38:17 +00:00
Stephen Turner
c3490265fc CA-165121: Scientific Linux icon (placeholder for the moment). Plus Ubuntu in search results. 2015-03-27 13:34:59 +00:00
Usha Mandya
4baeddfc3f CA-160915: Contains Cloud-config param updates 2015-03-27 12:54:36 +00:00
Cheng Zhang
8519fab118 CA-165096: solve XenCenter slow to find RDP interface
To solve this long latency issue, we will only scan IPs whose PIF link status is connected.

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-03-27 14:02:48 +08:00
Mihaela Stoica
bb14ac0abd CA-164816: After disabling HA on a pool, it should be possible to apply vGPU/GPU Passthrough to previously protected VMs
- When deciding whether to allow GPU configuration on a VM, check if the HA is enabled, not just the the VM's restart priority setting

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-26 16:57:25 +00:00
Mihaela Stoica
a2bb28a997 Merge pull request #404 from cheng--zhang/CA-165464
CA-165464: Switch to RDP on VM with RDP enable if auto-switch selected
2015-03-26 13:52:09 +00:00
Mihaela Stoica
24f32b2d91 Merge pull request #408 from stephen-turner/CP-11713-b
CP-11713: Storage Motion icons for stopped and suspended VMs
2015-03-26 13:51:22 +00:00
Stephen Turner
a2d2c8e85d CP-11713: Actually include the icons! 2015-03-26 13:34:59 +00:00
Mihaela Stoica
e9e75a0a67 Merge pull request #407 from GaborApatiNagy/CA-164819_master
CA-164819: On board VGA appears on GPU list
2015-03-26 13:34:08 +00:00
Stephen Turner
6d3a937304 CP-11713: Storage Motion icons for stopped and suspended VMs 2015-03-26 13:33:17 +00:00
Gabor Apati-Nagy
2e6276272a CA-164819: On board VGA appears on GPU list
-We used to check host.RestrictVgpu instead of checking the API version when populating the dropdown on the GPU Settings page. This is not sufficient anymore as it depends on the license too, so changed the code to check version (vGPU was introduced in Clearwater SP1).
2015-03-26 12:13:04 +00:00
Gabor Apati-Nagy
23319daeba Merge pull request #393 from MihaelaStoica/CP-11032
CP-11032: Remove storage motion constraints: Allow cross-pool move of stopped and suspended VMs
2015-03-24 18:11:48 +00:00
Mihaela Stoica
a4e586f93b Merge pull request #402 from GaborApatiNagy/CA-164800_master
CA-164800: New Storage wizard: hide CIFS option for old servers and not licensed pools
2015-03-24 17:37:45 +00:00
Mihaela Stoica
cbedbd43cd CP-11032: Allow cross-pool move of stopped and suspended VMs
Changes following code review:
- add static methods to the cross pool migrate and move commands to determine if the command can execute
- In the Cross Pool migrate wizard: add Transfer network page for cross-pool move (and copy) operation (as well as all migrate cases)

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-24 17:14:03 +00:00
Cheng Zhang
0adbf80b1c CA-165464: Switch to RDP connection on VM with RDP enable if automatically switch selected
This code change is to set “switchOnTabOpened” in below condition:
1.	XenCenter have “Automatically switch to the Remote Desktop console when it becomes available" selected
2.	VM have RDP enabled.
3.	XenServer Version is Cream or greater.

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-03-24 13:40:28 +08:00
Gabor Apati-Nagy
b8d3ef2bd4 CA-164800: New Storage wizard: hide CIFS option for old servers and not licensed pools
-Making CIFS radio button invisible (instead of visible but disabled) when CIFS is restricted (license)

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-23 16:01:25 +00:00
Gabor Apati-Nagy
e0f4b60858 CA-164800: New Storage wizard: hide CIFS option for old servers and not licensed pools
-New SR Wizard - SR Type Selection page: radio buttons are now on a TableLayoutPanel with auto sized rows

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-23 15:48:08 +00:00
Gabor Apati-Nagy
37091dbb25 Merge pull request #398 from stephen-turner/CA-159791
CA-159791: Remove GC debug info from logs
2015-03-23 12:49:55 +00:00
Gabor Apati-Nagy
14ec7ce317 Merge pull request #399 from stephen-turner/CA-141172
CA-141172: missing colon on RPU pre-check page
2015-03-23 12:49:51 +00:00
Gabor Apati-Nagy
dca36bbfc5 Merge pull request #400 from stephen-turner/CA-111770
CA-111770: Version check messages confusing because the target version i...
2015-03-23 12:49:48 +00:00
Gabor Apati-Nagy
aaffa34be2 Merge pull request #401 from stephen-turner/CA-151447
CA-151447 & CA-165108
2015-03-23 12:49:46 +00:00
Stephen Turner
e909d9aa92 CA-165108: On power-on properties, a change of script name isn't saved 2015-03-20 14:21:26 +00:00