Mihaela Stoica
6288ace0f5
Merge pull request #1594 from xenserver/release/falcon/staging
...
Merge release/falcon/staging into master
2017-05-17 12:45:36 +01:00
Gabor Apati-Nagy
47f7690536
Merge pull request #1590 from MihaelaStoica/CA-244663
...
CA-244663: In the Migrate VM wizard, add storage mappings for the VDI…
2017-05-16 13:54:13 +01:00
Mihaela Stoica
e50187b85e
Merge pull request #1593 from GaborApatiNagy/master_CA-252923
...
CA-252923: Update apply on slave host fails with pool_patch or pool_update not found
2017-05-16 11:52:22 +01:00
Gabor Apati-Nagy
eb45d14a8a
Merge pull request #1576 from MihaelaStoica/CA-251630
...
CA-251630: XenCenter update wizard incorrectly states that some hosts…
2017-05-15 13:59:19 +01:00
Gabor Apati-Nagy
d55af4e5a7
CA-252923: Update apply on slave host fails with pool_patch or pool_update not found
...
In rare cases, the GetMaster could return null, causing the update progress to fail with "Pool_patch or Pool_update not found". (when the Cache hasn't been populated by the execution gets here)
This commit drops GetMaster and uses a pre-saved masterUuid instead of waiting for the Cache what would be the other way to solve this issue.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-05-12 16:10:36 +01:00
Mihaela Stoica
d2f3c0c116
CA-244663: In the Migrate VM wizard, add storage mappings for the VDIs belonging to the VM's snapshots
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-05-11 16:42:41 +01:00
vetrivelc
21a7a74408
L10N: CA-250470,CA-250471,CA-250472,CA-250473,CA-250893,CA-250894 Localized UI fixes
2017-05-11 19:36:14 +05:30
Mihaela Stoica
1bc43eda7d
Merge pull request #1586 from GaborApatiNagy/master_updates
...
CA-252877: Precheck actions not reverted on upgrading to new XenServer version using an update
2017-05-10 12:35:00 +01:00
Gabor Apati-Nagy
d14f0d6b49
CA-252877: Precheck actions not reverted on upgrading to new XenServer version using an update
...
Automated Updates now undo pre-check actions once it's finished wit the updates
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-05-10 12:21:11 +01:00
Mihaela Stoica
d015ba223e
Merge pull request #1575 from letsboogey/master
...
CA-251526 - Change template order in New VM wizard
2017-05-10 11:33:03 +01:00
Letsibogo Ramadi
0c7cf8678b
CA-251526 - Change template order in New VM wizard
...
Moved "Legacy Windows" template to the bottom of the Windows templates
to discourage users from selecting it and avoid it being selected by default
at the top of the list as was the case.
Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
2017-05-10 11:30:16 +01:00
Gabor Apati-Nagy
5eff76be28
CA-252877: Precheck actions not reverted on upgrading to new XenServer version using an update
...
Automated Updates now undo pre-check actions once it's finished wit the updates
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-05-10 10:06:41 +01:00
Konstantina Chremmou
652e446245
Merge pull request #1585 from MihaelaStoica/CA-242134
...
CA-242134: Remove the code targetting <= 6.1 XenServers
2017-05-10 08:14:23 +01:00
Mihaela Stoica
a31c31eb07
CA-242134: Remove licensing code targeting pre-Clearwater hosts
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-05-08 13:40:48 +01:00
Mihaela Stoica
68aa91bcaa
CA-242134: Remove code targeting pre-Clearwater hosts and unnecessary ClearwaterOrGreater checks
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-05-05 15:35:25 +01:00
Mihaela Stoica
78ad827cc4
CA-242134: Remove TampaOrGreater, its usages and unreachable code
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-05-05 14:31:43 +01:00
Mihaela Stoica
dd861cfeed
CA-253047: Wrong prechecks are performed in Automated Updates mode if an update has been previously uploaded
...
Reset the PrecheckPage.PoolUpdate property on leaving the SelectPatch page, because it needs to be null for the Automated Updates mode and for the single update mode it will be updated on leaving the Upload page.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-05-04 15:14:06 +01:00
Mihaela Stoica
6e4c5d3548
CA-251630: XenCenter update wizard incorrectly states that some hosts need rebooting and requires suspending VMs
...
Perform all the prechecks on applicable hosts only (i.e. the hosts that don't have the update applied already), with the following exceptions:
- The HA check, which is performed on the pool master
- The server-side precheck (PatchPrecheckCheck) which will still be performed on all servers in the pool and will show the warning if the update has already been applied on some servers
This commit also adds an override to the HAOffCheck.SuccessfulCheckDescription to show the pool name instead of the master's if the check is successful.
Also, in the PatchPrecheckCheck, I had moved the code that checks if the patch is already applied to the very beginning (before the host liveness check), so it will return the warning that the server will be skipped even if the server is not reachable
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-05-04 14:32:36 +01:00
Gabor Apati-Nagy
95caad4919
CA-248920: The radiobutton selection on Select Update page is not preserved while navigating to the previous page in the Install Update wizard
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-04-20 17:40:54 +01:00
vetrivelc
a291bd730a
L10N:CA-205538 & other translation checkins
2017-04-19 14:36:03 +05:30
Gabor Apati-Nagy
49fd823650
CA-249084: deleted more unneeded code
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-04-11 17:50:47 +01:00
Gabor Apati-Nagy
3805bcef40
CA-249084: Fixes for code review
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-04-11 17:31:17 +01:00
Gabor Apati-Nagy
2823e0337b
CA-249084: Fix code for new build number format
...
removing unneeded code (after 55f17d4
)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-04-11 16:37:19 +01:00
Gabor Apati-Nagy
55f17d416b
CA-249084: Fix code for new build number format
...
fixed by removing checks that are no longer needed
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-04-11 11:06:03 +01:00
Mihaela Stoica
8650f5880b
CA-249824: Unable to create vlan, bond using XenCenter
...
- set managed=true, otherwise the network creation fails with the error "The network is not managed by xapi"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-04-10 07:49:51 -04:00
Mihaela Stoica
83dbaf6b5e
CA-237939: Cannot create VM from Checkpoint other than the resident host in pool
...
Use VM.clone (and not VM.copy) when creating a VM from a snapshot.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-03-23 12:49:24 +00:00
Mihaela Stoica
170dcfc70b
Merge pull request #1504 from geosharath/CA-246288
...
CA-246288: Removing mention of the word "paused" from the text in NewpolicySnapshotTypePage
2017-03-23 09:34:08 +00:00
Sharath Babu
553e559bee
CA-246288: Removing mention of the word "paused" from the text in NewpolicySnapshotTypePage
...
Signed-Off-By: Sharath Babu <sharath.babu@citrix.com>
2017-03-23 04:02:13 +05:30
Gabor Apati-Nagy
40074d5969
Merge pull request #1491 from MihaelaStoica/CA-242918
...
CA-242918: Improve the exception shown in XenCenter if the hotfix upl…
2017-03-22 11:05:51 +00:00
Sharath Babu
035fd959c3
CA-246288: [VMSS] Incorrect message in schedule properties->snapshot type window
...
Signed-Off-By: Sharath Babu <sharath.babu@citrix.com>
2017-03-22 09:58:04 +05:30
Mihaela Stoica
6b26093303
CA-242918: Improve the exception shown in XenCenter if the hotfix upload fails
...
When a TargetInvocationException is raised, its InnerException property holds the underlying exception, which is what we should display.
Also ellipsise the action description (which could be an error thrown by the upload action) that is displayed on the Upload page.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-03-16 11:41:14 +00:00
Mihaela Stoica
418d2edb7b
Merge pull request #1461 from GaborApatiNagy/CA-244687_2
...
CA-244687: Install Updates Wizard: Automated mode: bugfix for omitted after-apply-guidances
2017-03-01 13:35:42 +00:00
Gabor Apati-Nagy
e9eeb3d595
CA-244687: Install Updates Wizard: Automated mode: bugfix for omitted after-apply-guidances
...
Fixes following the code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-03-01 13:10:45 +00:00
Gabor Apati-Nagy
15827512e1
CA-244687: XSINT71E003 asks user to restart toolstack after installing hotfixes using Batch hotfixing
...
This commit fixes a bug in the Update Wizard that causes XenCenter to not restart Toolstack when it should in the following case: in Automated Mode, when the update sequence for a host has an update that contains live-patch with restartHost guidance (and guidance-mandatory=false) followed by an update with Toolstack restart guidance.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-03-01 12:05:44 +00:00
Gabor Apati-Nagy
118dea1fa7
Merge pull request #1455 from MihaelaStoica/CA-245345
...
CA-245345: XenCenter doesn't mark a host as unapplicable when an upda…
2017-02-28 15:19:16 +00:00
Mihaela Stoica
dab5e3da05
CA-236104: Do not allow pre and post Ely servers to be selected at the same time when the user browsed for an iso update or supplemental pack.
...
Changes following code review
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-02-28 14:29:59 +00:00
Mihaela Stoica
33979bb1f2
CA-236104: Do not allow pre and post Ely servers to be selected at the same time when the user browsed for an iso update or supplemental pack.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-02-27 16:45:34 +00:00
Mihaela Stoica
f1470d1c53
CA-245345: XenCenter doesn't mark a host as unapplicable when an update is installed via "Select update from disk" option
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-02-27 16:43:02 +00:00
Gabor Apati-Nagy
da4140d75e
Merge pull request #1443 from stephen-turner/CA-243964
...
CA-243964: Don't allow upload of .xsupdate files to >= 7.1 servers
2017-02-20 11:36:28 +00:00
Stephen Turner
20df8ce2fe
CA-244097: XenCenter sometimes refuses .xsupdate files
2017-02-17 17:11:03 +00:00
Stephen Turner
74c567ef1d
CA-243964: Don't allow upload of .xsupdate files to >= 7.1 servers
2017-02-17 16:56:44 +00:00
Gabor Apati-Nagy
2de8f55e30
Merge pull request #1439 from letsboogey/funnylabelfix
...
CA-236150 - Funny label on status report wizard
2017-02-15 14:05:14 +00:00
Letsibogo Ramadi
10bb65d2f2
CA-236150 - Funny label on status report wizard
...
Changed label to a LinkLabel instead of RichTextBox. Also fixed similar bug on the healthcheck enrollment dialog.
2017-02-15 13:51:19 +00:00
Stephen Turner
f3a64fc54b
Merge pull request #1433 from geosharath/feature_merge
...
Scheduled Snapshots feature merge
2017-02-14 10:09:17 +00:00
vetrivelc
6d9273f304
L10N: Translation Changes & VMSS updates CP-20708
2017-02-14 03:27:38 +00:00
Gabor Apati-Nagy
6693570b11
Merge pull request #1428 from MihaelaStoica/CA-238265
...
CA-238265: Add the action title to the error message displayed on the…
2017-02-08 11:47:38 +00:00
Mihaela Stoica
ef331986c7
CA-238265: Add the action title to the error message displayed on the Install Update page of the patching wizard.
...
Also changed ApplyPatchAction and ApplyUpdateAction to install a single update to a single host, so that the appropriate action title can be displayed if an action fails. And replaced 2 hardcoded strings with resource strings.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-02-06 13:04:07 +00:00
Sharath Babu
0800e361c6
Merge branch 'master' of https://github.com/xenserver/xenadmin into VMSS
2017-02-04 13:59:58 +05:30
Gabor Apati-Nagy
01cebc9166
Merge pull request #1404 from MihaelaStoica/CP-19607
...
CP-19607: Make sure that event handlers are unregistered when controls are not visible
2017-02-01 13:53:14 +00:00
Mihaela Stoica
430b9e87ed
CP-19607: More event handlers that needed to be deregistered
2017-01-31 14:35:59 +00:00