Commit Graph

429 Commits

Author SHA1 Message Date
Anthony Xu d5b04dd25a bug 7295: seems like one agent attache is removed twice
status 7295: resolved fixed
2010-11-22 20:45:59 -08:00
Anthony Xu 7746257f79 remove some unnessary changes for 2.1.6 2010-11-22 17:35:51 -08:00
Kevin Kluge 11e13ddd37 set version to 2.1.6 2010-11-22 15:51:00 -08:00
Anthony Xu 21e6fd378f bug 7214: there was a race condition between delete and creaet agentattache
status 7214: resolved fixed
2010-11-22 15:13:22 -08:00
will 79faeb0846 bug 7251: block IE6 from accessing /client/console
status 7251: resolved fixed
2010-11-19 19:24:13 -08:00
alena 79ec408658 Modified usage description for cloud-sysvmadm script 2010-11-17 18:54:12 -08:00
alena 65e05f4922 bug 7210: created cloud-sysvmadm script that stops/starts Running system vms.
status 7210: resolved fixed
2010-11-17 18:34:34 -08:00
Anthony Xu 3b7af7e35b bug 7191: can't use macro errno.EEXIST here, use 17 instead
status 7191: resolved fixed
2010-11-16 12:40:46 -08:00
Kevin Kluge 0f3699f36d update version to 2.1.5 2010-11-16 12:03:04 -08:00
nit c421b5311d adding data-214to215.sql to cloud-setup.install 2010-11-16 15:34:32 +05:30
Kevin Kluge 0fe989dca3 remove release dependency 2010-11-15 22:18:41 -08:00
anthony ae1b9b0ee4 fixed rpm build 2010-11-15 16:10:00 -08:00
anthony c1f05cc07d umount without condition 2010-11-15 14:06:44 -08:00
anthony 1bab109b1f bug 7167: handl stale nfs handler by umount the mountpoint
status 7167: resolved fixed
2010-11-15 13:10:53 -08:00
alena b2fd347f42 Fixed the RPM build 2010-11-15 12:47:09 -08:00
Kelven Yang 42ee65fce3 fix bug 7180 2010-11-15 11:43:30 -08:00
anthony 5329a19c66 add vlan-destroy script 2010-11-15 10:18:52 -08:00
nit 3a758c28b0 bug 6748 : Adding data migration script for this. This needs to be run for migration to 2.1.x. It deletes all the previous entries for secondary storage in the op_host_capacity table.
status 6748: resolved fixed
2010-11-15 20:41:20 +05:30
nit 06a1e47fb3 bug 7161 : Fixed CreatePrivateTemplate NPE. This was getting thrown when template creation was ordered from a volume for hypervisor other than KVM. For now we support template creation from volume only for KVM. The bug was more due to conversion of Long to long where the Long object was null.
status 7161: resolved fixed
2010-11-15 15:14:56 +05:30
abhishek fe1f2824a4 bug 7172: this npe occurs when we try and delete rules on a router which does not exist. fixing the same.
status 7172: resolved fixed
2010-11-13 09:27:53 -08:00
anthony bfed53ab3a bug 7158:
this is not a bug, the policy is not delete but in inactive status.
anyway, now the policy is delete,

status 7158: resolved fixed
2010-11-12 18:00:49 -08:00
anthony 0a4dbd91e1 fix xapi connection issue, in ensurePoolIntegrity, if can't connect a xenserver , then move on, not retry 2010-11-12 16:52:33 -08:00
anthony fae1c0c054 fix build 2010-11-12 16:43:48 -08:00
Kelven Yang 9abbd60e7b Improve console access security based on Godaddy's feedback 2010-11-12 15:45:51 -08:00
anthony 5958a4469a bug 7149: merge from master 2010-11-12 15:00:27 -08:00
anthony 8d2bee85f2 bug 7149: find the correct host to start VM
the root cause is there is another volume entry for this VM, any the volume creation is failed, MS think the VM is created on storage pool 213

+----------------------------+-------------+-----------+---------------------+---------+---------+---------+
| 734 |          8 |         4 |     213 |         652 |         0 | i-8-652-VM-ROOT |          0 | NULL   | NULL                                 |      1 |              1 | NULL       | NULL    | ROOT        | STORAGE_POOL  | NULL      | NOT_MIRRORED |       NULL |               23 |           2 | NULL                       |           0 |         0 | 2010-11-10 16:08:09 | NULL    | NULL    | Failed  |
| 735 |          8 |         4 |     203 |         652 |         0 | i-8-652-VM-ROOT | 8589934592 | lvm    | 29308205-5472-46aa-b75e-cf992ca7718a |      2 |              1 | NULL       | NULL    | ROOT        | STORAGE_POOL  | LVM       | NOT_MIRRORED |       NULL |               23 |           2 | NULL                       |           0 |         0 | 2010-11-10 16:08:11 | NULL    | NULL    | Created |

status 7149:  resolved fixed
2010-11-12 12:46:26 -08:00
anthony c22afd71c2 bug 6987:
do not delete template from secondary storage in 2.1.x , it is needed by snapshot

status 6987: resolved fixed
2010-11-11 13:45:17 -08:00
anthony 7a42f9c96e reduce xapi request 2010-11-10 19:59:57 -08:00
anthony 1708e0a531 bug 7055: delete all snapshotschedule after restart
I tested this in master, but didn't in 2.1.x. they are different

status 7055: resolved fixed
2010-11-10 14:33:26 -08:00
anthony 782b81218b don't unplug PIF 2010-11-10 13:43:31 -08:00
anthony bc85b087a2 don't destroy stopped VMs when initiate host 2010-11-10 13:36:00 -08:00
anthony 59e283ac0c remove random vlan, use one to one vlan,
checked in by Alex
2010-11-10 13:33:11 -08:00
will 761a192042 bug 7027: domain admins can no longer modify resource limits of any accounts
status 7027: resolved fixed
2010-11-08 21:32:25 -08:00
anthony d695e0f5ba bug 7055: reschedule all policies after management server restart
test:
1. create policies for serveral volume.
2. stop management server
3. detele serveral rows in snapshot_schedule
4. start management server
5. check if the deleted row come back

status 7055: resolved fixed
2010-11-08 18:22:44 -08:00
alena 964e013dc8 bug 7027: only Root admin can modify resoure limits
status 7027: resolved fixed
2010-11-08 13:52:11 -08:00
alena da30ddbef7 bug 6777: get correct userId when save event for volumeDestroy command
status 6777: resolved fixed
2010-11-08 13:13:24 -08:00
edison 56b39d5730 Revert "add db migration for storage_pool: uuid can be null"
This reverts commit 18205acb3b.

It's added into schema-214to215.sql
2010-11-08 12:43:33 -08:00
will 15a86de243 bug 6709: Fixed creation of template from the volume snapshot detail screen to now pass in the password enabled variable.
status 6709: resolved fixed
2010-11-08 12:07:32 -08:00
edison 10e9396996 bug 5839: add console proxy for domr
status 5839: resolved fixed
2010-11-08 11:56:47 -08:00
anthony 3df5ec7981 bug 6987: root disk snapshot depends on template, if template is deleted, then you can not use the snapshot. this issue doesn't exist in 2.2. in this fix, template is not deleted from sencondary storage
test:

1. create a template
2. create a vm from this template
3. create several snapshots againg vm root dist
4. delete template
5, create vm from one of the snapshots
see if the issue is fixed

status 6987: resolved fixed
2010-11-04 11:39:20 -07:00
anthony da4c68e967 There is a timestamp inside vhd file, which is supposed to be seconds from UTC 2000.1.1. 00, but Citrix use local time.
which causes vhd check think updated vhd template was created in future time and refuse the vhd template.
The workaroud is to set system VM zone as the futurest zone, which is GMT-14
2010-11-03 16:57:56 -07:00
anthony 86d02eaa15 bug 6882: relink the child to parent after delete snapshot
change dd block size from 512 to 1M, make taking snapstho faster for iscsi primary storage

status 6882: resolved fixed
2010-11-03 15:59:16 -07:00
anthony 6d56d3a939 empty heartbeat 2010-11-02 22:23:20 -07:00
Chiradeep Vittal fe9a8c5aeb bug 6909: get the logic of removing ips from the second vif right
status 6909: resolved fixed
2010-11-02 17:48:45 -07:00
Chiradeep Vittal a907c1d09f bug 6807: split associateIp into single ip and ip list cases since it is impossible to assure correct operation with previous approach
status 6807: resolved fixed
2010-11-01 23:47:22 -07:00
edison 5b4b25e5d2 fix rpm build 2010-11-01 17:35:13 -07:00
anthony 1a9d59ee55 Merge branch '2.1.x' of ssh://anthony@git.cloud.com/var/lib/git/cloudstack-oss into 2.1.x 2010-11-01 17:14:22 -07:00
anthony df0ac6bb02 add snapshot check script 2010-11-01 17:12:48 -07:00
Chiradeep Vittal 2b05811508 bug 6807: firstip determination is more complicated than at first sight
status 6807: resolved fixed
2010-11-01 13:10:05 -07:00
edison 4bfe0154b0 bug 6872: add db migration script for 2.1.4-2.1.5: remove not null constraint for storage.pool
status 6872: resolved fixed
2010-11-01 10:27:45 -07:00