Mike Tutkowski
fe0c9768cf
CLOUDSTACK-6170 (VMware root-disk support for managed storage)
2014-03-31 00:10:49 -06:00
Prachi Damle
412af7c2e6
RoleBasedEntityAccessChecker should skip Project resources. IAM does not support Projects yet.
2014-03-28 18:54:19 -07:00
Anthony Xu
36fa355f0b
Add support for XS6.2 Fox hotfix
2014-03-28 16:54:18 -07:00
Kelven Yang
6e093514e4
CLOUDSTACK-6305: protect lock leaking from unhandled exception
2014-03-28 15:28:39 -07:00
Prachi Damle
024efbfbd4
CLOUDSTACK-6303 [Automation] [UI] Account creation hang in UI
...
Changes:
- Caused due to a MySql error during 'Project' account cleanup. The MySql error hits a deadlock bug in the MessageBus code that does not release the lock/decrement the counter Eventually all callers on the MessageBus end up waiting to enter
- This fixes the account cleanup MySql error.
2014-03-28 14:00:39 -07:00
Anthony Xu
60563d395f
Revert "change below file names for consistency"
...
This reverts commit 9493b4d65c .
2014-03-28 12:15:02 -07:00
Mike Tutkowski
553630b1b9
CLOUDSTACK-6170 (VMware root-disk support for managed storage)
2014-03-28 12:52:56 -06:00
Anthony Xu
9493b4d65c
change below file names for consistency
...
Xenserver625Resource.java -> XenServer625Resource.java
Xenserver625StorageProcessor.java -> XenServer625StorageProcessor.java
2014-03-28 11:46:26 -07:00
Brian Federle
61a0c128a7
CLOUDSTACK-6227: Don't show API/secret key fields in quickview
2014-03-28 10:23:18 -07:00
Gabor Apati-Nagy
6d7978ea45
CLOUDSTACK-6227 (Add copy-paste support for detail view fields):
...
DetailView widget now supports bool isCopyPaste property that can be set
for fields. If this is set to true, the text of this field is displayed
using ellipsis formatting* and a copy-paste icon is available right next
to it. On clicking this icon, the full text is displayed
*: tooltip is also enabled showing the original non-ellipsed value
2014-03-28 10:17:31 -07:00
Mihaela Stoica
0d897f65a2
UI: Applied localization function to labels on Zone Chart page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-03-28 10:11:16 -07:00
Mihaela Stoica
c09bb900c7
UI: Fixed truncated icon on confirmation dialogs
...
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-03-28 10:10:47 -07:00
Sebastien Goasguen
6d15f6c27e
CLOUDSTACK-6299: Fixed apidoc info with base64 encoded
2014-03-28 09:56:16 -04:00
Kishan Kavala
45ab288e26
CLOUDSTACK-6239: Encrypt security related config values before inserting into DB
2014-03-28 18:47:21 +05:30
Murali Reddy
89c6f0087c
OVS distributed routing: fix the issues related to applying network
...
ACL's on OVS. OVS OF rules does not accept 0.0.0.0/0 so while applying
ACL dont include source CIDR in the OF rule if source CIDR is 0.0.0.0/0
2014-03-28 17:08:22 +05:30
SrikanteswaraRao Talluri
14796783fd
CLOUDSTACK-6125: added smoke tests with following tags 1. selfservice - tests which can be run on simulator. 2. provisioning - tests that need actual hypervisor resource.
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-28 15:39:22 +05:30
SrikanteswaraRao Talluri
5f5416a51c
CLOUDSTACK-6125: adding 'selfservice','provisioning' tags to segregate the tests
...
that can be run on simulator only and that needs hardware.
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-28 15:38:31 +05:30
Hugo Trippaers
2ade6b9188
Fix pom relative path
...
(cherry picked from commit 15b6860c68 )
2014-03-28 09:36:21 +01:00
Edison Su
392dc817af
fix build
2014-03-27 17:38:42 -07:00
Edison Su
f1ff060bb9
fix devcloud reboot issue: should not start heartbeat for devcloud
...
Conflicts:
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
2014-03-27 17:38:41 -07:00
Edison Su
11d11d8690
CLOUDSTACK-5329: stupid java box/unbox
...
Conflicts:
engine/schema/src/com/cloud/vm/VMInstanceVO.java
2014-03-27 17:38:41 -07:00
edison
6b364f9588
mischanged default user vm template url for xen
2014-03-27 17:38:41 -07:00
Edison Su
73f383c5ab
CLOUDSTACK-5432:sync vm and storage commands on mgt server for kvm
...
Conflicts:
engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
server/src/com/cloud/hypervisor/KVMGuru.java
2014-03-27 17:38:40 -07:00
edison
c1711428f0
add md5sum for xen/kvm system vm template
2014-03-27 17:38:40 -07:00
edison
b35389fd20
update xen/kvm system vm template download url, and update the os type to 64bit
2014-03-27 17:38:40 -07:00
edison
b2f4939402
CLOUDSTACK-5857: for some reasons, delete secondary pool failed during copy template from secondary storage to primary storage, but the volume is already copied to primary storage, we didn't clean up the volume on primary storage, then all the following copy the same template to primary storage failed, as we are always using the same uuid when creating a new volume, libvirt complaining that the volume already exists.
...
Current fix is ignoring "the delete secondary storage error".
2014-03-27 17:38:40 -07:00
edison
36efe4dbf4
CLOUDSTACK-5831: Fix NPE, in case the volume isn't attached to any pool
2014-03-27 17:38:40 -07:00
Edison Su
4584d5c845
CLOUDSTACK-5831: return quiescevm field in volumeresponse
...
Conflicts:
api/src/org/apache/cloudstack/api/response/VolumeResponse.java
server/src/com/cloud/api/query/QueryManagerImpl.java
2014-03-27 17:38:40 -07:00
edison
9da36af711
CLOUDSTACK-5763: if vm is stopped, then don't check hypervisor support live storage migration capabilities.
2014-03-27 17:38:40 -07:00
edison
a3edd1ac72
CLOUDSTACK-5607: Don't delete the template if its stored in other zones.
2014-03-27 17:38:40 -07:00
edison
5917b25fd3
CLOUDSTACK-5828: if snapshot deletion failed, such as can't find it on secondary storage, should return succeed.
2014-03-27 17:38:39 -07:00
edison
a4af8ece8a
CLOUDSTACK-5370: delete snapshot on primary storage in case of backup snapshot failed.
2014-03-27 17:38:38 -07:00
edison
18f59f9ce8
CLOUDSTACK-5573: bump gson version to 1.7.2, fix https://code.google.com/p/google-gson/issues/detail?id=354
2014-03-27 17:38:38 -07:00
edison
04220daf4c
CLOUDSTACK-5737: ignore umount secondary storage failure during backup snapshot
2014-03-27 17:38:38 -07:00
Edison Su
24d1f161b8
CLOUDSTACK-5329: fix NPE, in case of zone wide primary storage
...
Conflicts:
api/src/com/cloud/storage/StoragePool.java
server/src/com/cloud/vm/UserVmManagerImpl.java
2014-03-27 17:38:38 -07:00
Edison Su
a3736f26f1
CLOUDSTACK-5264: add delta snapshot for existing xenserver
...
Conflicts:
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerStorageProcessor.java
2014-03-27 17:38:37 -07:00
Edison Su
9188223f3d
CLOUDSTACK-6245: the security group rule is lagging behind the rules in DB, due to there is a worker thread launched inside a transaction Reviewed-by: Alex
...
(cherry picked from commit d4fdc184fe )
Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
Conflicts:
server/src/com/cloud/network/security/SecurityGroupManagerImpl.java
2014-03-27 17:38:37 -07:00
Edison Su
9dba93e105
KVM security bug: no forwarding rule applied
...
(cherry picked from commit e5c391fcf3 )
Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
2014-03-27 17:38:37 -07:00
Edison Su
810e090ad4
CLOUDSTACK-5395: mark snapshot_store_ref as destroyed in case of backup snapshot failed
...
Conflicts:
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerStorageProcessor.java
2014-03-27 17:38:37 -07:00
Edison Su
fc3e413584
fix devcloud: after devcloud vm itself reboot, local storage's name label is changed to orignal
2014-03-27 17:38:36 -07:00
Edison Su
5b16ccb50e
fix devcloud: user template's guest os type is changed
...
Conflicts:
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XcpOssResource.java
2014-03-27 17:38:36 -07:00
Edison Su
3d0b739950
fix devcloud router start
...
Conflicts:
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XcpOssResource.java
2014-03-27 17:38:36 -07:00
Edison Su
f84fc12d26
fix devcloud: get back whatever we have before
...
Conflicts:
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XcpOssResource.java
scripts/vm/hypervisor/xenserver/xcposs/patch
2014-03-27 17:38:36 -07:00
Edison Su
9900ae7002
CLOUDSTACK-5737: isExternalSnapshot should return true for CLVM and RBD only
2014-03-27 17:38:35 -07:00
Edison Su
0bbb8437cd
CLOUDSTACK-4506: fix NPE in case hostid is null
...
Conflicts:
server/src/com/cloud/capacity/CapacityManagerImpl.java
2014-03-27 17:38:35 -07:00
Marcus Sorensen
eacc1d7fff
CLOUDSTACK-6292: Fix live migration of KVM when vnc ip address
...
changes
Submitted-by: Yoshikazu Nojima
2014-03-27 16:47:00 -06:00
Anthony Xu
bdc4ffc010
add more log for creating XS pool network
2014-03-27 15:32:48 -07:00
Jessica Wang
503eeb8248
CLOUDSTACK-6296: UI > If an account's timezone is not set, show datetime field based on browser's timezoneoffset.
2014-03-27 14:13:10 -07:00
Brian Federle
c42799c4d7
UI: Update tooltips for primary storage, upload volume fields
2014-03-27 11:28:47 -07:00
Anthony Xu
91a3365184
Fixed a typo
2014-03-27 10:46:03 -07:00