Daan Hoogland
766f8216a0
state description c&p fix
2015-01-24 13:35:07 +01:00
Mike Tutkowski
e5ffcab09d
Moving the call to getDeviceId(long, long) avoids a race condition when two volumes are being attached to a VM at the same time
2015-01-24 00:36:07 -07:00
Anthony Xu
7ef122dcc9
BUG-ID: CLOUDSTACK-8176
...
UI use xennetworklabel parameter name in zone create Wizards,
in API, it uses xenservernetworklabel,
the parameter name doesn't match, cause network name label not setup in CCP
2015-01-23 13:48:10 -08:00
Anthony Xu
d921163ea9
BUG-ID: CLOUDSTACK-8176
...
UI use xennetworklabel parameter name in zone create Wizards,
in API, it uses xenservernetworklabel,
the parameter name doesn't match, cause network name label not setup in CCP
2015-01-23 13:45:28 -08:00
Abhinandan Prateek
d9c5321a2d
CLOUDSTACK-8178: fixed the mapping to match that on xen 6.5
2015-01-23 11:41:28 -05:00
Abhinandan Prateek
c44890f844
CLOUDSTACK-8178: fixed the mapping to match that on xen 6.5
2015-01-23 11:20:54 -05:00
Rohit Yadav
f9a8111e17
CLOUDSTACK-8151: Add removeRawUsageRecords API to cleanup old cloud_usage data
...
Call removeRawUsageRecords with interval (> 0) and it will clean up cloud_usage
table by removing records older than interval no. of days from today (current date)
and in case it runs when the job exec time is near, it will fail alerting
user to try again after a 15 min window.
There is an issue with async job scheduler, if this API were async it tries
to search and remove job from cloud_usage.async_job table and fails which is
why this API is sync and extends BaseCmd.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-23 19:38:32 +05:30
Rohit Yadav
9635e17701
hyperv: fix maven warning, add version to exec plugin
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-23 18:41:09 +05:30
Marcus Sorensen
35ede0418a
CLOUDSTACK-8177
...
KVM: disable tickpolicy for kvmclock. Newer libvirt enforces that
kvmclock cannot accept parameters.
2015-01-23 02:46:16 -07:00
Marcus Sorensen
455998ce95
LibvirtComputingResource: Expose KVMStoragePoolManager
...
KVMStoragePoolManager is a singleton in practice, any plugin
or extension of LibvirtComputingResource will need to act on
the specific instance of KVMStoragePoolManager that LibvirtComputingResource
has initialized. Therefore, expose this variable for those who
wish to call storage commands from plugins or extensions.
Conflicts:
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
2015-01-23 02:45:54 -07:00
Marcus Sorensen
0a8e73e8fe
LibvirtComputingResource: Expose KVMStoragePoolManager
...
KVMStoragePoolManager is a singleton in practice, any plugin
or extension of LibvirtComputingResource will need to act on
the specific instance of KVMStoragePoolManager that LibvirtComputingResource
has initialized. Therefore, expose this variable for those who
wish to call storage commands from plugins or extensions.
Conflicts:
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
2015-01-23 02:44:08 -07:00
Marcus Sorensen
46301cbaf2
CLOUDSTACK-8177
...
KVM: disable tickpolicy for kvmclock. Newer libvirt enforces that
kvmclock cannot accept parameters.
2015-01-23 02:34:08 -07:00
Mike Tutkowski
f983e6ed82
Un-plug any remaining VBDs and PBDs
2015-01-22 17:36:04 -07:00
Jessica Wang
c16d5a8221
volume-upload: UI > dialog widget > display $frameForm(the hidden form to submit file with signature/expires/metadata) in console log.
2015-01-22 15:45:08 -08:00
Jessica Wang
26acdd7f6c
volume-upload: volumes > (1) Shorten action label to make all items in header to fit into one line, otherwise search box will be pushed out of place. (2) Add dialog: move URL field to the top.
2015-01-22 13:23:08 -08:00
Jessica Wang
48a66ace6c
volume-upload: templates > (1) Shorten action label to make all items in header to fit into one line, otherwise search box will be pushed out of place. (2) Register Template dialog: move URL field to the top.
2015-01-22 13:23:08 -08:00
Brian Federle
0aded6b959
Reduce size of 'select view' dropdown to fix more dense toolbars.
2015-01-22 13:12:40 -08:00
Brian Federle
29fbc4b423
Reduce size of 'select view' dropdown to fix more dense toolbars.
2015-01-22 12:20:22 -08:00
Rohit Yadav
607ac8f4f4
services, awsapi: use better string comparision
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit d08369ad06 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-22 18:10:23 +05:30
Rohit Yadav
d08369ad06
services, awsapi: use better string comparision
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-22 18:09:16 +05:30
Gaurav Aradhye
2db5ee3c0a
CLOUDSTACK-8152: Adding delay before creating snapshot/template from root disk after writing data to disk - test_vm_passwordenabled.py
2015-01-22 16:50:57 +05:30
Chandan Purushothama
78dea8725b
CLOUDSTACK-8007: Fixed the script 'test_vm_passwdenabled.py' - Template created by Admin should have public access to be used for regular User VM Deployment
...
Conflicts:
test/integration/component/test_vm_passwdenabled.py
2015-01-22 16:45:50 +05:30
Gaurav Aradhye
d37c1589be
CLOUDSTACK-8170: Skipping tests on HyperV which try to scale VM in running state because feature not supported
2015-01-22 16:38:52 +05:30
Gaurav Aradhye
8c68ac15c1
CLOUDSTACK-8170: Skipping tests on HyperV which try to scale VM in running state because feature not supported
2015-01-22 16:37:11 +05:30
Gaurav Aradhye
ab333e4e36
CLOUDSTACK-8124: Skipping snapshot tests on Hyper-V
2015-01-22 14:28:56 +05:30
Gaurav Aradhye
c996c8e31a
CLOUDSTACK-8174: Fixed cleanup issue in test_add_remove_network.py
2015-01-22 14:27:04 +05:30
Gaurav Aradhye
8894fc897b
CLOUDSTACK-8174: Fixed cleanup issue in test_add_remove_network.py
2015-01-22 14:14:53 +05:30
Jessica Wang
d79c3714d2
volume-upload: UI > storage > volumes > add new action "Upload Volume from Local" in header of listView.
2015-01-21 16:30:12 -08:00
Jessica Wang
818f9cfcc7
volume-upload: UI > dialog widget > write log in console indicating callback() is triggered.
2015-01-21 15:11:44 -08:00
Jessica Wang
9acfb2eec1
volume-upload: UI > upload template from local > after uploading file to postURL, pop up a message indicating where to check the template's newest status.
2015-01-21 14:51:53 -08:00
Jessica Wang
573a4b1e43
volume-upload: tempalates > upload template from local > format dropdown > include OVA, VMDK, BareMetal, TAR, VHDX option.
2015-01-21 13:44:22 -08:00
Jessica Wang
eb180b131d
UI > dialog widget > Allow passing custom data in POST request.
2015-01-21 12:33:16 -08:00
Mike Tutkowski
2094286c8a
Adding support for creating a volume from a snapshot when the snapshot is on managed storage
2015-01-21 13:06:05 -07:00
Rohit Yadav
664186f483
CLOUDSTACK-8160: use preferable protocols
...
(cherry picked from commit debfcdef78 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-21 18:04:45 +05:30
Rohit Yadav
e7c80021d6
CLOUDSTACK-5946: Fix keystore filename to avoid warning logs
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit ed69d588ec )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-21 18:04:00 +05:30
Rohit Yadav
debfcdef78
CLOUDSTACK-8160: use preferable protocols
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-21 18:02:58 +05:30
Rohit Yadav
ed69d588ec
CLOUDSTACK-5946: Fix keystore filename to avoid warning logs
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-21 16:00:29 +05:30
Jessica Wang
4e569f85eb
volume-upload: UI > upload template from local > fix a bug that fields below OS Type field (isPublic, isFeatured, ~ ) are not created.
2015-01-20 16:58:04 -08:00
Jessica Wang
68789b76d3
volume-upload: tempalates > upload template from local > format dropdown > show different options upon selected hypervisor.
2015-01-20 14:36:06 -08:00
Mike Tutkowski
0f84e042b9
Adding support for creating a volume from a snapshot when the snapshot is on managed storage
2015-01-20 15:24:33 -07:00
Jessica Wang
7a3c2304a0
volume-upload: UI > templates > upload template from local > pass ispublic, requireshvm, isfeatured, isrouting parameter to getUploadParamsForTemplate API if corresponding fields are not hidden.
2015-01-20 14:00:23 -08:00
Brian Federle
e92e46aba5
Dialog uploader -> getURL(): Pass $form
2015-01-20 10:53:24 -08:00
Bharat Kumar
2a2d4364e1
made changes to move a file to the specified localtion
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2015-01-20 16:02:33 +05:30
Alex Brett
45ebdf34ae
CLOUDSTACK-7469 Complete simulator build support
...
The initial commit (f96c65416a ) missed part of the change to package.sh, so we were not actually passing through the simulator build option to the rpmbuild call. This patch completes the support.
(cherry picked from commit e717450e0e )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-20 15:01:41 +05:30
Harikrishna Patnala
9cf05dc842
CLOUDSTACK-7534: ResetVM for VM with attached datadisk fails when enable.ha.storage.migration is false
...
Separate global config to enable/disable Storage Migration during normal deployment
Introduced a configuration parameter named enable.storage.migration
(cherry picked from commit c55bc0b2d1 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-20 14:43:10 +05:30
Bharat Kumar
bf8db0c743
CLOUDSTACK-7571 changing value of cpu/mem.overprovisioning.factor for xen cluster is not affecting total memory at zone level
...
(cherry picked from commit 476733cb92 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-20 14:39:21 +05:30
Saksham Srivastava
45108fdbad
CLOUDSTACK-7582: Update Storage Pool API does not update tags correctly
...
(cherry picked from commit fc4dceaa99 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-20 14:38:03 +05:30
Rajani Karuturi
a31e1bff33
volume upload: fixed build error from the commit b0a96c4c85
2015-01-20 12:44:05 +05:30
Rajani Karuturi
b0a96c4c85
volume upload: fixed nio server blocking thread issue
2015-01-20 12:27:26 +05:30
Nitin Mehta
31a6517402
CLOUDSTACK-7754: Templates source_template_id is null when it is created from Snapshot with its corresponding volume removed. Fix it by searching for volumes including removed. Also bring the logic of setting source template id to create() method than execute which was wrongly put in.
...
(cherry picked from commit e1a993d37b )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-20 12:07:42 +05:30