Gabor Apati-Nagy
400e82406f
CA-191832: Move DBV field out of License details section on the General tab
...
Moved DBV field from the License section to the Version section.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-12-07 18:03:20 +00:00
Stephen Turner
ac71c2c454
CA-190904: Remove obsolete SR.upgrade and SR.share menu items
2015-11-30 11:53:54 +00:00
Gabor Apati-Nagy
729b69382e
CA-188554: XenCenter Error Uncaught exception System.NullReferenceException
...
changes following code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-25 12:32:04 +00:00
Gabor Apati-Nagy
2e8e7afb7e
CA-188554: XenCenter Error Uncaught exception System.NullReferenceException
...
Fixed the exception that was caused by a missing null reference check and also the fact that the license status had to be watched only for pools and hosts, so added a check before starting watching the license status of the IXenObject (on GeneralTabPage)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-23 14:35:20 +00:00
Stephen Turner
3e7fda871a
CP-14647: Remove four unused variables
2015-11-09 14:54:11 +00:00
Stephen Turner
8ea7e73b55
CP-14647: Intermediate check-in #5
...
This should cover everything except updating the tests to use more recent
servers.
2015-11-08 11:28:02 +00:00
Stephen Turner
ce609e31ff
CP-14647: Intermediate check-in #4
2015-11-08 11:28:01 +00:00
Stephen Turner
c667e51fd2
CP-14647: Intermediate check-in #3
2015-11-08 11:27:59 +00:00
Stephen Turner
cf6534275e
CP-14647: Intermediate check-in #2
2015-11-08 11:27:57 +00:00
Stephen Turner
b587ab832e
CP-14647: Intermediate check-in #1
2015-11-08 11:27:56 +00:00
Gabor Apati-Nagy
5f5930faf4
CP-14470: UI: Implement to show Management Agent not installed if not Upgraded (when no or older management agent is present)
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-04 10:44:28 +00:00
Mihaela Stoica
cd4466e9f2
CA-184563: Do not show Provisioning method for SRs other than iSCSI and LVM
...
- display the Provisioning entries in the General Tab only for iSCSI and LVM SRs
- also changed the checks in the ConvertToThinSRCommand to use SR.IsThinProvisioned property instead of SR.Provisioning
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-10-13 16:24:51 +01:00
Mihaela Stoica
260e36ec4e
Revert "Temporarily hide "Convert SR""
...
This reverts commit 127b60871c
.
2015-09-29 14:44:13 +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
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
ff4da8b45e
CP-14248: VM General Tab: fixing context menu on the Install Management agent link
2015-09-22 17:19:03 +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
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
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
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
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
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
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
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
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
Gabor Apati-Nagy
f173bc66b7
Fixing build (unreachable code warning as error)
2015-08-24 17:33:29 +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
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
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
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
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
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
Carmen Agimof
182307963f
CP-13030: Provide button on the Updates tab to restore dismissed updates.
2015-07-23 13:50:32 +01:00
Carmen Agimof
b1a2b49559
CP-13026: Changes code style and removes commented out code.
2015-07-23 13:48:30 +01:00
Carmen Agimof
f79199752a
CP-13026: Provide Dismiss option on the Updates Tab.
2015-07-23 11:48:14 +01:00
Mihaela Stoica
85e5308e51
Merge pull request #561 from agimofcarmen/CP-13040
...
Cp 13040
2015-07-21 11:42:24 +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