Stephen Turner
d28e97093c
Merge pull request #683 from MihaelaStoica/hide_convert_sr
...
Revert "Temporarily hide "Convert SR""
2015-09-29 14:58:19 +01:00
Gabor Apati-Nagy
659dd4778d
Merge pull request #675 from MihaelaStoica/CP-13985
...
CP-13985: Add "Test credentials" button on the Health Check dialog
2015-09-29 14:48:56 +01:00
Mihaela Stoica
260e36ec4e
Revert "Temporarily hide "Convert SR""
...
This reverts commit 127b60871c
.
2015-09-29 14:44:13 +01:00
Hui Zhang
254b98048d
CA-134554: Re-enable WLB Disk Read/Write configuration since WLB VPX is ready
...
Revert commit 32c945e104
which was used to
"Hide Disk Read/Write configuration until the backend server side is
ready."
2015-09-28 14:01:48 +08:00
Mihaela Stoica
2038a708aa
CA-183816: Updated RPU hotfixes in XenCenter
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-25 12:47:39 +01:00
Mihaela Stoica
12895f7774
CP-13985: "Test Credentails" button on Health Check dialog - changes following code review
...
- Button enabled only when "New XS credentials" radio button is ticked and username and password textboxes are not empty
- Button and the textboxes are disabled while the test is in progress
- When test credentials fails, log userName, not UserDisplayName
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-23 15:07:05 +01:00
Gabor Apati-Nagy
3ef71a803b
Merge pull request #681 from MihaelaStoica/CP-13770
...
CP-13770: Configure the alerts for SR physical utilisation in XenCenter
2015-09-23 14:33:23 +01:00
Mihaela Stoica
2bae0ddae9
CP-13770: Configure the alerts for SR physical utilisation in XenCenter - changes following code review
...
- change "utilisation" to "utilization"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-23 14:26:11 +01:00
Carmen Agimof
e44c7b20e2
Merge pull request #679 from MihaelaStoica/CA-183321
...
CA-183321 and more thin-lvhd-related fixes
2015-09-23 14:19:12 +01:00
Mihaela Stoica
c48c28968d
Improvements to the Storage page of New VM Wizard - changes following code review
...
- renamed srSpace and srInitialSpace variables
- removed unnecessary checks for thin provisioned sr
- fixed some error on NewDiskDialog.SMConfig property (smconfig was wrongly populated based on controls enablement; the conversion to long was made before converting to bytes
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-23 14:15:40 +01:00
Stephen Turner
0bf66a113c
Merge pull request #666 from GaborApatiNagy/master_CP-13786-4
...
CP-13786: PV drivers onto Windows update: Check all uses of GetVirtualisationStatus
2015-09-23 11:51:19 +01:00
Gabor Apati-Nagy
438b8446c3
CP-13786: GetVirtualisationStatus: Removed unused method from Column class
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-22 21:43:06 +01:00
Gabor Apati-Nagy
ff4da8b45e
CP-14248: VM General Tab: fixing context menu on the Install Management agent link
2015-09-22 17:19:03 +01:00
Gabor Apati-Nagy
3eb796d13e
CP-13786: GetVirtualisationStatus
...
Moving GetVirtualisationWarningMessages back to VM
Also added EVACUATE_HOST_INSTALL_MGMNT_PROMPT what is shown on the EvacuateHostDialog when a 'new' VM is given and Management Agent can be installed
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-21 16:59:43 +01:00
Gabor Apati-Nagy
acbc21597a
CP-13786: GetVirtualisationStatus
...
More small fixes
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-21 16:09:12 +01:00
Mihaela Stoica
e36b674f0e
CP-14240: Rename CIFS to SMB in the UI
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-21 11:11:57 +01:00
Mihaela Stoica
84372eb118
CP-13770: Configure the alerts for SR physical utilisation in XenCenter
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-21 00:04:46 +01:00
Mihaela Stoica
46ac1981eb
Improvements to the Storage page of New VM Wizard
...
- If the new disks cannot be created because their total initial size is greater than the SR free space, then an error icon (with tooltip) is displayed and Next button is disabled.
- If the total size of the new disks is greater than the SR free space, but the disks can still be created (because the initial allocation is smaller), then a warning icon (with tooltip) is displayed and Next button is enabled.
- The tooltip mentions the initial space required for thinly provisioned SRs (initial allocation).
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-20 23:57:58 +01:00
Mihaela Stoica
14e0330291
Merge pull request #676 from agimofcarmen/CA-179502
...
Removes the extra line in the Disk Space Allocation Message in the Ge…
2015-09-18 17:28:19 +01:00
Mihaela Stoica
13d933ec22
Display overcommitted percentage for thinly provisioned SRs
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-18 16:57:31 +01:00
Mihaela Stoica
7df999c532
Improved behavior of the SR picker in the New Disk dialog
...
- when the user changes the disk size (or initial allocation), the selection in the SR list should not change and the list should not be automatically resorted
- users should not be allowed to create disks larger than the SR size (the SR is disabled and an explicit reason is displayed)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-18 16:45:05 +01:00
Mihaela Stoica
687df9179e
Hide the allocation fields in the New disk dialog if the SR is not thin lvhd
...
Also fixed the anchoring of the controls on this dialog.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-18 16:25:57 +01:00
Mihaela Stoica
f507b65126
CA-183321: Fixed the bug where the disk initial and incremental allocations values were ignored while creating new VM's disk
...
When creating a new VM, we no longer use vm.provision to create VM's disks, but instead we create the disks ourselves using vdi.create; this way we can specify the initial and incremental allocations for the new disks.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-18 15:51:17 +01:00
Gabor Apati-Nagy
f4cd9bd97c
CP-13786: GetVirtualisationStatus: Refactoring, bugfixes
...
Removed PV_DRIVERS_NOT_INSTALLED=0 from the VirtualisationStatus [Flags]enum - 0 will mean the same (to avoid bugs with enum.HasFlag(0) is always true)
Extracted common code to VMLifeCycleCommand.GetCantExecuteNoToolsOrDriversReasonCore() method (instead of defining overridden GetCantExecuteReasonCore() method at this level, because not all child classes need this...)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-18 15:48:59 +01:00
Mihaela Stoica
127b60871c
Temporarily hide "Convert SR"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-17 15:08:21 +01:00
Carmen Agimof
34024a7427
Removes the extra line in the Disk Space Allocation Message in the General Tab.
...
Creates a new function MemorySizeStringSuitableUnits that takes one more parameter that specifies the units that must be used when the number of bytes is 0.
2015-09-17 13:24:21 +01:00
Gabor Apati-Nagy
cb861b0c2a
CP-13786: GetVirtualisationStatus: Refactoring
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-16 18:22:16 +01:00
Gabor Apati-Nagy
21a74d3d49
CP-13786: GetVirtualisationStatus: More fixes after code review
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-16 13:57:32 +01:00
Mihaela Stoica
3d6bed5f3f
Merge pull request #674 from agimofcarmen/CA-181512
...
CA-181512: new RRDs xapi_open_fds, pool_task_count and pool_session_c…
2015-09-15 15:05:51 +01:00
Mihaela Stoica
4ed8c1c656
CP-13985: Add "Test credentials" button on the Health Check dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-15 13:48:50 +01:00
Gabor Apati-Nagy
371f6bdb00
CP-13786: VM.VirtualisationStatus: Changes following the code review
...
Removed Optimized state and using I/O & Management instead (even for old VMs)
Changed messages to be different for old and new VMs instead of saying Tools or I/O drivers for instance
Removed the extra enum property from the VM class that had been added for search
Fixed code in GroupingTypes class (possible KeyNotFoundException)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-14 17:08:23 +01:00
Carmen Agimof
caa2c92f31
CA-181512: new RRDs xapi_open_fds, pool_task_count and pool_session_count are now hidden from the XenCenter graphs.
2015-09-14 12:09:39 +01:00
Gabor Apati-Nagy
bf8e2cfc77
Merge pull request #669 from agimofcarmen/CA-179502
...
CA-179502: Reviewed all use of MemorySizeStringMB and came to the con…
2015-09-11 12:20:40 +01:00
Carmen Agimof
8dfcb4f79e
CA-179502: Changes format of the logs. Now the exact number of bytes is shown with the suitable units in parenthesis.
2015-09-11 12:05:25 +01:00
Gabor Apati-Nagy
caf203da94
Merge pull request #668 from MihaelaStoica/CP-13149
...
CP-13149: Updated Policy statement for Health Check
2015-09-11 10:45:27 +01:00
Mihaela Stoica
38a1633acb
CP-14047: Display alerts for SR physical utilisation in XenCenter
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-10 15:18:26 +01:00
Carmen Agimof
4fadf796ad
CA-179502: Reviewed all use of MemorySizeStringMB and came to the conclusion that all its usages must be replaced with MemorySizeStringSuitableUnits.
2015-09-10 14:36:46 +01:00
Mihaela Stoica
7098789f6a
CP-13149: Updated Policy statement for Health Check
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-10 13:08:49 +01:00
Gabor Apati-Nagy
6ec748c9b2
CP-13786: Fixed Install Tools link does not appear bug
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-09 18:31:28 +01:00
Gabor Apati-Nagy
463d3e79df
CP-13786: PV drivers onto Windows update: Check all uses of GetVirtualisationStatus
...
Extended the enum, aimed for minimal changes, also using Flags on the enum now
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-09-09 13:56:44 +01:00
Mihaela Stoica
e71c40a3ac
Merge branch 'master' into CA-181208
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Conflicts:
XenAdmin/Dialogs/HealthCheck/HealthCheckOverviewDialog.cs
2015-09-09 13:26:53 +01:00
Carmen Agimof
cd4281ffab
Merge pull request #651 from MihaelaStoica/CP-13077
...
CP-13077: Changes to the Health Check feature to work properly with RBAC
2015-09-09 13:16:15 +01:00
Mihaela Stoica
8702da52a1
CP-13077: Changes to the Health Check feature to work properly with RBAC
...
- Changes following code review: only create (and return) the action when needed
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-09 13:10:56 +01:00
Mihaela Stoica
815e67c4d3
Change some wording on the Health Check Overview page
...
- change "request an upload now" to "request an additional upload now"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-09 09:41:11 +01:00
Mihaela Stoica
8026d0ee55
CA-181208: Display the status of last failed upload in the Health Check overview dialog
...
- If an upload is marked as failed, then display it in the UI (but only as long as there is no successful upload done after that)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-09 09:39:45 +01:00
Carmen Agimof
4d625de0a2
CA-181342: Now the user can mount or eject ISO images from Console.
2015-09-08 15:47:44 +01:00
Mihaela Stoica
fb8a6665a6
Merge pull request #664 from agimofcarmen/CP-13984
...
CP-13984: Changes the wording on Convert SR dialog (replace upgrade with convert).
2015-09-08 15:35:36 +01:00
Carmen Agimof
0dd8fa7f05
CP-13984: Changes the wording on Convert SR dialog (replace upgrade with convert).
2015-09-08 15:32:47 +01:00
Mihaela Stoica
a4d94226a3
Merge pull request #659 from agimofcarmen/CA-181440
...
CA-181440: Adds text that explains the bounds of the incremental allo…
2015-09-08 15:20:49 +01:00
Mihaela Stoica
0539d837b7
Merge pull request #658 from agimofcarmen/CA-181444
...
CA-181444: Adds more spacing and indentation on the Select Update Pag…
2015-09-08 15:17:45 +01:00
Carmen Agimof
55f311df9c
CA-181444: Adds more spacing and indentation on the Select Update Page in the Updates Wizard.
2015-09-08 15:16:54 +01:00
Carmen Agimof
2a8a80b5fd
CA-181445: Changes message and page title on the Upload Page in the Updates Wizard. If we are actually downloading an update, then the message will mention that. Otherwise, it will only mention the upload.
2015-09-08 15:04:50 +01:00
Carmen Agimof
8914cd4e81
CA-181441: Changes warning icon and text in the SR convert dialog.
2015-09-08 14:37:33 +01:00
Mihaela Stoica
d7fa39bb75
Merge pull request #655 from agimofcarmen/CA-181442
...
CA 181442: Cancelling the wizard while upload is in progress does not cause an unhandled exception anymore.
2015-09-08 12:05:30 +01:00
Carmen Agimof
1bb0fadb48
CA-181440: Changes design of the message about the limits in the Thin Provisioning Parameters Control.
2015-09-08 11:37:02 +01:00
Mihaela Stoica
7fc6def8cb
Merge pull request #656 from agimofcarmen/CA-181443
...
CA-181443: The list in the Select Patch Page in the Updates Wizard is…
2015-09-08 11:03:27 +01:00
Carmen Agimof
78c80a7887
CA-181440: Adds text that explains the bounds of the incremental allocation in the Thin Provisioning Parameters Control.
2015-09-07 17:45:57 +01:00
Carmen Agimof
68750627cc
CA-181443: The list in the Select Patch Page in the Updates Wizard is not dancing anymore. Changed the AutoSizeMode from Displayed Cells to None.
2015-09-07 12:24:31 +01:00
Carmen Agimof
22b3450dcd
CA-181442: Make the list that contained all NewUploadedPatches a Dictionary that matches the patch with its path. This is helpful when trying to upload to a server where the update it is already uploaded (and therefore we do not do the upload again and we cannot get the patch).
...
Adds a flag in the UploadPatchAction that is used when checking if the file should be deleted on cancel.
2015-09-07 12:18:01 +01:00
Carmen Agimof
05884ea9be
CA-181442: Cancelling the wizard while upload is in progress does not cause an unhandled exception anymore.
2015-09-04 17:18:26 +01:00
Carmen Agimof
9b0f478952
CA-181390: Solved issue related to taking a file from disk that is not in the list of updates taken from the Citrix website. Created a dictionary that contains all the uploaded updates(the patch path) and on which hosts they were applied.
...
- Not applied updates do not appear anymore in the General Tab of a pool. (Related to CA-180577)
- If we apply a patch that was already applied (happens when we take a file from disk that is not in the updates list taken from the Citrix website -> no metadata), on cancel we are now removing the uploaded patch from the host.
2015-09-04 17:09:22 +01:00
Stephen Turner
2af66b67db
Merge pull request #652 from MihaelaStoica/CA-180755
...
CA-180755: Update RPU hotfixes in XenCenter
2015-09-04 13:59:25 +01:00
Mihaela Stoica
685bda35da
Merge pull request #650 from agimofcarmen/CA-180831
...
CA 180831: The issues with the refresh button are now fixed.
2015-09-04 12:18:39 +01:00
Mihaela Stoica
7d750dd080
Merge pull request #649 from agimofcarmen/CA-181316
...
CA-181316: Sort by description is now working correctly.
2015-09-04 12:17:52 +01:00
Mihaela Stoica
80d5fe6525
Merge pull request #648 from agimofcarmen/CA-181309_II
...
CA-181309: Dismiss button in the Updates Tab is now disabled if the l…
2015-09-04 12:17:03 +01:00
Mihaela Stoica
35e3d5b1dd
Merge pull request #647 from agimofcarmen/CA-176969
...
CA-176969: Adds Cheng, Hui and Carmen to XenCenter credits.
2015-09-04 12:16:30 +01:00
Mihaela Stoica
93df357fd5
CA-180755: Update RPU hotfixes in XenCenter
2015-09-04 12:14:48 +01:00
Mihaela Stoica
53b01c425c
CP-13077: Changes to the Health Check feature to work properly with RBAC
...
Changed all the health check actions to perform the necessary role checks
- HealthCheckAuthenticationAction: changed so it does not save the tokens, so no role checks required in this action (all the checks are performed in SaveHealthCheckSettingsAction)
- GetHealthCheckAnalysisActions: added role checks
On the Health Check Overview dialog, a pool is displayed as read-only if connected as a user with roles that don't permit changing the health check settings:
- the following actions are not available: enroll, edit settings, disable health check, request upload, get analysis result
2015-09-03 11:49:53 +01:00
Carmen Agimof
6b27d7efdb
CA-180831: The issues with the refresh button in the Updates wizard are now fixed. When the refresh button is clicked, the SelectFromDisk radio button will not be selected.
2015-09-02 18:24:29 +01:00
Carmen Agimof
31924f9888
CA-181316: Sort by description is now working correctly.
2015-09-02 18:21:10 +01:00
Carmen Agimof
945020ea75
CA-181309: Dismiss button in the Updates Tab is now disabled if the list is empty.
2015-09-02 17:54:29 +01:00
Carmen Agimof
b30f049077
Changes special characters in the names to HTML code.
2015-09-02 17:14:01 +01:00
Carmen Agimof
21c1df9456
CP-13902: Removes unused method.
2015-09-02 13:25:53 +01:00
Carmen Agimof
b4c7d60f6d
Merge remote-tracking branch 'upstream/master' into CP-13902
...
Conflicts:
XenAdmin/Wizards/NewSRWizard_Pages/Frontends/StorageProvisioning.cs
2015-09-02 13:19:49 +01:00
Carmen Agimof
1698de61ce
CA-177783: Create SR using ISCSI type in XenCenter cannot go back and choose to format after reattach.
...
Solves issue related to error message that was not visible in the Location Page for the ISCSI type.
2015-09-01 17:25:44 +01:00
Carmen Agimof
edb16f9efe
CA-176969: Adds Cheng, Hui and Carmen to XenCenter credits.
2015-09-01 17:19:51 +01:00
Carmen Agimof
549067f2d0
CP - Refactors Provisioning page in SR wizards to use the new control for allocations.
...
Adds tab indexing to the control for allocation and changes label names.
Corrects mistake that led to exception being thrown when the Disk Size is decreased in the the New Disk Dialog.
2015-08-28 16:44:22 +01:00
Mihaela Stoica
291d4ceb91
Merge pull request #644 from GaborApatiNagy/CP-13100
...
CP-13100: Fixed unit tests and fixed a bug in code
2015-08-28 12:11:58 +01:00
Gabor Apati-Nagy
181b16cae6
CP-13100: Fixed unit tests and fixed a bug in code
...
Fixing the unit tests pointed me at the command's CanExecuteCore where the check for Dundee or higher was missing. Fixed that as well.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-08-28 12:01:46 +01:00
Gabor Apati-Nagy
f772763575
Merge pull request #643 from GaborApatiNagy/CP-13100
...
CP-13100: Internationalized ThinProvisioningParametersControl
2015-08-27 14:11:22 +01:00
Gabor Apati-Nagy
37b5e23ee5
CP-13100: Internationalized ThinProvisioningParametersControl
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-08-27 14:09:51 +01:00
Mihaela Stoica
2391c8c16c
Merge pull request #641 from agimofcarmen/CA-180581
...
CA-180581: Modified the table columns size in order for the year in t…
2015-08-27 14:09:40 +01:00
Gabor Apati-Nagy
40478b5eca
Merge pull request #642 from MihaelaStoica/CP-13149
...
CP-13149: Policy statement link to the right web page
2015-08-27 14:06:11 +01:00
Gabor Apati-Nagy
402994a7a1
Merge pull request #638 from MihaelaStoica/CP-12156_2
...
CP-12156: Obtain and display the result of the CIS analysis of the last uploaded report
2015-08-27 14:04:17 +01:00
Mihaela Stoica
5fa790c948
Merge pull request #640 from agimofcarmen/CA-180577
...
CA-180577: "Not applied" updates list is now removed from the Updates…
2015-08-27 13:57:32 +01:00
Mihaela Stoica
49775987f8
Merge pull request #639 from agimofcarmen/CP-13174
...
CP-13174: Arranges code and removes unused variables.
2015-08-27 13:55:53 +01:00
Gabor Apati-Nagy
19d9d1589c
CP-13100: XenCenter: Convert a thickly provisoned LVM-based SR to a thinly provisioned SR
...
Some checks following the code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-08-27 13:50:56 +01:00
Mihaela Stoica
15e5c94289
CP-13149: Policy statement link to the right web page
...
- currently linking to CIS general data collection and privacy page
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-27 13:50:35 +01:00
Carmen Agimof
7973bd0668
CA-13174: Adds tab Indexing and hotkeys in the NewDiskDialog and the Storage Provisioning Page in the NewSR wizard.
2015-08-27 13:00:45 +01:00
Carmen Agimof
ef5757705e
CA-180581: Modified the table columns size in order for the year in the Date column to be visible.
2015-08-27 12:42:53 +01:00
Gabor Apati-Nagy
6b6e7daa4f
CP-13100: XenCenter: Convert a thickly provisoned LVM-based SR to a thinly provisioned SR
...
Created ThinProvisioningParametersControl user control using existing code to have the thin provisioning settings at one place. It needs to be initialized by providing an SR and it will expose its internal state via NewSMConfig property that we need at other places.
This does not include refactoring of existing code or replacing existing code to use this new control, but the new Conversion dialog is using this. Next step would be to remove existing code and start using this new ThinProvisioningParametersControl instead.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-08-27 12:14:27 +01:00
Carmen Agimof
843505e924
CA-180577: "Not applied" updates list is now removed from the Updates section in General Tab. The "Install pending updates" context menu entry is also removed.
2015-08-27 11:02:34 +01:00
Carmen Agimof
189fc17d92
CP-13174: Arranges code and removes unused variables.
2015-08-27 10:23:09 +01:00
Mihaela Stoica
2eba1c705f
Merge remote-tracking branch 'upstream/master' into CP-12156_2
...
Conflicts:
XenModel/XenAPI-Extensions/Pool.cs
XenModel/XenModel.csproj
2015-08-27 01:03:58 +01:00
Mihaela Stoica
44e18df03d
CP-12156: Obtain and display the result of the CIS analysis of the last uploaded report
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-27 00:30:02 +01:00
Gabor Apati-Nagy
f1f036cc71
CP-13100: XenCenter: Convert a thickly provisoned LVM-based SR to a thinly provisioned SR
...
"dynamic" to "xlvhd" according to XenAPI changes
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-08-26 18:01:41 +01:00
Gabor Apati-Nagy
77beffacf9
Merge remote-tracking branch 'github_xenadmin/master' into CP-13100
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
Conflicts:
XenAdmin/TabPages/GeneralTabPage.cs
2015-08-26 17:58:38 +01:00
Gabor Apati-Nagy
cb90872c6c
CP-13100: XenCenter: Convert a thickly provisoned LVM-based SR to a thinly provisioned SR
...
Added new functionality (using percentages yet)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-08-26 17:54:03 +01:00
Mihaela Stoica
c0d4cb274d
Merge pull request #637 from agimofcarmen/CP-13174
...
CP-13174: Rename Size Property and Refactors code
2015-08-26 17:43:31 +01:00
Carmen Agimof
0cca0fc125
CP-13174: Rename Size Property and Refactors code
2015-08-26 17:41:59 +01:00
Mihaela Stoica
6af97b2edb
Merge pull request #636 from agimofcarmen/CP-13174
...
CP-13174: Change units used for initial_allocation and allocation_qua…
2015-08-26 17:21:00 +01:00
Carmen Agimof
06b7b66357
CP-13174: Change units used for initial_allocation and allocation_quantum to MB or GB instead of percentages.
...
Changes allocation type from "dynamic" to "xlvhd".
2015-08-26 17:14:01 +01:00
Mihaela Stoica
bfb471fe64
Merge pull request #632 from huizh/CP-13848
...
CP-13848: XenCenter transfers proxy settings to HealthCheckService.
2015-08-26 10:15:12 +01:00
Mihaela Stoica
094f346208
Merge pull request #634 from agimofcarmen/CP-13174
...
CP 13174: Agree and update units used for initial/subsequent allocation
2015-08-25 15:19:13 +01:00
Carmen Agimof
7c53955104
CP:13667: Adds condition that checks if sm_config contains the keys "allocation_quantum" and "initial_allocation" before getting the values.
2015-08-25 15:12:01 +01:00
Hui Zhang
0761aa5be2
CP-13848: XenCenter transfers proxy settings to HealthCheckService.
...
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2015-08-25 20:32:58 +08:00
Gabor Apati-Nagy
f173bc66b7
Fixing build (unreachable code warning as error)
2015-08-24 17:33:29 +01:00
Mihaela Stoica
4b073c0bc3
Renamed and merged some constants in HealthCheckSettings class
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-21 15:21:47 +01:00
Mihaela Stoica
ff64416407
Move HealthCheckSettings class to a separate file
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-21 15:19:24 +01:00
Carmen Agimof
5acaeb4ac1
CP-13667: [Thin-LVHD] XenCenter shall show the allocation_quantum and initial_allocation in General Tab.
2015-08-21 14:16:40 +01:00
Gabor Apati-Nagy
a12f09beab
Disabling showing "able to receive updates"
2015-08-20 17:33:34 +01:00
Mihaela Stoica
0a3deaf526
Merge pull request #624 from agimofcarmen/CA-147944_II
...
CA-147944: Use GB for VM Memory if large values
2015-08-20 17:17:12 +01:00
Stephen Turner
b16f9c093c
Merge pull request #626 from MihaelaStoica/master
...
Text corrections in the Health Check dialogs
2015-08-20 14:35:18 +01:00
Mihaela Stoica
114e132a2c
CP-13374: Added missing I18n resource files
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-20 14:06:13 +01:00
Mihaela Stoica
854acff73d
Text corrections in the Health Check dialogs
...
- no “the” is needed in front of “Citrix Insight Services” (e.g. “…authenticate with Citrix Insight Services…” and not “…authenticate with the Citrix Insight Services…”)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-20 13:49:13 +01:00
Stephen Turner
4ba818b705
Merge pull request #625 from MihaelaStoica/master
...
CP-12679: Upload the report from the Server Status Report wizard
2015-08-20 13:30:38 +01:00
Mihaela Stoica
998c037bd3
CP-12679: Upload the report from the Server Status Report wizard
...
- fix the error when the upload is attempted even if the checkbox is not ticked
2015-08-20 13:20:35 +01:00
Carmen Agimof
4da67c0590
CA-147944: Use GB for VM Memory if large values
...
- Memory Tab uses GB units for values greater or equal to 1 GB, otherwise show in MB;
- Search Tab displays values in GB or MB in the same as the Memory Tab (e.g. 512 MB of 1 GB, 256 MB of 512 MB, 2.5 GB of 16 GB).
- The shiny bar present in the Memory Tab and in Memory Settings dialog shows the scaling in the following way: If smaller than 1 GB, then show as before, else show only labels with values multiples of half a GB.
- The units used in Memory Setting Dialog are set depending on the static_max. If it is greater or equal to 1 GB, then the units are GB, else MB. The user does not have the possibility of changing them.
2015-08-20 12:41:39 +01:00
Gabor Apati-Nagy
b123bf8dda
Merge pull request #619 from stephen-turner/CP-13374
...
CP-13374 XenCenter can now turn on and off ssl-legacy
2015-08-19 17:31:42 +01:00
Mihaela Stoica
93610007b7
Re-enable Health Check: Revert "Merge pull request #614 from GaborApatiNagy/master_disable_health_check"
...
This reverts commit dba1d3e60e
, reversing
changes made to 731f968a8e
.
2015-08-19 10:04:13 +01:00
Stephen Turner
02aeb0b6d5
CP-13374: SetSslLegacyAction must be last because it will disrupt the connection
2015-08-19 09:35:51 +01:00
Stephen Turner
df182d05c0
CP-13374 XenCenter can now turn on and off ssl-legacy: last check-in was incomplete.
2015-08-19 08:53:15 +01:00
Stephen Turner
227ee84da7
CP-13374 XenCenter can now turn on and off ssl-legacy.
...
The main functionality is working, but the ExpectDisruption flag isn't fully working yet.
2015-08-18 09:35:55 +01:00
Mihaela Stoica
0edd2e05f9
CP-13165: Make quiescing into a licensed feature
...
- Add code to check license before offering quiescing on the VM Snapshot dialog
- If the feature is not available, the message displayed is: "This feature is disabled due to license restrictions on the server."
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-17 17:32:22 +01:00
Mihaela Stoica
8898f6b69c
CP-13287: Add "Tech Preview" warning to Intel GVT-g vGPUs
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-08-17 14:47:55 +01:00
Stephen Turner
bcd881d695
Merge branch 'master' into CP-13374 to get new Host.ssl_legacy field.
2015-08-17 11:44:29 +01:00
Stephen Turner
0c58ad5367
CP-13374 Add new padlock icon
...
This icon is a slightly modified version of one from http://www.famfamfam.com/lab/icons/mini/ via https://commons.wikimedia.org/wiki/File:Icons-mini-icon_padlock.gif .
It is freely available for any use without conditions.
2015-08-14 17:15:22 +01:00
Stephen Turner
60c1a84e42
Merge pull request #615 from GaborApatiNagy/master_CP_12431
...
CP-12431: PV drivers onto Windows update: Show virtualisation status in XenCenter
2015-08-14 15:56:43 +01:00
Gabor Apati-Nagy
4cc98be845
CP-12431: PV drivers onto Windows update: Show virtualisation status in XenCenter
...
Changes following the code review
2015-08-14 14:25:49 +01:00
Gabor Apati-Nagy
8f0a00f8c4
CP-12431: PV drivers onto Windows update: Show virtualisation status in XenCenter
...
Edited comments
2015-08-14 12:11:02 +01:00
Gabor Apati-Nagy
eaa4c1a93a
CP-12431: PV drivers onto Windows update: Show virtualisation status in XenCenter
2015-08-13 17:44:32 +01:00
Gabor Apati-Nagy
4f98c05646
CA-179555: Making CIS-related options invisible in Server Status Report Wizard
2015-08-13 14:11:50 +01:00
Gabor Apati-Nagy
1da2e88674
CA-179555: Disable upload to CIS checkbox in the Server Status Report Wizard
2015-08-13 14:05:46 +01:00
Gabor Apati-Nagy
0595281a55
Merge pull request #610 from agimofcarmen/master
...
Changes Tab Indexing and disables refresh and restore button while ch…
2015-08-10 11:31:23 +01:00
Carmen Agimof
5f40353d07
Changes Tab Indexing and disables refresh and restore button while check for updates is in progress.
2015-08-10 11:25:11 +01:00
Stephen Turner
cdfc665458
Merge pull request #596 from GaborApatiNagy/master_CA-177058
...
CA-177058: [SCTX-2146] VM Power Admin could not create VMs - RBAC issues with XS 6.5
2015-08-05 12:21:27 +01:00
Gabor Apati-Nagy
41fa9a5eab
Merge pull request #595 from agimofcarmen/CP-13519
...
CP-13519: If more options are selected in Updates Options, refresh th…
2015-08-04 17:34:11 +01:00
Gabor Apati-Nagy
f6b632d0b6
Merge pull request #593 from agimofcarmen/CA-178243
...
CA-178243: When only Automatic check for XenServer updates was checke…
2015-08-04 17:30:22 +01:00
Carmen Agimof
c8e5138031
CA-178243: Refactors code, simplifying it. Now we only keep one list in DownloadUpdatesXmlAction for XenServerVersions and added a property that returns the list with the versions if Automatic check for XS version is checked and a new list which is empty when is not checked.
2015-08-04 17:28:29 +01:00
Stephen Turner
857e53ec03
Turn off ClickOnce signing that seems to have got turned on erroneously during VS2013 conversion
2015-08-04 17:06:17 +01:00
Carmen Agimof
f3e4c140a0
CA-178244: Adds condition to RemoveUpdate that checks if the list contains the given update.
2015-08-04 16:27:12 +01:00
Gabor Apati-Nagy
191820abf4
CA-177058: [SCTX-2146] VM Power Admin could not create VMs - RBAC issues with XS 6.5
2015-08-04 11:25:59 +01:00
Carmen Agimof
cd096f91aa
CP-13519: Changes name of function that checks whether a refresh of the updates list is required.
2015-08-03 16:14:41 +01:00
Carmen Agimof
51663f2b09
CP-13519: If more options are selected in Updates Options, refresh the updates list.
2015-08-03 15:56:32 +01:00
Carmen Agimof
04b204a0d9
CA-178244: Solves the issue about duplicates in the list of updates in the Updates Tab.
2015-08-03 15:12:42 +01:00
Carmen Agimof
9de57d38c2
CA-178243: When only Automatic check for XenServer updates was checked in Updates Options, when opening XC, the grid appeared empty in the Updates Tab. This was because to get the list of XS updates, we need the list of XS versions. Created a list of XenServer versions that is used only to get the XenServer updates.
2015-08-03 15:06:01 +01:00
Mihaela Stoica
8264dcaba0
Merge pull request #589 from agimofcarmen/CP-13518_II
...
Cp 13518 ii
2015-07-31 14:51:04 +01:00
Carmen Agimof
5f95c9b6a0
Changes name of function, from someOrAllUpdatesAllowed to someOrAllUpdatesDisabled. The same change was applied for someButNotAllUpdatesAllowed.
2015-07-31 14:43:14 +01:00
Carmen Agimof
b2c4133e9e
Improves design of the Updates Tab.
2015-07-30 18:00:06 +01:00
Carmen Agimof
b7a010b5f0
CA-178243: The Refresh button was not working correctly because of the restore button. Automatic check for updates works now when certain boxes are checked, showing the updates when the user opens XenCenter, but, the list has duplicates.
...
Improves the centering of the warning messages in the Updates Tab, making the picture align with the text.
Corrects bug related to the visibility of the warning about automatic checks for updates.
2015-07-30 14:58:23 +01:00
Stephen Turner
26b060257f
CP-13389: Allow XenCenter to use TLS 1.1 and 1.2 protocols
2015-07-30 12:47:14 +01:00
Stephen Turner
09c495552f
CP-13389: Convert all projects to .NET 4.5. (All changes autogenerated except for one case of broken XML in XenOvfApi/app.config).
2015-07-30 12:40:59 +01:00
Carmen Agimof
bb5c2078dc
CP-13518: Centered correctly the warning message in the Updates Tab.
2015-07-29 19:11:13 +01:00
Carmen Agimof
ceca902b9f
Changes dialog text that appears on the screen when the Dismiss All/Dismiss Selected button is clicked.
2015-07-29 17:52:46 +01:00
Carmen Agimof
9d4b6b2516
Changes the design of the buttons and the picture of the warning in the Updates Tab.
2015-07-29 16:43:44 +01:00
Carmen Agimof
32461b38b9
CP-13028: Corrects the Dismiss function and provides Dismiss All/ Dismiss Selected button on the Updates Tab.
2015-07-29 13:43:47 +01:00
Carmen Agimof
aef3bef6b6
CP-13031: Make Updates Tab clearer if automatic check-for-updates is disabled.
2015-07-29 11:34:39 +01:00
Mihaela Stoica
61b5821e4f
CP-13073: Rename files (Call Home to Health Check)
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-29 09:12:46 +01:00
Mihaela Stoica
a9be9846ff
CP-13073: Rename Call Home to Health Check in code
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-29 08:44:41 +01:00
Stephen Turner
16d9982165
Merge pull request #586 from agimofcarmen/CP-13042
...
CP-13042: Don't show servers with a down-arrow in the resources tree.
2015-07-28 22:38:45 +01:00
Carmen Agimof
8d6e7607ec
CP-13042: Don't show servers with a down-arrow in the resources tree.
2015-07-28 19:04:32 +01:00
Gabor Apati-Nagy
521901c668
Merge pull request #562 from MihaelaStoica/CP-13083
...
CP-13083 and CP-13081: Add "Show this ..." checkbox and opt-out option to the Health Check dialog
2015-07-28 15:49:33 +01:00
Mihaela Stoica
dcb72e3247
CP-13083: Removed tooltip
...
- removed tooltip fro the "show again" checkbox and changed the chackbox text to say "Show this dialog..."
- fixed spacing in the right hand panel
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-28 15:30:43 +01:00
Gabor Apati-Nagy
34a04d3694
Merge pull request #584 from MihaelaStoica/CP-13103
...
CP-13103: Update terminology displayed in the UI for thin provisioning
2015-07-28 14:46:09 +01:00
Mihaela Stoica
b92e954c37
Merge pull request #585 from agimofcarmen/CP-13030
...
Corrects mistake in the Restore Dismissed Updates method.
2015-07-28 11:24:48 +01:00
Carmen Agimof
959f98c411
Corrects mistake in the Restore Dismissed Updates method.
2015-07-28 10:00:46 +01:00
Mihaela Stoica
f4bbcca1a9
CP-13103: Update terminology displayed in the UI for thin provisioning
...
- Thick provisioning - > Fully provisioned
- Subsequent allocations -> Incremental allocations
Also, updated the Next button on the Location page of HBA SR, to say "Next" for Dundee or greater and "Create" for pre-Dundee pools.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-28 09:23:07 +01:00
Gabor Apati-Nagy
b2ab78eb32
Merge pull request #580 from MihaelaStoica/build-fix
...
Build fix, changes
2015-07-27 14:31:47 +01:00
Mihaela Stoica
d271a747fc
Merge pull request #576 from GaborApatiNagy/master_CP-12640
...
CP-12640: Create alert when logs partition is full
2015-07-27 13:00:18 +01:00
Sorin Sbarnea
908bacf6c2
Enabled back the exection of devtools and improved the logging
2015-07-27 08:26:26 +01:00
Sorin Sbarnea
03d176829c
Configured to use mt.exe from the PATH and repaired the target name for splash project, which was supposed to be XenCenter.exe
2015-07-27 08:08:53 +01:00
Gabor Apati-Nagy
b9abdc4b1a
CP-12640: Create alert when logs partition is full
...
Adding code for "log_fs_alert"
2015-07-24 16:03:27 +01:00
Mihaela Stoica
d3fb6cd8e4
Text change "Citrix upload server" to "Citrix Insight Services"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-24 15:13:51 +01:00
Mihaela Stoica
a07ba0e8cc
CP-13081: Add opt-out button to the Health Check Overview dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-24 14:20:18 +01:00
Mihaela Stoica
c1dac478b1
CP-13083: Add user setting and checkbox to the Health Check overview dialog saying "Show this when connecting to servers that are not enrolled into Health Check"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-24 14:12:46 +01:00
Carmen Agimof
7e3be8f707
CP-13036: Add button to restore dismissed updates in the Updates Wizard.
2015-07-23 14:04:43 +01:00
Carmen Agimof
182307963f
CP-13030: Provide button on the Updates tab to restore dismissed updates.
2015-07-23 13:50:32 +01:00
Mihaela Stoica
64aba9cbfd
Merge pull request #569 from agimofcarmen/CP-13026
...
CP-13026: Provide Dismiss option on the Updates Tab.
2015-07-23 13:48:52 +01:00
Carmen Agimof
b1a2b49559
CP-13026: Changes code style and removes commented out code.
2015-07-23 13:48:30 +01:00
Mihaela Stoica
f58bfbb310
Merge pull request #568 from agimofcarmen/CA-176932
...
Makes "Remove hotfix installation files" checkbox invisible, instead …
2015-07-23 13:47:22 +01:00
Carmen Agimof
f79199752a
CP-13026: Provide Dismiss option on the Updates Tab.
2015-07-23 11:48:14 +01:00
Gabor Apati-Nagy
292dce47ad
Merge pull request #550 from MihaelaStoica/CP-12679
...
CP-12679: Upload the report from the Server Status Report wizard
2015-07-23 11:40:10 +01:00
Carmen Agimof
484806f7b7
Makes "Remove hotfix installation files" checkbox invisible, instead of disabled for supp packs.
2015-07-23 11:30:18 +01:00
Mihaela Stoica
b62f8c4cd3
CA-176895: [CAR-1866] Include XS 6.5 RPU hotfix in XenCenter
...
- changed the build script and the installer to copy the XS65ESP1006.xsupdate hotfix
- also updated the source package for XS62E006 hotfix
2015-07-22 12:51:58 +01:00
Mihaela Stoica
85e5308e51
Merge pull request #561 from agimofcarmen/CP-13040
...
Cp 13040
2015-07-21 11:42:24 +01:00
Carmen Agimof
037acfc889
Added null reference check in Upload Page.
2015-07-21 11:40:45 +01:00
Carmen Agimof
2720d1bc23
Following code review, adds a few adjustments to the code.
2015-07-21 11:03:34 +01:00
Gabor Apati-Nagy
aef08eb8ab
CP-13101: XenCenter: Display provisioning method for existing SRs (thin / thick)
2015-07-20 20:40:28 +01:00
Carmen Agimof
b919565a5a
CP-13040: Assume hotfix metadata based on hotfix filename.
2015-07-20 15:27:41 +01:00
Mihaela Stoica
f727af1c51
CP-12679: Upload the report from the Server Status Report wizard
...
- added the upload action, called after the report is successfully saved on disk.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:51 +01:00
Mihaela Stoica
abce1dd1c4
CP-12679: Upload the report from the Server Status Report wizard
...
- changes to the spacing and text on the Destination page
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:48 +01:00
Mihaela Stoica
8480bb63bf
CP-12679: Upload the report from the Server Status Report wizard
...
- show action progress dialog for the authentication action
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:46 +01:00
Mihaela Stoica
96f9b9c6ac
CP-12679: Upload the report from the Server Status Report wizard
...
- make pre product key (used for authentication) configurable via registry entries
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:45 +01:00
Mihaela Stoica
4490244172
CP-12679: Removed unused files
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:43 +01:00
Carmen Agimof
027de45dee
CA-176932: "Remove hotfix installation files" checkbox available even for supp packs.
2015-07-20 14:34:58 +01:00
Carmen Agimof
4c93dbe92e
CP-13245: Check if the update is applicable to the servers on the Select Servers Page.
...
CA-157785: Hotfix wizard forgets which servers should be greyed out.
When clicking Download and Install update in the Updates Tab, instead of opening a new dialog, it opens the Updates Wizard on the Select Servers Page and download the file in the Upload Page.
Fixes issue regarding the upload of the update every time that the user gets to Upload Page. Now it only uploads it if it has not been uploaded before.
Fixes issue regarding the download of the update every time the user goes back to the Select Patch Page. If the user goes back, but does not change the choice of the update, the download will not be done again.
2015-07-20 14:28:44 +01:00
Mihaela Stoica
b39bcad985
Merge pull request #552 from agimofcarmen/CP-13038
...
Fixes warning related to unused field.
2015-07-16 11:36:27 +01:00
Carmen Agimof
d44261452e
Fixes warning related to unused field.
2015-07-16 11:35:43 +01:00
Mihaela Stoica
f523fe52eb
Merge pull request #549 from agimofcarmen/CP-13038
...
CP-13038: Shows the progress of downloading a hotfix in the existing …
2015-07-16 09:35:59 +01:00
Carmen Agimof
3f7fd89f87
CP-13038: Takes care of the case when the user downloads multiple files(by going back in the wizard and selecting a different update). When clicking cancel or when the install is finished, all the downloaded files are removed.
2015-07-15 16:36:37 +01:00
Carmen Agimof
149e6f8c1e
CP-13038: Shows the progress of downloading a hotfix in the existing Progress Bar in the Upload Page of the Patching Wizard.
2015-07-15 13:03:11 +01:00
Mihaela Stoica
a250dae108
Merge pull request #546 from agimofcarmen/CP-13034,_CP-13035,_CP-13037
...
CP-13034 : On the Updates Wizard, list hotfixes from updates.xensourc…
2015-07-15 11:03:39 +01:00
Stephen Turner
eed38cc613
CA-166091 Correct sort order for vGPU types
2015-07-14 17:29:53 +01:00
Carmen Agimof
82b2354a1b
Merge branch 'master' of https://github.com/xenserver/xenadmin into CP-13034,_CP-13035,_CP-13037
2015-07-14 10:35:35 +01:00
Mihaela Stoica
d287d81852
Merge pull request #542 from stephen-turner/CA-148966b
...
CA-148966 XenDialogBase appearing as title of GPU selection dialog fo…
2015-07-14 10:08:42 +01:00
Mihaela Stoica
25b63f0161
Merge pull request #541 from stephen-turner/CP-12966
...
CP-12966 GPU drop-down to behave correctly when there is one vGPU typ…
2015-07-14 10:08:10 +01:00
Mihaela Stoica
0deba7b72b
Merge pull request #540 from stephen-turner/CP-13008
...
CP-13008: Allow pGPUs to be broken up in other fractions than eighths
2015-07-14 10:07:39 +01:00
Mihaela Stoica
2fd728bec3
Merge pull request #545 from MihaelaStoica/agimofcarmen-CP-13039
...
Merge branch 'CP-13039' of https://github.com/agimofcarmen/xenadmin
2015-07-14 10:05:18 +01:00
Carmen Agimof
dd10561764
CP-13034 : On the Updates Wizard, list hotfixes from updates.xensource.com instead of from other servers.
...
CP-13035 : Add Refresh button to list of updates on the Updates wizard.
CP-13037 : Provide option from the Updates wizard to navigate to the web page of any hotfix.
2015-07-14 10:05:13 +01:00
Mihaela Stoica
26ee98c5c9
Merge branch 'CP-13039' of https://github.com/agimofcarmen/xenadmin into agimofcarmen-CP-13039
...
Conflicts:
XenModel/Messages.Designer.cs
2015-07-14 10:00:11 +01:00
Mihaela Stoica
e467df450a
Merge pull request #537 from huizh/CA-176636
...
CA-176636: Transfer VM with manually assigned IP doesn't work.
2015-07-14 09:51:34 +01:00
Stephen Turner
87e2c03838
CA-148966 XenDialogBase appearing as title of GPU selection dialog for GVT-g GPUs
2015-07-13 18:16:21 +01:00
Stephen Turner
8646a1ca3a
CP-12966 GPU drop-down to behave correctly when there is one vGPU type and no passthrough
2015-07-13 16:27:18 +01:00
Stephen Turner
df68a5bdb1
CP-13008: Allow pGPUs to be broken up in other fractions than eighths
2015-07-13 15:05:59 +01:00
Mihaela Stoica
4bc942117d
Revert "Temporarily disable FCoE feature for all hosts"
...
This reverts commit 0dd6ebdb7f
.
2015-07-13 09:57:10 +01:00
Hui Zhang
3c5d905e4c
CA-176636: Transfer VM with manually assigned IP doesn't work.
...
The subnet mask is incorrectly set as the static IP.
Update it to correct address.
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2015-07-13 14:43:18 +08:00
Carmen Agimof
ed05a16346
CP-13037 Adds the web page column.
...
No functionality is added to the link yet.
2015-07-09 16:59:14 +01:00
Carmen Agimof
365c4d7d6e
CP-13039: Provide more obvious functionality to upload a hotfix from a file.
2015-07-09 16:32:08 +01:00
Mihaela Stoica
7b65782665
Merge pull request #533 from agimofcarmen/CP-13041
...
CP-13041 : Remove the hotfix after installing it.
2015-07-09 11:07:16 +01:00
Carmen Agimof
fa61ff27c7
CP-13041 : Remove the hotfix after installing it.
...
Signed-off-by: Carmen Agimof <Carmen.Agimof@citrix.com>
2015-07-08 17:35:50 +01:00
Mihaela Stoica
ec2356570b
Merge pull request #529 from kaifengz/CA-173358
...
CA-173358: Change the unit of vbd-io-throughput data sources to MiB
2015-07-08 15:55:28 +01:00
Kaifeng Zhu
70a7a62790
CA-173358: Change the unit of vbd-io-throughput data sources to MiB
...
The unit of VBD IO throughput is changed to MiB after merged all
VBD related data sources from xcp-rrdd to rrdp-iostat,
Signed-off-by: Kaifeng Zhu <kaifeng.zhu@citrix.com>
2015-07-08 17:56:23 +08:00
Gabor Apati-Nagy
66c57c4fce
Merge pull request #532 from MihaelaStoica/CallHome
...
CP-12890: Allow user to specify XenServer credentials AND some other fixes
2015-07-07 18:54:05 +01:00
Mihaela Stoica
06116e0a3b
CP-12890: Allow user to specify XenServer credentials to use for Health Check
...
- removed some brackets
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-07 18:25:15 +01:00
Mihaela Stoica
14119bc008
CP-12160: Changes following code review
...
- added CallHomeSettings.TryParseStringToDateTime() function, which does not throw an exception if the conversion fails
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-07 15:32:14 +01:00
Mihaela Stoica
d366c57f55
CP-12890: Allow user to specify XenServer credentials to use for Health Check
...
- added new fields to the Health Check Settings dialog (XenServer credentials)
- these credentials are saved as xapi secrets, and on un-enroll they are being removed
- removed the Authenticate button; the authentication is now done on pressing the OK button
- the Health Check Settings dialog is displayed on "Enroll now" and "Edit Health Check settings"
- display the "Last Successful Upload" on the Health Check Overview dialog
- use uniform format when converting time to string and string to time
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-06 17:02:55 +01:00
Mihaela Stoica
0dd6ebdb7f
Temporarily disable FCoE feature for all hosts
2015-07-03 12:38:41 +01:00
Mihaela Stoica
93accdca4d
CP-12476: Include dom0 disk space hotfix in XenCenter RPU pre-requisites
...
- added the most recent hotfix files
2015-07-03 11:54:20 +01:00
Mihaela Stoica
9b7cfb018e
Merge pull request #526 from cheng--zhang/CP-12769
...
CP-12769: Fix issue when integration test with CIS
2015-07-02 11:10:01 +01:00
Cheng Zhang
c0585f0681
CP-12769: Using uniform format of time to string and string to time
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-07-02 17:54:00 +08:00
Cheng Zhang
903931e63d
CP-12769: Fix issue when integration test with CIS
...
1. Using en-us to transfer upload request time
2. Check the pipe is closed before close it.
3. On demand upload will not have 24 hour due problem since it only check once in half an hour
4. Avoid get upload token by empty session.
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-07-02 13:53:44 +08:00
Mihaela Stoica
7c737d6ce8
CP-12769: Send server connection details to the Health Check Service
...
- Call TransferCallHomeSettingsAction with suppressHistory=true so the action doesn't show on the Events page
- This change also fixes LogsTabTests test failure.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-01 16:38:12 +01:00
Mihaela Stoica
ea786180fc
Fix line endings (to Windows)
2015-07-01 15:58:58 +01:00
Cheng Zhang
a0431e5cb9
CP-12770: rework comments
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-07-01 19:12:43 +08:00
Cheng Zhang
324c249285
CP-12769: Send server connection details to the Health Check Service
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-07-01 11:53:56 +08:00
Gabor Apati-Nagy
24e2365b1f
Fixing FCoE build
...
Removing duplicated-by-accident field
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-30 14:08:28 +01:00
Gabor Apati-Nagy
6a9a192253
Fixing FCoE build
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-30 13:53:35 +01:00
Gabor Apati-Nagy
b60a6ab24d
Update LVMoFCoE.Designer.cs
...
Fixing build
2015-06-30 13:17:53 +01:00
Gabor Apati-Nagy
bebd1583ca
Merge pull request #514 from MihaelaStoica/CP-12164
...
CA-12164: Server Status Report wizard: Add option to upload the serve…
2015-06-30 11:58:50 +01:00
Mihaela Stoica
85d67a63a7
CA-12164: Server Status Report wizard: Add option to upload the server status report to CIS
...
- changes following code review
- renamed some controls.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-30 11:53:11 +01:00
Gabor Apati-Nagy
f0ccf1eb8d
Merge pull request #509 from MihaelaStoica/CP-12165
...
CP-12165: Add the option to upload a Health Check report to CIS on demand
2015-06-30 11:25:08 +01:00
Mihaela Stoica
4788e0d673
CP-12165: Add the option to upload a Health Check report to CIS on demand
...
- When "Request upload now" is clicked, instead of disabling it, change the link to an unclickable text saying "Upload requested at....".
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-30 10:04:16 +01:00
Mihaela Stoica
cb145004de
Remove file added by mistake
2015-06-29 14:55:34 +01:00
Mihaela Stoica
f026384f37
CP-12314: FCoE in the SR wizard
...
- show new NIC column on the Location page (visible for FCoE only)
- display the summary page
- resource strings for default SR name and the blurb on the first page in the wizard
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-29 14:44:35 +01:00
Gabor Apati-Nagy
3402ca03d8
CP-12314: CAR-576 XC: New SR type for FCoE
...
Added 'path' for FCoE device config
2015-06-29 14:44:32 +01:00
Mihaela Stoica
551d7657ca
CP-12314: Add New SR type for FCoE in the SR wizard
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-29 14:44:29 +01:00
Mihaela Stoica
d4f41660b8
Merge pull request #505 from GaborApatiNagy/master_CP-12641
...
CP-12641 and CP-12475: XenCenter work for thin provisioning
2015-06-29 14:08:16 +01:00
Gabor Apati-Nagy
d705b77af6
CP-12475: XenCenter work for thin provisioning: Add Virtual Disk dialog: new fields
...
Add VDI page, Initial Allocation Size field: To override default to
default value behaviour it is no longer enough to enter this field - at
least a change has to be made to it's value.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-29 13:49:13 +01:00
Gabor Apati-Nagy
847eebd32c
CP-12475: XenCenter work for thin provisioning: Add Virtual Disk dialog: new fields
...
Add New Virtual Page (VDI):
By default, the SR's default initial size allocation percentage (that may be different for different SRs) is used.
Once the user has changed the initial allocation rate, the page would only use the custom value from that point.
New SR Wizard:
Minimal change in if statement and added comment in RunNextPagePrecheck
method for LvmoHba.
2015-06-26 15:36:04 +01:00
Mihaela Stoica
926d69d132
CP-12154: Check whether the Health Check feature is available before displaying the overview dialog when connecting to a host
...
- also the "Health Check" menu item will only be enabled if the feature is available
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-26 10:56:58 +01:00