xenadmin/XenAdmin/Wizards/ImportWizard
Danilo Del Busso 6c584bb351
CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119)
* Tidy up `SelectMultipleVMDestinationPage.cs`
* CA-375532 & CA-336510: Add warning when importing VMs with too many vCPUs
* CA-375532 & CA-336510: Prevent users from starting appliance if a VM has too many vCPUs
* Tidy up `Page_CpuMem`: use expression-bodied properties
* Tidy up `Page_CpuMem`: use conventional naming scheme
* Tidy up `Page_CpuMem`: use explicit modifiers
* Tidy up `Page_CpuMem`: use `en-US` locale for names
* Tidy up `Page_CpuMem`: use `var` when possible
* Tidy up `Page_CpuMem`: rename `Vcpus` to `VCpus`
* Tidy up `Page_CpuMem`: reorder elements
* Tidy up `Page_CpuMem`: revert class renaming and fix `vCpus` typos
* CA-375532: Prevent users from starting VM if they select too many vCPUs
* Tidy up `Page_Finish`: use expression-bodied properties
* Tidy up `Page_Finish`: fix typo
* Tidy up `Page_CpuMem`: rename `CanStartVM` to `CanStartVm`
* Remove unnecessary using directives
* Anchor warning icon to the top-left corner of its parent
* CA-375532 & CA-336510: Warn users when selecting more vCPUs than pCPUs in the Properties page
* CP-41825: Add warning for imported VMs with > 32 vCPUs
* CP-41825: Add warning for new VMs with > 32 vCPUs
* CP-41825: Add warning for existing VMs when selecting > 32 vCPUs
* CP-41825: Update wording used to alert users running VMs with > 32vCPUs
* Remove unused local variable in `VappStartCommand.cs`
* Reword some vCPUs messages
* Simplify assignment of `CanStartImmediately` in `Page_Finish.cs`
* Simplify assignment of `CanStartVmsAutomatically` in `ImportFinishPage.cs`
* Remove useless `Count` check in `VappStartCommand`
* Rename `pictureBox1` to `warningPictureBox` and change its `SizeMode`
* Separate CPU and memory warnings in `Page_CpuMem`
* Shorten warning messages shown in `Page_CpuMem`
* Disable option to start VM when memory configuration isn't valid
* Report number of vCPUs and pCPUs when showing warning in New VM wizard
* Tidy up `CpuMemoryEditPage`: rename elements
* Tidy up `CpuMemoryEditPage`: use explicity modifiers
* Tidy up `CpuMemoryEditPage`: Rename `CPUMemoryEditPage` to `CpuMemoryEditPage`
* Tidy up `CpuMemoryEditPage`: Miscellaneous renames and improvements
* Tidy up `CpuMemoryEditPage`: Fix whitespace
* Tidy up `CpuMemoryEditPage`: Use ReSharper code formatter
* Tidy up `CpuMemoryEditPage`: Move events to own region
* Tidy up `CpuMemoryEditPage`: Move `IEditPage` members to own region
* Tidy up `CpuMemoryEditPage`: Order members outside of regions
* Replace topology and vCPU warning labels with structured warnings
* Ensure warnings ends with a dot
* Allow multiple CPU warnings to show at the same time
* Remove warning link for vCPUS > pCPUS Option is not achievable
* Enable option to force unit used in `MemorySpinner`
* Replace `NumericUpDown` with `MemorySpinner` and show warnings at bottom of control
* Check destination pCPUs count when destination is not a pool
* Do not disable option to start VMs after import if user selects a shared SR
* Add memory warning when importing appliance with too much memory
* Sort vCPUs and memory warning strings
* Remove target from `ImportWizard`'s summary
Target is not useful and can cause confusion as appliance VMs could start on non-target hosts
* The home server is needed in the summary when importing XVA. The target server is not needed in the summary when migrating a VM.
* Update warnings when the server selection changes. Corrected memory calculation.
* Show all warnings for vCPUs. Moved topology warning to the bottom. Separated methods for showing memory and vCPU warnings.
* Removed the memory setting from the VM Properties dialog. Split running VM info to a separate panel.
* Corrections to the logic for starting the VM automatically. Also, Fixed a bit the layout of the Finish page to make better use of the available space.
* Corrections as per code review.

Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
Co-authored-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
2023-06-08 11:24:39 +01:00
..
GlobalSelectHost.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
GlobalSelectHost.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GlobalSelectHost.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
GlobalSelectHost.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GlobalSelectHost.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
HardwareCompatibilityFilter.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
ImageVMConfigPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
ImageVMConfigPage.Designer.cs CA-368811: FIxed issue whereby a minimum memory of 512MB was enforced silently on disk image imports. 2022-07-14 16:00:58 +01:00
ImageVMConfigPage.ja.resx L10N : Translation Updates & Resx sync 2022-03-03 14:35:30 +00:00
ImageVMConfigPage.resx Increased width of memory NumericalUpDown because at the maximum value the text was truncated. 2022-07-19 12:26:10 +01:00
ImageVMConfigPage.zh-CN.resx L10N : Translation Updates & Resx sync 2022-03-03 14:35:30 +00:00
ImportBootOptionPage.cs Merge pull request #3094 from xenserver/feature/vtpm 2023-02-13 15:33:50 +00:00
ImportBootOptionPage.Designer.cs CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImportBootOptionPage.ja.resx CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImportBootOptionPage.resx CA-310250: Improvements to the guest UEFI UI 2019-02-21 12:40:22 +00:00
ImportBootOptionPage.zh-CN.resx CP-30251: Check version number to determine feature availability. 2018-12-18 15:44:23 +00:00
ImportEulaPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
ImportEulaPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportEulaPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
ImportEulaPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportEulaPage.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
ImportFinishPage.cs CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) 2023-06-08 11:24:39 +01:00
ImportFinishPage.Designer.cs Minor improvements on ImportWizard pages. 2019-07-11 11:25:37 +01:00
ImportFinishPage.ja.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00
ImportFinishPage.resx Minor improvements on ImportWizard pages. 2019-07-11 11:25:37 +01:00
ImportFinishPage.zh-CN.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00
ImportOptionsPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
ImportOptionsPage.Designer.cs CA-272770: Check whether the selected ISO SR supports VDI creation before copying the Fixup ISO on it. 2019-09-12 23:05:15 +01:00
ImportOptionsPage.ja.resx L10N : Resx resync and Translation Updates 2022-01-05 11:38:40 +00:00
ImportOptionsPage.resx CP-31105: Replaced the hardcoded name patterns in the resource files with format placeholders. 2021-03-31 11:50:32 +01:00
ImportOptionsPage.zh-CN.resx L10N : Resx resync and Translation Updates 2022-01-05 11:38:40 +00:00
ImportSecurityPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
ImportSecurityPage.Designer.cs Fixed labels; removed unnecessary control disablement. 2019-08-13 10:18:15 +01:00
ImportSecurityPage.ja.resx L10N: Translation and Resx resync 2019-09-25 15:17:19 +01:00
ImportSecurityPage.resx Fixed labels; removed unnecessary control disablement. 2019-08-13 10:18:15 +01:00
ImportSecurityPage.zh-CN.resx L10N: Translation and Resx resync 2019-09-25 15:17:19 +01:00
ImportSelectHostPage.cs CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) 2023-06-08 11:24:39 +01:00
ImportSelectNetworkPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
ImportSelectStoragePage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
ImportSourcePage.cs CA-375668: Report bytes uncompressed instead of percentage when uncompressing a gzip. 2023-03-08 09:51:06 +00:00
ImportSourcePage.Designer.cs CP-36392: Dispose '_webClient' when it is no longer needed 2021-09-20 09:35:23 +01:00
ImportSourcePage.ja.resx L10N : Resx resync and Translation Updates 2022-01-05 11:38:40 +00:00
ImportSourcePage.resx CP-31105: Replaced the hardcoded name patterns in the resource files with format placeholders. 2021-03-31 11:50:32 +01:00
ImportSourcePage.zh-CN.resx L10N : Resx resync and Translation Updates 2022-01-05 11:38:40 +00:00
ImportWizard.cs CA-375532, CA-336510, and CP-41825: Add warnings when user selects too many vCPUs (#3119) 2023-06-08 11:24:39 +01:00
ImportWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportWizard.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
ImportWizard.resx CP-15398: Remove enbedded icons 2016-01-19 18:40:56 +08:00
ImportWizard.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
LunPerVdiImportPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
NetworkPickerPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
NetworkPickerPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NetworkPickerPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
NetworkPickerPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NetworkPickerPage.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
OvfNetworkResource.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
OVFStorageResource.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
StoragePickerPage.cs Updated copyright notice on files. 2023-01-30 16:24:16 +00:00
StoragePickerPage.Designer.cs CP-41048: Do not scan SRs automatically when adding to the SrPicker. Added button to scan on demand. 2022-12-02 00:55:27 +00:00
StoragePickerPage.ja.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00
StoragePickerPage.resx CP-41048: Do not scan SRs automatically when adding to the SrPicker. Added button to scan on demand. 2022-12-02 00:55:27 +00:00
StoragePickerPage.zh-CN.resx L10N : Resx resync and translation update 2019-07-18 14:49:51 +01:00