Mihaela Stoica
7ec3881e05
Merge pull request #1212 from kc284/CA-157786
...
CA-157786: General tab for VDIs.
2016-10-18 08:01:57 +01:00
Konstantina Chremmou
c7ea650cf6
CA-157786: Use NameWithLocation to display the name of the VDI's SR. Also, removed
...
unconventionally named method which did not offer much to code legibility.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-10-17 23:26:13 +01:00
Konstantina Chremmou
08e1b2c1b7
CP-18417: Removed flag forbidding update; was added for CP-17750, but is no longer applicable.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-10-17 11:16:16 +01:00
Konstantina Chremmou
cff98908b3
Merge remote-tracking branch 'upstream/CAR-2226'
2016-10-17 11:07:15 +01:00
Konstantina Chremmou
7a74096d3b
CA-157786: Added general tab for VDIs.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-10-14 13:51:51 +01:00
Konstantina Chremmou
cfddd6bbdf
Merge pull request #1198 from MihaelaStoica/CA-223374
...
CA-223374: Able to unplug vCPUs from running VM when changing vCPU fr…
2016-10-12 12:58:18 +01:00
Mihaela Stoica
dabe77e0d0
CA-223374: Fix typo
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-12 12:53:30 +01:00
Konstantina Chremmou
6df0508c92
Enforce filetrs to be run with a target that is Pool or Host and a non-null VM selection.
...
Small refactoring for performance gain on Host extension method.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-10-11 09:45:37 +01:00
Mihaela Stoica
34a4d44987
CA-223374: Able to unplug vCPUs from running VM when changing vCPU from two iCenters concurrently
...
- check the current number of vCPUs (by getting the latest value from the cache) before trying to change it.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-10 12:37:11 +01:00
Gabor Apati-Nagy
6296277317
Merge pull request #1188 from kc284/vm_migration
...
CA-220218, CA-205799, CA-205791 plus one or two other issues and refactoring
2016-10-07 16:18:49 +01:00
Konstantina Chremmou
81869976d9
Removed accidentally added string.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-10-07 15:53:38 +01:00
Mihaela Stoica
d6c735bd18
Merge pull request #1173 from kc284/migration
...
CA-220511, CA-187659, CA-220216 plus some refactoring and minor enhancements.
2016-10-07 10:11:07 +01:00
sri harsha tagore k
77631ffb3e
L10N:TRanslations check-ins
2016-10-05 10:58:50 +05:30
Konstantina Chremmou
61a2c12c45
CA-205799: Fixed issue where the user was allowed to select the VM's home server
...
as move (halted) or migrate (suspended) destination; this was caused by using the
VM's resident_on instead of Home() host. Also, changed the disabled reason to be
a bit more generic and cover cases other than migration.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-09-30 13:45:59 +01:00
Konstantina Chremmou
1acc717417
CA-205791: Added detail to the action migrating a VM that's not resident on a host.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-09-30 13:45:52 +01:00
Konstantina Chremmou
4bf04e6279
In Move mode the text on the destination page should read "move the VMs" and not migrate.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-09-30 13:45:37 +01:00
Mihaela Stoica
f53255e906
CP-19060: Add license key for vCPU hotplug
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-09-29 12:20:25 +01:00
kunm
8ff4723242
CP-18890: Translate new strings for vCPU hotplug ( #1163 )
...
Signed-off-by: kunm <kun.ma@citrix.com>
2016-09-29 12:16:01 +01:00
Mihaela Stoica
18fb723f6a
CP-18889: Implement UI changes for vCPU hotplug ( #1159 )
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-09-29 12:11:37 +01:00
Konstantina Chremmou
eb3fbe2ac8
Corrections and refactoring on VDI move/migrate:
...
- Allow move of multiple VDIs
- CA-187659: show better messages when batching move/migration of multiple VDIs.
- Show different tooltips for single vs. multiple VDI move/migration/deletion.
- Refactored the MoveDiskDdialog. Removed the inherited class VDIMigrateDialog and
the batching manager as it was not very different from its parent, it was registering
the events twice, and was batching migration of even single VDIs.
- Tidied up the Move- and MigrateVirtualDisk commands so they're easier to compare.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-09-28 09:50:43 +01:00
Mihaela Stoica
c6eab65fdf
Merge pull request #1154 from kc284/master
...
Some corrections on VMStorage page and disk move/migrate/detach
2016-09-22 15:21:48 +01:00
Callum McIntyre
336e4d8149
CA-218260: Reverting to Snapshots causes VM to go back to parent host
...
Move the test for whether we can boot the VM on the previous host into the VmSnapshotRevertAction, and run it using the Session of the action.
2016-09-22 13:36:43 +01:00
Callum McIntyre
d30ff533fd
CA-218260: Correcting nesting
...
The else if (vm.power_state == vm_power_state.Suspended) block had been incorrectly moved out an indent level to the outer if.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-09-21 17:45:42 +01:00
Callum McIntyre
502e386e53
CA-218260: Reverting to Snapshots causes VM to go back to parent host
...
Where we have a host the VM is running on (ie vm.resident_on is not null) at the time it is reverted, attempt to start/resume on that host if possible, instead of the home server of the VM.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-09-21 17:39:03 +01:00
Mihaela Stoica
a04e8dbccf
Merge pull request #1123 from GaborApatiNagy/CA-150816
...
CA-150816: fix: G11n:I18n: Hardcode issue "Set VM other_config" on Authentication dialog.
2016-09-20 14:02:18 +01:00
Konstantina Chremmou
6bb71ffd23
Merge pull request #1124 from GaborApatiNagy/CA-174979
...
CA-174979: Confusing right-click add to pool menu (if you accept the defaults)
2016-09-20 13:15:36 +01:00
Mihaela Stoica
963d5211d6
Merge pull request #1174 from mcintyre94/CA-217821
...
CA-217821: Renaming home server to target server in VM migration wizard
2016-09-20 11:43:24 +01:00
Gabor Apati-Nagy
6742d72461
CA-174979: Confusing right-click add to pool menu (if you accept the defaults)
...
Removed a no longer used string from Messages.resx
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-09-20 10:43:05 +01:00
Gabor Apati-Nagy
93a7c3c7c7
CA-150816: fix: G11n:I18n: Hardcode issue "Set VM other_config" on Authentication dialog.
...
Changed the text to be more meaningful as agreed
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-09-19 17:50:10 +01:00
Callum McIntyre
0c5eaef042
CA-217821: Renaming home server to target server in VM migration wizard
...
We already renamed the column to target server, this changes the message in the case where the user doesn't choose a server on this page to also use target server.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-09-19 17:00:02 +01:00
Gabor Apati-Nagy
9b383054af
CA-222118: CentOS 7 VM's XenServer Tools installation message is misleading in Notifications
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-09-19 14:10:21 +01:00
Callum McIntyre
e28bcc76c9
CP-18417 review changes: Fix the broken test that uses the guidance builder method, and update the messages to be more consistent.
2016-09-16 13:36:03 +01:00
Callum McIntyre
5d53ab3db3
CP-18417 review changes: Simpler other_config key, added a pool extension method to check for it, moved the check on the Select Servers page to be the first check, simpler logic toggling the automatic/manual buttons. Still need to rework the PatchRequiresReboot part
...
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-09-15 16:37:37 +01:00
sri harsha tagore k
49ef8a3aad
L10N: Ely:Translation check-ins
2016-09-15 16:47:31 +05:30
Mihaela Stoica
6c61c0d026
Merge pull request #1158 from kc284/CA-219461
...
CA-219461: A new disk requires VM shutdown-restart in order to appear…
2016-09-15 09:52:29 +01:00
Callum McIntyre
b22618ef5c
Merge remote-tracking branch 'upstream/master' into CP-18417
2016-09-14 10:30:52 +01:00
Mihaela Stoica
91ef745b9c
Merge pull request #1162 from stephen-turner/one-comment-v2
...
Comment on the VM.IsWindows method
2016-09-13 16:23:29 +01:00
Stephen Turner
a8c6e81ceb
Comment on the VM.IsWindows method
2016-09-13 12:16:55 +01:00
Konstantina Chremmou
c6004b664b
CA-219461: A new disk requires VM shutdown-restart in order to appear, not VM reboot.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-09-12 14:34:57 +01:00
Konstantina Chremmou
6298a7e885
Do not calculate twice the VMs to move or migrate. Text improvement.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-09-09 18:52:38 +01:00
Callum McIntyre
129330c326
CP-18417: Modify the hotfix wizard to make it work for hosts that can't auto-update/restart from XC
...
Adjusted messages, and added a tooltip to the Automatic restart radio when it's disabled. Also now support standalone hosts in addition to pooled.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-09-09 15:45:38 +01:00
Callum McIntyre
9a8cb87e29
Pull down + merge master (which has changes to update wizard in live patching etc). Automerged.
2016-09-09 12:40:07 +01:00
Mihaela Stoica
1bb49758ff
Merge pull request #1151 from huazhihao/CA-218956
...
CA-218956: Expose HIMN when showing hidden objects
2016-09-08 13:10:38 +01:00
John Hua
b0638bb4f5
CA-218956: Expose HIMN when showing hidden objects
...
Expose both the HIMN network and any VIFs associated with the HIMN
network using XenCenter when the "View->Show Hidden Objects" option
is displayed. However the shown HIMN should not be able to autoplug,
edit or delete.
2016-09-08 17:48:25 +08:00
Konstantina Chremmou
d2a3a17369
Fixed typos.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-09-06 14:53:46 +01:00
Gabor Apati-Nagy
7d4524196b
CA-220040: Fix for unit tests
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-09-05 13:32:33 +01:00
Mihaela Stoica
24d67cca10
Fix an error in ParallelAction with no subactions
...
- Immediately complete the ParallelAction when there are no subactions to be executed, to avoid on infinite lock while waiting for the actions to be completed.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-09-01 17:42:07 +01:00
Mihaela Stoica
b758e0660a
Resurrect CP-18011: [XenCenter] Add live patching checkbox
...
(reverting 8a10351c5d
: Revert "Cp 18011: [XenCenter] Add live patching checkbox")
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-09-01 14:59:37 +01:00
Gabor Apati-Nagy
65f02fbba9
CA-174979: Confusing right-click add to pool menu (if you accept the defaults)
...
Changed "Unnamed Pool" to "Pool" to make the terminology clearer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-08-30 15:52:33 +01:00
Gabor Apati-Nagy
0174974c93
Merge branch 'master' of https://github.com/xenserver/xenadmin into CP-18014
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
Conflicts:
XenAdmin/Wizards/PatchingWizard/PatchingWizard.cs
XenAdmin/Wizards/PatchingWizard/PatchingWizard_PrecheckPage.cs
XenModel/Messages.Designer.cs
XenModel/Messages.ja.resx
XenModel/Messages.resx
XenModel/Messages.zh-CN.resx
2016-08-26 15:22:03 +01:00