Commit Graph

1434 Commits

Author SHA1 Message Date
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
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
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
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
Stephen Turner
2c0c96d577 CA-151447: Uninternationalised string wake-on-lan 2015-03-20 14:21:18 +00:00
Stephen Turner
324d52cff7 CA-111770: Version check messages confusing because the target version is a regexp 2015-03-20 13:40:11 +00:00
Stephen Turner
d1c3c42db3 CA-141172: missing colon on RPU pre-check page 2015-03-20 13:28:03 +00:00
Stephen Turner
ae672aa4b0 CA-159791: Remove GC debug info from logs 2015-03-20 13:17:06 +00:00
Gabor Apati-Nagy
5fc9c6f580 Merge pull request #397 from MihaelaStoica/CA-162989
CA-162989: Change section title in VM General tab to "Docker Information"
2015-03-19 17:11:24 +00:00
Mihaela Stoica
ea10080e4e Merge pull request #394 from stephen-turner/CA-164994
Hotfix download progress bar makes GUI unresponsive
2015-03-19 17:10:33 +00:00
Mihaela Stoica
272886b3fc CA-162989: Change section title in VM General tab to "Docker Information"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-19 17:08:50 +00:00
Stephen Turner
1eef9002c8 Hotfix download progress bar makes GUI unresponsive 2015-03-19 14:23:54 +00:00
Mihaela Stoica
4e4f88ec99 Merge pull request #389 from GaborApatiNagy/CA-164186_2
CA-164186: NFSv4: end-to-end test and clean-up
2015-03-17 17:37:41 +00:00
Gabor Apati-Nagy
e900e6a3fd CA-164186: NFSv4: end-to-end test and clean-up
-Fixes following the code review (not sending NFS version when reattaching; tab orders; margins)
2015-03-17 17:33:09 +00:00
Mihaela Stoica
a232ff1a20 Merge pull request #383 from GaborApatiNagy/CA-164184
CA-164184: Text fixes in CIFS feature
2015-03-17 17:03:18 +00:00
Mihaela Stoica
d616009824 CP-11032: Remove storage motion constraints: Allow cross-pool move of stopped and suspended VMs
- With these changes, a stopped or suspended VM can be moved across pools; this is performed as a vm migrate operation.
- The intra pool move will continue to be a vdi.copy + destroy operation for stopped VMs, but for suspended VMs we need to do it a as vm migrate operation.
- We use the Cross Pool migrate wizard for both intra and cross pool move operations, but introduced a wizard mode parameter in order to adapt the wizard to the specific operation we want to perform (migrate, move or copy)

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-03-17 16:35:12 +00:00
Mihaela Stoica
4ecc70a307 Merge pull request #390 from stephen-turner/CA-163782
CA-163782: Read the read-caching reason from the server
2015-03-17 09:45:17 +00:00
Stephen Turner
a6f6b775fd CA-163782: Read the read-caching reason from the server 2015-03-16 19:54:55 +00:00
Gabor Apati-Nagy
bfdfaaabd8 CA-164186: NFSv4: end-to-end test and clean-up
-Also calling Trim() when using user input from the Share Name field

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-03-16 18:17:49 +00:00
Mihaela Stoica
944b5ec673 Merge pull request #388 from cheng--zhang/CA-164678
CA-164678: Got incorrect guest screen resolution with user's first switch to Remote Desktop from XenCenter Console
2015-03-16 17:06:19 +00:00