Commit Graph

1566 Commits

Author SHA1 Message Date
Gabor Apati-Nagy
a73252c9fe IsWindows property added to the VM class.
Returns true if this VM is Windows.

Ignore PV guests, then check if viridian platform property is set.
This is based on the assumption that the viridian flag is always true for a windows VM.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-10 15:04:38 +01:00
Mihaela Stoica
adf6cded90 Merge pull request #495 from GaborApatiNagy/master_CP-11985
CP-11985: Implement RPU pre-check phase for safe repartitioning
2015-06-09 19:24:55 +03:00
Gabor Apati-Nagy
970ab331b1 CP-11985: Implement RPU pre-check phase for safe repartitioning
Added check for the "not_enough_space" case

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-09 17:21:50 +01:00
Mihaela Stoica
f206d77c83 CP-12162: Add Health Check Service to the XenCenter build system
xenadmin-build.sh: Added a backslash to separate the parameters of the cp command
2015-06-09 14:28:30 +01:00
Mihaela Stoica
c829a4b451 Merge pull request #494 from MihaelaStoica/cheng--zhang-CP-12162
Merge CP-12162
2015-06-09 15:28:01 +03:00
Mihaela Stoica
415812fec1 Merge branch 'CP-12162' of https://github.com/cheng--zhang/xenadmin into cheng--zhang-CP-12162 2015-06-09 13:22:53 +01:00
Gabor Apati-Nagy
8911939172 Merge pull request #491 from rosslagerwall/cp7644-v2
CP-7644: Write XenCenter product version and build number
2015-06-09 10:31:47 +01:00
Ross Lagerwall
9675089982 CP-7644: Write XenCenter product version and build number
Write out the XenCenter version and build number into a version file so
that other tools can determine them from the build artifacts.

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
2015-06-08 16:47:25 +01:00
Cheng Zhang
8f04a5b88c CP-12162: Add Health Check Service to the XenCenter build system
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-06-08 16:02:25 +08:00
Mihaela Stoica
aef41e83dc Merge pull request #487 from GaborApatiNagy/master_CP-11985
CP-11985: Implement RPU pre-check phase for safe repartitioning
2015-06-04 17:41:35 +03:00
Gabor Apati-Nagy
fa10c0cf54 CP-11985: Implement RPU pre-check phase for safe repartitioning
testSafe2Upgrade pugin function in prepare_host_upgrade.py is called as part of the RPU pre-checks

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-04 15:36:39 +01:00
Mihaela Stoica
ca1609fe29 Merge pull request #486 from xenserver/GaborApatiNagy-patch-1
CA-169167: Screen resolution is less than the default value after swi…
2015-06-04 13:50:16 +03:00
Gabor Apati-Nagy
547dced854 CA-169167: Screen resolution is less than the default value after switch to remote desktop
Fixing unused field as warning as error build issue
2015-06-04 11:49:09 +01:00
Mihaela Stoica
d2dedaec40 Merge pull request #458 from cheng--zhang/CA-169170
CA-169167: Screen resolution is less than the default value after switch to remote desktop
2015-06-04 13:19:57 +03:00
Cheng Zhang
554d5a6483 CA-169167: auto-implemented for AutoSwitchRDPLater
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-06-04 18:13:58 +08:00
Mihaela Stoica
b55671bec2 Merge pull request #484 from MihaelaStoica/CallHome
CP-12153: Call Home Authentication
2015-06-04 12:18:01 +03:00
Mihaela Stoica
01e329db60 Merge pull request #485 from cheng--zhang/CP-12158
CP-12158: Add debug log for XenServer Health Check Service
2015-06-04 12:17:43 +03:00
Cheng Zhang
b9267e00a2 CP-12158: Add debug log for XenServer Health Check Service
Log will be located at ${PROGRAMDATA}/Citrix/XenServerHealthCheck/logs/XenServerHealthCheck.log

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-06-04 15:15:33 +08:00
Mihaela Stoica
2dd4c52350 CP-12153: Call Home Authentication
- added getter and setter to the token property to prevent "Field never assigned" warning

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-03 15:14:39 +01:00
Gabor Apati-Nagy
638cd6045a Merge pull request #479 from MihaelaStoica/CallHome
CP-12153: Call Home Authentication
2015-06-02 16:56:35 +01:00
Mihaela Stoica
f8e47e82b5 CP-12153: Call Home Authentication
- changes following code review
- added some more logging of exceptions, also some null checks

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-02 16:47:19 +01:00
Mihaela Stoica
0fadbb227b Merge pull request #483 from GaborApatiNagy/master_rdp_fix
CA-153347 [...]: fixing regression caused by CA-160189
2015-06-02 17:14:42 +03:00
Gabor Apati-Nagy
fd7407c127 CA-153347: Send Ctrl-Alt-Del is available for non-running VMs (title edited)
Reverted previous fix 7608caafd7, because
managed to find the root cause of this issue: commit ce3bec1231.
Instead of reverting the latter completely, this commit fixes the regression by removing unnecessary calling of UpdateButtons().

Note: The button will still be enabled for dom0 console.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-02 15:10:24 +01:00
Mihaela Stoica
9c3982542e CP-12153: Call Home Authentication
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-02 14:48:59 +01:00
Gabor Apati-Nagy
87c3811b45 Revert "CA-153347: Send Ctrl-Alt-Del is available for dom0 console and for non-running VMs"
This reverts commit 7608caafd7.
2015-06-01 15:33:17 +01:00
Gabor Apati-Nagy
00abff836b Merge pull request #482 from stephen-turner/gitignore
Add putty.exe to .gitignore
2015-05-28 19:08:23 +01:00
Stephen Turner
49b94223d9 Add putty.exe to .gitignore 2015-05-28 14:05:29 +01:00
Gabor Apati-Nagy
262c644e43 Merge pull request #481 from stephen-turner/CA-165366
CA-165366 Fix compile-time warning-as-error
2015-05-28 14:05:24 +01:00
Stephen Turner
dd68c484a2 CA-165366 Fix compile-time warning-as-error 2015-05-28 14:00:06 +01:00
Gabor Apati-Nagy
c3d867cb8f Merge pull request #480 from stephen-turner/CA-165366
CA-165366 Better phrasing of boolean groupings in search
2015-05-28 13:37:37 +01:00
Mihaela Stoica
d4547bd439 Merge pull request #477 from cheng--zhang/CP-12157
CP-12157: Create XenServerHealthCheck framework
2015-05-28 13:18:06 +03:00
Cheng Zhang
1c55e8199a CP-12157: Create XenServerHealthCheck service framework
1.Create a service named XenServerHealthCheck
2.Read the XenCenter Server List from configuration
3.Try to connect to these servers
4.Modify protection of XenCenter config from CurrentUset to LocalMachine

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-05-28 17:18:18 +08:00
Stephen Turner
786ea7937e CA-165366 Better phrasing of boolean groupings in search 2015-05-27 17:40:51 +01:00
Gabor Apati-Nagy
0579d919b8 Merge pull request #470 from MihaelaStoica/CA-161524
CA-161524: Resource report menu item is only shown when you're on the…
2015-05-27 15:36:58 +01:00
Gabor Apati-Nagy
0809dd2f56 Merge pull request #478 from MihaelaStoica/CP-12282
CP-12282: Semantics of Move / Migrate / Copy for suspended VMs
2015-05-27 14:38:36 +01:00
Mihaela Stoica
c65acc53e0 CP-12282: Semantics of Move / Migrate / Copy for suspended VMs
Changed the name of the operation in XenCenter to "Migrate VM" for suspended VMs, instead of "Move".
This clarifies the distinction between copy/move and migration:
- running and suspended VMs can only be migrated
- stopped VMs can be moved and copied

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-27 12:17:35 +01:00
Gabor Apati-Nagy
e35ffaadfe Merge pull request #476 from MihaelaStoica/CallHome
CP-12155: Fix tests (as new menu item has been added into Tools)
2015-05-21 11:48:11 +01:00
Mihaela Stoica
7cfe5a7d9e CP-12155: Fix tests (as new menu item has been added into Tools)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-21 11:45:28 +01:00
Mihaela Stoica
16a1d19b0b CA-161524: Resource report menu item is only shown when you're on the pool node
- changes following code review: menu item available if multiple items selected inside the same pool

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-20 10:17:00 +01:00
Cheng Zhang
239486c598 CA-169167: Screen resolution is less than the default value after switch to remote desktop
Auto switch to RDP should be taken after VNC connection got the correct screen resolution.
Also not enable “enable RDP button” before VNC connection get the correct screen resolution.

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-05-20 15:31:02 +08:00
Gabor Apati-Nagy
08656f8051 Merge pull request #468 from MihaelaStoica/CallHome
CP-12152, CP-12155: Call Home enrollment
2015-05-19 18:36:33 +01:00
Mihaela Stoica
e23f9f3f97 Merge pull request #475 from stephen-turner/CA-170274
CA-170274: Custom templates no longer appear in the search tab defaul…
2015-05-19 17:49:56 +01:00
Stephen Turner
fa315ab8f7 CA-170274: Custom templates no longer appear in the search tab default search 2015-05-19 17:41:42 +01:00
Gabor Apati-Nagy
54f1c3676e Merge pull request #474 from MihaelaStoica/CP-12019
CP-12019: Allow virtual disk migration for vdis attached to stopped a…
2015-05-19 17:14:47 +01:00
Gabor Apati-Nagy
3cd02c9a0f Merge pull request #469 from MihaelaStoica/CA-170028
CA-170028: [SCTX-2069] Base mirror disk should not be visible in XenCenter
2015-05-19 16:40:59 +01:00
Mihaela Stoica
d04e39ce7e CP-12152: Call Home enrollment
Default the schedule time to a random hour between 1am and 5am

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-19 15:51:04 +01:00
Mihaela Stoica
3f4b753a07 Merge pull request #471 from GaborApatiNagy/CA-147164
CA-147164: Filter by status doesn't notice changes of status
2015-05-19 15:44:08 +01:00
Gabor Apati-Nagy
598356fe86 CA-147164: Filter by status doesn't notice changes of status
Fixed the bug by subscribing to events of all actions and not only to the
ones that are displayed in the grid.
Besides this, the visibility of the row is being used instead of removing and
re-adding rows on status changes.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-05-19 15:36:56 +01:00
Mihaela Stoica
44b2148c29 Merge pull request #472 from GaborApatiNagy/CA-120187
CA-120187: Manifestation of "anonymous" action when repairing multiple storages
2015-05-19 15:15:58 +01:00
Mihaela Stoica
3763108bcf Merge pull request #473 from GaborApatiNagy/CA-116505
CA-116505: Popup when adding CD drive to running HVM guest without tools does not get focus
2015-05-19 15:12:43 +01:00