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
Mihaela Stoica
521b175ed2
Merge pull request #678 from MihaelaStoica/hide_convert_sr
...
Fix test failure introduced by previous commit
2015-09-17 16:50:58 +01:00
Mihaela Stoica
71db9ec577
Fix test failure introduced by previous commit
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-17 16:48:52 +01:00
Gabor Apati-Nagy
b05a586cb7
Merge pull request #677 from MihaelaStoica/hide_convert_sr
...
Temporarily hide "Convert SR"
2015-09-17 15:11:21 +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
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
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
Mihaela Stoica
7c795f07a0
Merge pull request #672 from cheng--zhang/CA-182881
...
CA-182881: Use local time zone to do the schedule check
2015-09-14 10:43:38 +01:00
Cheng Zhang
f94190db4b
CA-182881: Use local time zone to do the schedule check
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-09-14 09:48:14 +08: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
835329b134
Merge pull request #671 from MihaelaStoica/CA-182884
...
CA-182884: Fixed typo which caused the wrong severity icon to be displayed on the Health Check dialog
2015-09-11 11:32:07 +01:00
Mihaela Stoica
50176afc14
CA-182884: Fixed typo which caused the wrong severity icon to be displayed on the Health Check dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-11 11:29:16 +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
Stephen Turner
4ef1264f44
Merge pull request #670 from MihaelaStoica/CP-14047
...
CP-14047: Display alerts for SR physical utilisation in XenCenter
2015-09-10 15:33:52 +01:00
Mihaela Stoica
23db625d15
Change the validity period of the diagnostic token to one year.
...
- This is temporary, until the API accepts max_age=0 (never expire)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-10 15:29:35 +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
Mihaela Stoica
d4f736d296
Merge pull request #667 from cheng--zhang/CA-182881
...
CA-182881: Fix issue in schedule check in HealthCheckService
2015-09-10 10:53:59 +01:00
Cheng Zhang
0f2eb2fcb9
CA-182881: Fix issue in schedule check in HealthCheckService
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-09-10 15:32:23 +08:00
Carmen Agimof
82ab747bd6
Merge pull request #661 from MihaelaStoica/CA-181208
...
CA-181208: : Display the status of last failed upload in the Health Check overview dialog
2015-09-09 13:28:28 +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
Gabor Apati-Nagy
f2922ba0ef
Merge pull request #665 from agimofcarmen/CA-181342
...
CA-181342: Now the user can mount or eject ISO images from Console.
2015-09-08 15:50:28 +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
Mihaela Stoica
2aa3e28536
Merge pull request #657 from agimofcarmen/CA-181445
...
CA-181445: Changes message and page title on the Upload Page in the U…
2015-09-08 15:07:07 +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
Mihaela Stoica
b13e72c14f
Merge pull request #662 from agimofcarmen/CA-181442
...
CA-181442: Removes unused variable.
2015-09-08 14:57:06 +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
Carmen Agimof
e04203a5a3
Removes unused variable.
2015-09-08 13:58:13 +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
Mihaela Stoica
03e327ccac
Merge pull request #660 from MihaelaStoica/diag_url
...
CP-13074: Update the URLs used for retrieving the analysis results
2015-09-07 18:00:25 +01:00
Mihaela Stoica
62bc632f02
CP-13074: Update the URLs used for retrieving the analysis results
2015-09-07 17:58:53 +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
Mihaela Stoica
972b24d0ed
Merge pull request #653 from stephen-turner/CP-13392
...
CP-13392: Convert xe.exe to .NET 4.5
2015-09-07 15:51:37 +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