Konstantina Chremmou
27f31431ca
Merge pull request #1242 from mcintyre94/CA-223486
...
[CA-223486] Storage Link Status validation is wrongly included in Precheck During RPU
2016-10-27 15:26:40 +01:00
Mihaela Stoica
98133addc4
Merge pull request #1241 from mcintyre94/CA-220457
...
[CA-220457] Add friendly names for new graphs, and filter duplicates
2016-10-27 15:10:16 +01:00
Callum McIntyre
c1e3346bd4
[CA-223486] Only add the licensing check if any hosts need to be checked
...
This will avoid having an empty group if no host needs checking.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-27 14:01:17 +01:00
Callum McIntyre
318faeedad
[CA-223486] Refactoring and expanding fltering to all pre-Clearwater only checks
...
We now enumerate pre-Creedence and pre-Clearwater servers once, and check hosts only in those lists for the checks that only apply to those servers.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-27 11:39:01 +01:00
Callum McIntyre
fd46c9b24e
[CA-220457] Move the match Regex objects to be static class objects
...
Moved from BuildList method to the GraphHelpers class. Since they're only used in this class for this search, and there's similar but broader Regex objects in the Helpers class that are used for parsing, I think it's better to keep them in this class to avoid confusion.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-27 10:41:44 +01:00
Callum McIntyre
299ed430cc
[CA-223486] Only add the check for hosts that it applies to, instead of all selected ones.
...
This avoids unnecessary checks where we are upgrading multiple pools from different versions. Also made the same change for the unrelated pre-Clearwater only checks which had the same issue.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-27 10:18:26 +01:00
sri harsha tagore k
5b482aa43a
L10N:TRanslations checkpin
2016-10-27 14:46:55 +05:30
Callum McIntyre
0ba1e5c6df
[CA-223486] Storage Link Status validation is included in Precheck During RPU
...
We now only include the StorageLink check if we have any hosts earlier than Creedence in the RPU.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-26 17:28:11 +01:00
Callum McIntyre
173149b749
[CA-220457] Add friendly names for new graphs, and filter duplicates
...
We have some new RRDs - read, write, read_latency and write_latency. This adds support for them by adding a friendly name and using it to display them. It also adds some filtering (see GraphHelpers.cs) because for backward compatibility io_throughput_read and io_throughput_write (which differ from read and write only in scale) are still available, but shouldn't be displayed in XC. If the new read or write are available, we filter these old datasources out.
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-26 16:03:12 +01:00
Mihaela Stoica
941fd6ce74
CA-220475: [PAR-173] XenCenter fails when updating network MTU with VLAN tag already in use error
...
- use the PIF of the master when trying to find out if an external network has changed
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-26 13:07:47 +01:00
Gabor Apati-Nagy
325f2c2c6e
Merge pull request #1238 from xenserver/CAR-2245
...
CAR-2245: XenCenter changes for CAR-2245 Standarize packaging formats
2016-10-24 17:56:16 +01:00
Gabor Apati-Nagy
3955704ec0
Merge pull request #1236 from mcintyre94/CA-226012
...
[CA-211267] Add a lightweight polling mechanism to the appliance tasks, to provide an accurate timer
2016-10-24 17:39:53 +01:00
Callum McIntyre
d39a1a7cd3
[CA-211267] Change MAX_ITERATIONS to use SLEEP_TIME, making it a bit clearer and ensuring it's always approx 24h
...
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-10-24 17:33:31 +01:00
Callum McIntyre
f11ed643b6
Add a timeout of approximately 24 hours to the TickUntilCompletion method.
2016-10-24 16:13:44 +01:00
Callum McIntyre
bb78309279
[CA-211267] Remove the passing this around and null action check, change TickUntilCompletion to be non-static
2016-10-24 14:22:35 +01:00
Callum McIntyre
7d7a040335
[CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker()
...
TickUntilCompletion() is now a static method and again takes an ApplianceAction parameter. It does a null check on each while iteration to handle the case where another thread nulls the action. Also added Run() method to ApplianceAction which initialises the ticker (now a private method), and let child classes call Run() instead.
2016-10-24 11:59:28 +01:00
Konstantina Chremmou
56d7f52b16
Merge pull request #1235 from MihaelaStoica/master
...
CP-19257: Icon for Kylin Linux
2016-10-24 10:46:10 +01:00
Callum McIntyre
15b4705942
[CA-211267] Move the sleep time into a const int of the class. Also removed the ApplianceAction parameter from TickUntilCompletion (it behaved like a static method), to make it more similar to TaskPoller.PollToCompletion
2016-10-24 10:06:59 +01:00
Callum McIntyre
de43761039
[CA-211267] Add a lightweight polling mechanism to the appliance tasks, to provide an accurate timer
...
For other actions we get a ticking timer in the Events view because they use PollToCompletion, which calls their Changed event every 900ms. These actions don't use PollToCompletion, and didn't regularly call their Changed event - so their timer didn't tick regularly. This change adds a lightweight mechanism to call their changed event every 900ms until they complete. This allows the events page timer to tick every second in the same way as it does for other actions.
2016-10-24 09:56:09 +01:00
Konstantina Chremmou
1744ca0415
Merge pull request #1237 from MihaelaStoica/CA-226256
...
CA-226256: Trying to change boot order toggles boot flags
2016-10-24 08:47:09 +01:00
Mihaela Stoica
93149f75f8
CA-226256: Trying to change boot order toggles boot flags
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-21 18:53:17 +01:00
Mihaela Stoica
6eb2c80895
CP-19257: Icon for Kylin Linux
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-21 18:46:38 +01:00
Mihaela Stoica
4b67140b1d
Merge pull request #1224 from kc284/master
...
Some enhancements on the New Graph Dialog:
2016-10-21 13:16:20 +01:00
Konstantina Chremmou
ac01c0e120
Fixed size changes done by the VS designer.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-10-21 13:11:46 +01:00
Mihaela Stoica
1992e2bc58
Merge pull request #1231 from sriharshak/master
...
L10N:Bug fixes for "CA-226245" and "CA-226244"
2016-10-21 12:18:01 +01:00
Gabor Apati-Nagy
55a4957056
Removed unused field (Release build failed on this)
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-21 11:29:32 +01:00
sri harsha tagore k
4d65c1cf1e
L10N:Bug fixes for "CA-226245" and "CA-226244"
2016-10-21 15:17:21 +05:30
Gabor Apati-Nagy
92b59a9e44
CA-226261: Install HFX Wizard: Mode page: both radio buttons selected
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-21 10:20:25 +01:00
Mihaela Stoica
6bffb803a1
CA-226112: Disable PVS read caching causes System.NullReferenceException
...
- code simplification
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-21 07:10:23 +01:00
Gabor Apati-Nagy
668979c29f
Merge remote-tracking branch 'github_xenadmin/master' into CAR-2245_temp
...
Conflicts:
XenAdmin/TabPages/GeneralTabPage.cs
XenAdmin/Wizards/PatchingWizard/PatchingWizardModeGuidanceBuilder.cs
XenAdmin/Wizards/PatchingWizard/PatchingWizard_ModePage.cs
XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectServers.cs
XenAdminTests/WizardTests/PatchingWizard/PatchingWizardModeGuidanceBuilderTests.cs
XenModel/Network/Cache.cs
XenModel/XenModel.csproj
2016-10-20 19:12:57 +01:00
Gabor Apati-Nagy
735feec3e4
CP-19218: Using livepatch_status (for newer bindings)
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-20 18:12:13 +01:00
Gabor Apati-Nagy
1c7f6ac643
Merge remote-tracking branch 'github_xenadmin/CAR-2245' into CAR-2245_temp
2016-10-20 17:58:20 +01:00
Gabor Apati-Nagy
6c26359dd6
Merge pull request #1222 from MihaelaStoica/CAR-2245
...
CP-19218: Add restart warnings to the Precheck Page when installing h…
2016-10-20 17:41:32 +01:00
Gabor Apati-Nagy
f4a0f3ae40
CP-19303: XenCenter: Use new livepatching codes
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-20 17:19:42 +01:00
Mihaela Stoica
2a66b68c7b
Merge pull request #1220 from GaborApatiNagy/CAR-2245_temp
...
CA-225731: XenCenter: Find the ISO update in the zip file defined in CFU
2016-10-20 16:02:05 +01:00
Mihaela Stoica
994ced8388
CA-226112: Disable PVS read caching causes System.NullReferenceException
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-20 14:52:51 +01:00
Mihaela Stoica
8c93206ce5
CP-19218: Add restart warnings to the Precheck Page when installing hotfixes
...
- If reboot is needed, display this as an info, not a warning
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-20 13:09:48 +01:00
Mihaela Stoica
2546731edc
CA-226102: HFX wizard host selection not grayed out when hotfix not applicable for current version
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-20 11:33:55 +01:00
Konstantina Chremmou
e6ec0d430b
Some enhancements on the New Graph Dialog:
...
- on certain occasions retrieving datasources can be slow; show a spinner while in progress.
- on certain systems the list of datasources may be long; added search box to aid the user filter them by name.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-10-20 00:03:47 +01:00
Gabor Apati-Nagy
da0ebc467c
CA-225731: XenCenter: Find the ISO update in the zip file defined in CFU
...
Fixed refactoring mistake
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-19 14:02:29 +01:00
Gabor Apati-Nagy
64d7938f55
CA-225731: XenCenter: Find the ISO update in the zip file defined in CFU
...
Removed dead code
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-19 13:42:34 +01:00
Gabor Apati-Nagy
27581fa7a1
CA-225731: XenCenter: Find the ISO update in the zip file defined in CFU
...
Moved ISO to InvisibleMessages and Branding
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-19 13:42:16 +01:00
Gabor Apati-Nagy
225885ac45
CA-225731: XenCenter: Find the ISO update in the zip file defined in CFU
...
Always define the extension to search for
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-19 13:39:14 +01:00
Mihaela Stoica
49ba853958
Merge pull request #1218 from mcintyre94/CA-225062
...
[CA-225062] For Ely and greater hosts, don't check for IO tools when activating/deactivating (this covers detatch + delete too in UI) a VBD
2016-10-19 13:19:22 +01:00
Mihaela Stoica
07faabe1f0
CP-19218: Add restart warnings to the Precheck Page when installing hotfixes
...
- added a new precheck, called "Live patching status" which checks is a reboot is needed for each host. If reboot is needed, the check will display a warning, otherwise it will show a green tickbox, saying that the server does not need to be rebooted, and if live patching is used, this information will be included as well.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-19 13:10:24 +01:00
sri harsha tagore k
1e8791fb38
L10N:TRanslations check-ins
2016-10-19 16:37:43 +05:30
Gabor Apati-Nagy
8ac6774e80
CA-225731: XenCenter: Find the ISO update in the zip file defined in CFU
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-10-19 11:29:57 +01:00
Mihaela Stoica
9de2dae4a1
Merge pull request #1219 from sriharshak/master
...
L10N:TRanslations check-ins
2016-10-18 17:57:42 +01:00
sri harsha tagore k
529cddb035
L10N:TRanslations check-ins
2016-10-18 22:16:57 +05:30
mcintyre94
284afe255e
Merge pull request #1210 from kc284/CA-150412
...
CA-150412: OtherConfigAndTagsWatcher deliberately throws exceptions
2016-10-18 17:11:28 +01:00