anthony
21303ea1aa
bug 8567: use current time to schedule snapshot
...
status 8567: resolved fixed
2011-02-16 16:03:09 -08:00
alena
6913ed21c5
bug 8572: added more restrictions for network's domain name (see below)
...
status 8572: resolved fixed
1) As full domain name may not exceed a total length of 253 characters, and host name can be 63 chars long, so don't allow network domain length to exceed 190 chars.
2) Each label can have up to 63 chars
3) The characters allowed in a label are a subset of the ASCII character set, and includes the characters a through z, A through Z, digits 0 through 9, and the hyphen.Labels may not start or end with a hyphen.
2011-02-16 15:53:47 -08:00
alena
53adcc64a6
bug 8572: don't allow vm host name to start with digit. Also removed name uniqueness constraint as vm host name doesn't have to be unique even inside the same network
2011-02-16 15:53:47 -08:00
alena
1d031e64b8
bug 8334: throw an error when try to create a network with the settings belonging to existing network
...
status 8334: resolved fixed
2011-02-16 15:53:47 -08:00
Jessica Wang
7d5706788c
Edit Instance - fix a bug "json.listserviceofferingsresponse.serviceoffering is undefined".
2011-02-16 15:53:32 -08:00
anthony
569bbfe585
bug 8513: creating volume from snapshot depends on the original volume
...
status 8513: resolved fixed
2011-02-16 15:47:05 -08:00
anthony
893f8b5f73
bug 8525: we can't create template from snapshots belonging to one volume at the same time
...
status 8525: resolved fixed
2011-02-16 15:37:09 -08:00
Jessica Wang
eb7d531456
bug 8577: Make listAlerts API take in id parameter.
2011-02-16 15:35:34 -08:00
Jessica Wang
35397d7176
bug 8577: Make listEvents API take in id parameter.
2011-02-16 15:20:05 -08:00
Jessica Wang
c475aacc08
bug 8578: make listRouters API take in id parameter.
2011-02-16 15:06:11 -08:00
abhishek
de4b79bd6d
fixing pagination issues with listVolumes
2011-02-16 14:58:52 -08:00
anthony
6f7b9eafa1
this is to reset master for the secondary master in the same cluster. It may happend when you reboot the master of a cluster, there might be 2 master after the old master comes back
2011-02-16 14:39:00 -08:00
anthony
80a328034c
bug 8609: when failed to start a VM in HA (due to domr is not migrated), a runtimeException is thrown out, caused HA for this VM is not resheduced.
...
status 8609: resolved fixed
2011-02-16 14:20:28 -08:00
Jessica Wang
2d262894d1
multiple-selection page - fix a bug that top error container wrongly showed previous afterActionInfo.
2011-02-16 13:59:02 -08:00
Jessica Wang
d9e3019754
Instance page - automatically refresh VM status every 2 seconds when status is Starting or Stopping.
2011-02-16 11:32:37 -08:00
alena
b0e4ecb3af
bug 7901: Prevent using the same cidr for POD and zone's virtual network
...
status 7901: resolved fixed
2011-02-16 11:17:20 -08:00
alena
1c97126f8c
Removed unused imports
2011-02-16 10:51:53 -08:00
alena
8654aa3833
bug 6366: allow to extend pod private ip range even when there are allocated private ip addresses in the pod
...
status 6366: resolved fixed
2011-02-16 10:51:53 -08:00
alena
4ae5734ab0
createPod/editPod: don't allow gateway to overlap start-end ip range
2011-02-16 10:51:53 -08:00
alena
e573e66074
bug 8502: allow to edit pod name in all the cases; even when pod has resources allocated
...
status 8502: resolved fixed
2011-02-16 10:51:53 -08:00
kishan
70b5a7224f
2.2beta4 to GA upgrade changes
2011-02-16 13:43:42 +05:30
Frank
ebc366c9f3
Add vmvare-base.jar in classpath
2011-02-15 18:21:32 -08:00
Edison Su
8887b6c443
add correct mdsum
2011-02-15 18:13:50 -05:00
Edison Su
c6e84374cc
direct boot info to vga console instead of serial console for user vm template
2011-02-15 18:04:24 -05:00
Kelven Yang
d78cea1cea
fix merge conflicts
2011-02-15 17:08:01 -08:00
Kelven Yang
43c82d03d8
UTF-8 fix - make encoding work across GET/POST
2011-02-15 17:06:29 -08:00
Jessica Wang
30930fdc5d
template/ISO download status - show status in gray instead of in red when status is "N% Downloaded".
2011-02-15 17:01:21 -08:00
Jessica Wang
3beb02a865
Secondary Storage page - remove state row.
2011-02-15 16:33:50 -08:00
Edison Su
88f3d04eb2
fix dns issue that in direct network mode, user vm can not get domr ip as dns server, then user vm can resolve its hostname, the consequence is that "starting sendmail" is tooo slow
2011-02-15 16:29:57 -05:00
Jessica Wang
eb33345f2e
template page - add Download Progress Bar that shows when download progress is not finished and hides when download progress finishes.
2011-02-15 16:27:08 -08:00
alena
a05400604b
bug 8565: throw unsupported error code when non existing api command is sent
...
status 8565: resolved fixed
2011-02-15 16:01:09 -08:00
Jessica Wang
36e058114f
ISO page - automatically refresh status and download progress bar every 2 seconds.
2011-02-15 16:00:38 -08:00
Jessica Wang
5c010cfce6
ISO page - add Download Progress Bar that shows when download progress is not finished and hides when download progress finishes.
2011-02-15 16:00:37 -08:00
Chiradeep Vittal
db2bd762a8
bug 8604: ensure .ssh directory is created before trying to write keys there
2011-02-15 15:40:28 -08:00
alena
42ddf74bc5
bug 8284: don't allow to create static nat rules for 2 different ip addresses and the same vm.
...
status 8284: resolved fixed
2011-02-15 13:52:00 -08:00
alena
c11a9c18e2
bug 8381: disassociateIpAddress is async now
2011-02-15 12:24:18 -08:00
Kelven Yang
d9d128ee9d
Incremental refactoring - retire host_master table
2011-02-15 10:56:04 -08:00
alena
9c2db92b63
Fixed the bug when port forwarding rules were not reset correctly on domR restart/start (multiple public ip addresses case)
2011-02-15 10:49:46 -08:00
alena
d9dfd37bd4
Reapply static nat rules when domR starts/reboots
2011-02-15 10:45:28 -08:00
alena
d80caf24fd
bug 8564: Changed implementation for static nat rules. Now we use separate interfaces instead of PortForwardingRules interfaces.
...
status 8564: resolved fixed
2011-02-15 10:45:28 -08:00
alena
08c377ea55
Access static fields in static way.
2011-02-15 10:45:28 -08:00
Kelven Yang
a0c48d7fa1
1) Rename console-common to console so that Eclipse project name is the same as folder name
...
2) Fix UTF encoding issue at servlet response
2011-02-15 10:04:06 -08:00
Jessica Wang
cabaa51247
bug 8263: Update Zone - make isPublic row editable if the zone is domain-specific; make isPublic row non-editable if the zone is public.
2011-02-14 17:36:54 -08:00
Jessica Wang
ea9ef6f076
bug 8263: Zone page - details tab - add isPublic row.
2011-02-14 17:19:26 -08:00
Jessica Wang
49cdddd275
bug 8498: Add ISO dialog - make OS Type field required when Bootable field is Yes; make OS Type field non-required when Bootable field is No.
2011-02-14 16:43:14 -08:00
Jessica Wang
0927a072b5
bug 8554: Add Zone Wizard - step 4- expand IP Range fields.
2011-02-14 15:57:06 -08:00
Jessica Wang
8ec78af804
fix a localized message for Add IP range to Direct Network dialog (whose HTML tag was messed up by translation tool)
2011-02-14 15:41:14 -08:00
Jessica Wang
2a72d067d5
Network page - implement refresh button on right panel for public network item and direct network item.
2011-02-14 15:28:59 -08:00
NIKITA
baf854fcb7
bug 8571: has been resolved
2011-02-14 15:24:43 -08:00
NIKITA
2fb7a04549
bug 8423: has been resolved
2011-02-14 15:17:36 -08:00