[PATCH] CS-15018 Event USER.LOGIN should contain the client IP address

2012-06-04 Thread saksham
Signed-off-by: saksham --- server/src/com/cloud/api/ApiServer.java|4 ++-- server/src/com/cloud/api/ApiServlet.java |2 +- server/src/com/cloud/user/AccountManager.java |2 +- server/src/com/cloud/user/AccountManagerImpl.java |4 ++-- .../com/cloud

[PATCH] CS-15018: Event USER.LOGIN should contain the client IP address. Changes made in accordance with the coding convention.

2012-06-04 Thread saksham
Signed-off-by: saksham --- server/src/com/cloud/api/ApiServer.java|4 ++-- server/src/com/cloud/api/ApiServlet.java |2 +- server/src/com/cloud/user/AccountManager.java |2 +- server/src/com/cloud/user/AccountManagerImpl.java |4 ++-- .../com/cloud

Review Request: CLOUDSTACK-91 : no error message when we upload volume whose size is greater than storage.max.volume.upload.size value

2012-10-01 Thread saksham srivastava
iff: https://reviews.apache.org/r/7373/diff/ Testing --- Verified locally. Thanks, saksham srivastava

RE: New committer: Likitha Shetty

2013-02-13 Thread Saksham Srivastava
Congratulations Likitha :) -Original Message- From: prasanna [mailto:srivatsav.prasa...@gmail.com] On Behalf Of Prasanna Santhanam Sent: Wednesday, February 13, 2013 8:59 PM To: cloudstack-dev@incubator.apache.org Subject: Re: New committer: Likitha Shetty On Wed, Feb 13, 2013 at 09:37:0

Re: Review Request: IP Address Reservation within a Network

2013-02-19 Thread Saksham Srivastava
) Thanks, Saksham Srivastava

Re: Review Request: IP Address Reservation within a Network

2013-02-19 Thread Saksham Srivastava
he list of nicsPresent. If > > a system is used for long term this list may be huge with many de-activated > > nics to iterate in the below loop. Better to get list of nics that are not > > removed. list will have only non removed nics. - Saksham ---

Re: Review Request: IP Address Reservation within a Network

2013-02-19 Thread Saksham Srivastava
ine252> > > > > terminology is confusing. cidr, and guest_cidr which does what? Please > > add better comments or give intuitive names. > > > > Can we use 'guest_vm_cidr' to represent the CIDR from which VM's get > > the IP alloc

Re: New committer: Sateesh Chodapuneedi & Radhika,

2013-02-26 Thread Saksham Srivastava
Congratulations to both of you :) On Wednesday 27 February 2013 09:57 AM, Pranav Saxena wrote: > Congratulations Sateesh and Radhika ! > > > > -Original Message- > From: Haroon Abdelrahman [mailto:haroon.abdelrah...@citrix.com] > Sent: Wednesday, February 27, 2013 8:59 AM > To: cloudstack-

Re: why not share network use the same CIDR mechanism to assign ip to guest vm. but only isolated network?

2013-02-28 Thread Saksham Srivastava
tmask combo with CIDR. May be after some more community discussion you could create an issue to replace gateway/netmask combination with CIDR only. Regards, Saksham On Thursday 28 February 2013 02:23 PM, Wang Fei wrote: > As Saksham clarify at previous mail. We can fetch some useful > >

[DISCUSS] IP Address Reservation within a network

2013-01-15 Thread Saksham Srivastava
each IP in the extended range whether it has been allocated or not. Ping test is a primitive solution as ICMP denying hosts may not respond. Need suggestions on that. Regards, Saksham Srivastava -Original Message- From: Saksham Srivastava [mailto:saksham.srivast...@citrix.com

RE: Review Request: CLOUDSTACK-822 system.vm.password is not encrypted

2013-01-16 Thread Saksham Srivastava
management server restart might fail whenever system.vm.random.password is set to true as CS will try to decrypt system.vm.password . Thanks, Saksham -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Wednesday, January 16, 2013 8:23 PM To: clou

RE: Review Request: CLOUDSTACK-822 system.vm.password is not encrypted

2013-01-17 Thread Saksham Srivastava
h for user.vm.password in the db and encrypt it. I will provide the upgrade script as soon as I am done. Thanks, Saksham -Original Message- From: Ram Ganesh [mailto:ram.gan...@citrix.com] Sent: Thursday, January 17, 2013 1:00 AM To: cloudstack-dev@incubator.apache.org; Chip Childers Cc: Kishan K

RE: [DISCUSS] IP Address Reservation within a network

2013-01-21 Thread Saksham Srivastava
My comments inline. I will update the FS with the feedback. Thanks, Saksham From: Chiradeep Vittal [chiradeep.vit...@citrix.com] Sent: Saturday, January 19, 2013 5:09 AM To: CloudStack DeveloperList Subject: Re: [DISCUSS] IP Address Reservation within a

RE: [DISCUSS] IP Address Reservation within a network

2013-01-22 Thread Saksham Srivastava
Please find the updated FS at: https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS+-+IP+Range+Reservation+within+a+Network Thanks, Saksham From: Saksham Srivastava [saksham.srivast...@citrix.com] Sent: Tuesday, January 22, 2013 12:20 PM To

RE: [DISCUSS] IP Address Reservation within a network

2013-01-24 Thread Saksham Srivastava
Hi Manan, My comments inline. Thanks, Saksham -Original Message- From: Manan Shah [mailto:manan.s...@citrix.com] Sent: Thursday, January 24, 2013 5:50 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS] IP Address Reservation within a network Hi Saksham, Few additional

Review Request: IP Address Reservation within a Network

2013-01-31 Thread saksham srivastava
reservation in VPC tiers. Applying reservation outside the range of guest_cidr.(not allowed) Thanks, saksham srivastava

Re: Review Request: IP Address Reservation within a Network

2013-01-31 Thread saksham srivastava
device like Netscaler is configured in the guest_cidr. Applying reservation in VPC tiers. Applying reservation outside the range of guest_cidr.(not allowed) Thanks, saksham srivastava

Re: Review Request: IP Address Reservation within a Network

2013-01-31 Thread saksham srivastava
Netscaler is configured in the guest_cidr. Applying reservation in VPC tiers. Applying reservation outside the range of guest_cidr.(not allowed) Thanks, saksham srivastava

Re: Review Request: CLOUDSTACK-822 system.vm.password is not encrypted

2013-01-31 Thread saksham srivastava
> On Jan. 31, 2013, 10:15 p.m., Rohit Yadav wrote: > > Two "ship it", is it already merged? If not, confirm I can commit it. Still not merged. - saksham --- This is an automatically generated e-mail. To

Re: Review Request: IP Address Reservation within a Network

2013-02-01 Thread saksham srivastava
device like Netscaler is configured in the guest_cidr. Applying reservation in VPC tiers. Applying reservation outside the range of guest_cidr.(not allowed) Thanks, saksham srivastava

Re: Review Request: IP Address Reservation within a Network

2013-02-01 Thread saksham srivastava
oudstack purposes. The reason to add reserved_ip_range is to help reduce the IP calculations by admin. For instance : guestcidr = 10.1.1.0/24 cidr 10.1.1.64/26 reservediprange : 10.1.1.1-10.1.1.63 , 10.1.1.128-10.1.1.254 So to ease the calculation for the admin and also list the reservation ran

RE: [ACS41] 4.1 branch created

2013-02-05 Thread Saksham Srivastava
+1 for Gerrit. From: Sanjay Tripathi [sanjay.tripa...@citrix.com] Sent: Tuesday, February 05, 2013 8:23 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [ACS41] 4.1 branch created +1 for Gerrit. > -Original Message- > From: Sateesh Chodapune

Re: Review Request: IP Address Reservation within a Network

2013-02-08 Thread Saksham Srivastava
) Applying reservation when external device like Netscaler is configured in the guest_cidr. Applying reservation in VPC tiers. Applying reservation outside the range of guest_cidr.(not allowed) Thanks, Saksham Srivastava

Re: Review Request: CLOUDSTACK-924: source_template_id set to NULL when a template is created from a snapshot

2013-02-11 Thread Saksham Srivastava
/StorageManagerImpl.java 05e0cfe Diff: https://reviews.apache.org/r/8900/diff/ Testing --- Verified on local setup. from template1->instance->snapshot1->volume1->snapshot2->template2 template2 now has source template id. Thanks, Saksham Srivastava

Re: Review Request: CLOUDSTACK-924: source_template_id set to NULL when a template is created from a snapshot

2013-02-11 Thread Saksham Srivastava
://reviews.apache.org/r/8900/diff/ Testing --- Verified on local setup. from template1->instance->snapshot1->volume1->snapshot2->template2 template2 now has source template id. Thanks, Saksham Srivastava

Re: [DISCUSS] IP Address Reservation within a network

2012-12-31 Thread Saksham Srivastava
Hi all, I have started looking into this feature and would like to have the community feedback/suggestions on it. I would be sharing the FS shortly. Thanks, Saksham On Saturday 22 December 2012 06:51 AM, Manan Shah wrote: > Hi, > > > I would like to propose a new feature for IP

RE: [DISCUSS] IP Address Reservation within a network

2013-01-04 Thread Saksham Srivastava
is created. Thanks, Saksham -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: Thursday, January 03, 2013 12:59 PM To: CloudStack DeveloperList Cc: Manan Shah Subject: Re: [DISCUSS] IP Address Reservation within a network The proposed workflow seems cou

Review Request: CLOUDSTACK-822 system.vm.password is not encrypted

2013-01-07 Thread saksham srivastava
'system.vm.password' is not encrypted. Need to encrypt it. This addresses bug CLOUDSTACK-822. Diffs - server/src/com/cloud/server/ConfigurationServerImpl.java 43a1d99 Diff: https://reviews.apache.org/r/8859/diff/ Testing --- Tested Locally. Thanks, saksham srivastava

Review Request: CLOUDSTACK-924: source_template_id set to NULL when a template is created from a snapshot

2013-01-08 Thread saksham srivastava
--- Verified on local setup. from template1->instance->snapshot1->volume1->snapshot2->template2 template2 now has source template id. Thanks, saksham srivastava

Re: Review Request: CLOUDSTACK-822 system.vm.password is not encrypted

2013-01-09 Thread saksham srivastava
org/r/8859/diff/ Testing --- Tested Locally. Thanks, saksham srivastava

Re: Review Request: CLOUDSTACK-924: source_template_id set to NULL when a template is created from a snapshot

2013-01-09 Thread saksham srivastava
nt volume carrying a null template id, the subsequent volumes created from it will be having null template id. - saksham --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8900/#re

RE: Review Request: CLOUDSTACK-924: source_template_id set to NULL when a template is created from a snapshot

2013-01-09 Thread Saksham Srivastava
ve template_id as null. I am not sure if this can be actually done, if you have any suggestion kindly share. From: Nitin Mehta Sent: Wednesday, January 09, 2013 5:21 PM To: Saksham Srivastava; Devdeep Singh Cc: cloudstack Subject: Re: Review Request: CLOUDSTACK-924: source_template_id se

RE: [DISCUSS] IP Address Reservation within a network

2013-01-09 Thread Saksham Srivastava
CloudStack Guest VMs and all other IPs in the parent subnet can be assigned to non CloudStack purposes. Thanks, Saksham From: Kelcey Damage (BT) [kel...@backbonetechnology.com] Sent: Friday, January 04, 2013 11:56 PM To: cloudstack-dev@incubator.apache.org

Re: Review Request: CLOUDSTACK-822 system.vm.password is not encrypted

2013-01-10 Thread saksham srivastava
server/src/com/cloud/server/ConfigurationServerImpl.java b25c63f Diff: https://reviews.apache.org/r/8859/diff/ Testing --- Tested Locally. Thanks, saksham srivastava

Re: [ACS41][QA] Test plan for IP Range Reservation within a network

2013-03-04 Thread Saksham Srivastava
guestvmcidr and networkcidr are identical.Include test case for reset also. * Networks like Control network and Shared network must not allow reservation. Include test cases for both. Thanks, Saksham On Wednesday 30 January 2013 09:06 PM, Sowmya Krishnan wrote: > Hi, > I've uploaded

Re: CloudStack University....

2013-03-07 Thread Saksham Srivastava
Great resource :) Peek at competitors: http://training.rackspace.com/ http://www.rackspace.com/knowledge_center/cloudu/ On Friday 08 March 2013 11:18 AM, Mike Tutkowski wrote: > I see my name under Enterprise Storage. I'd be happy to help out. :) > > > On Thu, Mar 7, 2013 at 10:44 PM, Sanjay Tr

Re: Review Request: CLOUDSTACK-924: source_template_id set to NULL when a template is created from a snapshot

2013-03-11 Thread Saksham Srivastava
) - server/src/com/cloud/storage/VolumeManagerImpl.java f0e6028 Diff: https://reviews.apache.org/r/8900/diff/ Testing --- Verified on local setup. from template1->instance->snapshot1->volume1->snapshot2->template2 template2 now has source template id. Thanks, Saksham Srivastava

Re: [VOTE] Graduate Apache CloudStack from the Incubator

2013-03-14 Thread Saksham Srivastava
+1 Saksham On Thursday 14 March 2013 05:50 PM, George Reese wrote: > +1 > > On Mar 11, 2013, at 11:42 AM, Chip Childers wrote: > >> Hi, >> >> I would like to invite the CloudStack community to vote on whether >> Apache CloudStack is ready to graduate to top-le

Review Request: CLOUDSTACK-1647: IP Reservation should not happen if the guest-vm cidr and network cidr is not same but their start ip and end ip are same.

2013-03-19 Thread Saksham Srivastava
4.0/21, Network CIDR : 10.0.144.0/20, guestVmCidr : 10.0.151.0/20 => Existing Reservation is not affected. Thanks, Saksham Srivastava

Re: Review Request: CLOUDSTACK-1647: IP Reservation should not happen if the guest-vm cidr and network cidr is not same but their start ip and end ip are same.

2013-03-19 Thread Saksham Srivastava
=> Reservation is not applied. CIDR : 10.0.144.0/21, Network CIDR : 10.0.144.0/20, guestVmCidr : 10.0.151.0/20 => Existing Reservation is not affected. Thanks, Saksham Srivastava

FW: JUnit Test Suites

2012-06-28 Thread Saksham Srivastava
-> Download The unzipped folder will have a subfolder "test-reports" containing detailed test results reflecting the current state of UnitTests. Few of the failing tests can be removed if found obsolete. Thanks, Saksham -Original Message- From: Saksham Srivastava [mailto:sa

Review Request: CS-15048: Log rotation functionality in system VMs is broken resuting in 100% of disk space getting consumed.

2012-07-11 Thread Saksham Srivastava
, Saksham Srivastava

Re: Review Request: CS-15048: Log rotation functionality in system VMs is broken resuting in 100% of disk space getting consumed.

2012-07-11 Thread Saksham Srivastava
/systemvm/cloud.log were rotated correctly. Thanks, Saksham Srivastava

Re: Review Request: CS-15048: Log rotation functionality in system VMs is broken resuting in 100% of disk space getting consumed.

2012-07-12 Thread Saksham Srivastava
Currently I didn't find log4j configuration file on virtual router so it should not be applicable to Virtual Router.The bug and the fixes are particular to Secondary storage VM and Console proxy VM. Thanks, Saksham On Thursday 12 July 2012 02:48 PM, Sanjeev Neelarapu wrote: Is

Re: Review Request: CS-12707: UI/API - templates> select view: ISOs filter by: featured or mine> provides unending pages of 2 ISO entries, DB contains only 19 ISO entries.

2012-07-15 Thread Saksham Srivastava
/storage/dao/VMTemplateDaoImpl.java 1db12aa Diff: https://reviews.apache.org/r/5930/diff/ Testing --- Verified the fix from both UI and API calls.UI does not show repeating ISOs and API does not list any ISOs for a invalid page request-parameter. Thanks, Saksham Srivastava

Re: Review Request: CS-12707: UI/API - templates> select view: ISOs filter by: featured or mine> provides unending pages of 2 ISO entries, DB contains only 19 ISO entries.

2012-07-19 Thread Saksham Srivastava
/5930/diff/ Testing --- Verified the fix from both UI and API calls.UI does not show repeating ISOs and API does not list any ISOs for a invalid page request-parameter. Thanks, Saksham Srivastava

Re: Review Request: CS-12707: UI/API - templates> select view: ISOs filter by: featured or mine> provides unending pages of 2 ISO entries, DB contains only 19 ISO entries.

2012-07-24 Thread Saksham Srivastava
show repeating ISOs and API does not list any ISOs for a invalid page request-parameter. Thanks, Saksham Srivastava

Review Request: Removing obsolete JUnit test file and disabling calls to cleanup.sql from upgrade tests.

2012-08-01 Thread Saksham Srivastava
server/test/com/cloud/upgrade/UsageEvents218To224UpgradeTest.java 7319afa Diff: https://reviews.apache.org/r/6283/diff/ Testing (updated) --- Verified the changes locally. Thanks, Saksham Srivastava

Re: Review Request: Removing obsolete JUnit test file and disabling calls to cleanup.sql from upgrade tests.

2012-08-01 Thread Saksham Srivastava
ade folder are obsolete and can be skipped, then removing them would be a better choice. - Saksham --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6283/#review9729 -------

Re: Review Request: Removing obsolete JUnit test file and disabling calls to cleanup.sql from upgrade tests.

2012-08-02 Thread Saksham Srivastava
/developer.xml bfe496d server/test/com/cloud/agent/manager/SearchCriteria2Test.java 763c548 Diff: https://reviews.apache.org/r/6283/diff/ Testing --- Verified the changes locally. Thanks, Saksham Srivastava

RE: log rotation policy on VR

2012-08-10 Thread Saksham Srivastava
the following to logrotate.conf : /var/log/cloud.log { rotate 5 size=1000k } I expect by default there is no policy defined for logrotation on VR for CloudStack logs. Thanks, Saksham From: Sanjeev Neelarapu [sanjeev.neelar...@citrix.com] Sent

Review Request: CS-15734 KVM Snapshots show incorrect disk usage.

2012-08-20 Thread saksham srivastava
shows correct sizes of new volumes/snapshots created.dbUpgrade for existing installations reported in CS-16063. Thanks, saksham srivastava

Review Request: CS-10219 Add option to set login attempts to portal.

2012-08-30 Thread saksham srivastava
server/src/com/cloud/configuration/Config.java ebcd070 server/src/com/cloud/user/AccountManagerImpl.java 38153f3 setup/db/create-schema.sql fa933e3 setup/db/db/schema-302to40.sql aaf23e6 Diff: https://reviews.apache.org/r/6858/diff/ Testing --- Verified locally. Thanks, saksham

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-08-31 Thread saksham srivastava
f23e6 Diff: https://reviews.apache.org/r/6858/diff/ Testing --- Verified locally. Thanks, saksham srivastava

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-03 Thread saksham srivastava
://reviews.apache.org/r/6858/diff/ Testing --- Verified locally. Thanks, saksham srivastava

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-05 Thread saksham srivastava
-302to40.sql aaf23e6 Diff: https://reviews.apache.org/r/6858/diff/ Testing --- Verified locally. Thanks, saksham srivastava

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-05 Thread saksham srivastava
or the 1st incorrect login u disable the > > account 0 means login in not allowed.1 means a single attempt is provided. - saksham --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6858/#revi

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-05 Thread saksham srivastava
turn null. Returning null will give a generic message to user - > > 'please provide valid credentials'. Changed the log message. Using user instead of account. - saksham --- This is an automatically gene

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-06 Thread saksham srivastava
38153f3 setup/db/create-schema.sql fa933e3 setup/db/db/schema-302to40.sql aaf23e6 Diff: https://reviews.apache.org/r/6858/diff/ Testing --- Verified locally. Thanks, saksham srivastava

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava
server/src/com/cloud/user/AccountManagerImpl.java 38153f3 setup/db/create-schema.sql fa933e3 setup/db/db/schema-302to40.sql aaf23e6 Diff: https://reviews.apache.org/r/6858/diff/ Testing --- Verified locally. Thanks, saksham srivastava

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava
e id and use > > some other data. Added in new patch. - saksham --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6858/#review9 ---

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava
I don't see > > that in the list of changes. Is there another commit for implementing that? ROOT Admin can enable any account, this functionality is already present in API (enableUser) and UI. For Domain Admin the API is present. - saksham

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava
setup/db/create-schema.sql fa933e3 setup/db/db/schema-302to40.sql aaf23e6 Diff: https://reviews.apache.org/r/6858/diff/ Testing --- Verified locally. Thanks, saksham srivastava

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-07 Thread saksham srivastava
finitely like we > > have today.(may be setting it to -1). Its not fair to ask u to implement it > > right away but please file a bug for this. > > Improved the message, will create a related bug and also update it on Wiki page for Login attempts - saksham

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-10 Thread saksham srivastava
Its not fair to ask u to implement it > > right away but please file a bug for this. > > > > saksham srivastava wrote: > Improved the message, will create a related bug and also update it on > Wiki page for Login attempts > > Nitin Mehta wrote: > If you dont

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-20 Thread saksham srivastava
> On Sept. 10, 2012, 8:01 a.m., Nitin Mehta wrote: > > Ship It! Commit id - a56631bc66713faaa99759eb374e11afd6f533d3 - saksham --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.o

Can someone kindly review and apply the patch. [CS-15018]

2012-06-11 Thread Saksham Srivastava
Original Message Subject: [PATCH] CS-15018: Event USER.LOGIN should contain the client IP address. Changes made in accordance with the coding convention. Date: Mon, 4 Jun 2012 11:23:55 -0400 From: Saksham Srivastava To: cloudstack-dev@incubator.apache.org CC

JUnit Test Suites

2012-06-22 Thread Saksham Srivastava
-15327 Thanks, Saksham

[jira] [Commented] (CLOUDSTACK-91) no error message when we upload volume whose size is greater than storage.max.volume.upload.size value

2012-09-25 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462609#comment-13462609 ] Saksham Srivastava commented on CLOUDSTACK-91: -- This is an exis

[jira] [Commented] (CLOUDSTACK-91) no error message when we upload volume whose size is greater than storage.max.volume.upload.size value

2012-09-26 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463800#comment-13463800 ] Saksham Srivastava commented on CLOUDSTACK-91: -- The issue reporte

[jira] [Updated] (CLOUDSTACK-91) no error message when we upload volume whose size is greater than storage.max.volume.upload.size value

2012-10-01 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-91: - Assignee: Saksham Srivastava (was: Nitin Mehta) > no error message w

[jira] [Commented] (CLOUDSTACK-91) no error message when we upload volume whose size is greater than storage.max.volume.upload.size value

2012-10-01 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466873#comment-13466873 ] Saksham Srivastava commented on CLOUDSTACK-91: -- There are separate th

[jira] [Resolved] (CLOUDSTACK-91) no error message when we upload volume whose size is greater than storage.max.volume.upload.size value

2012-10-01 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava resolved CLOUDSTACK-91. -- Resolution: Fixed > no error message when we upload volume whose s

[jira] [Commented] (CLOUDSTACK-705) IP Address reservation within a network

2013-02-22 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13584400#comment-13584400 ] Saksham Srivastava commented on CLOUDSTACK-705: --- The feature is

[jira] [Resolved] (CLOUDSTACK-705) IP Address reservation within a network

2013-02-22 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava resolved CLOUDSTACK-705. --- Resolution: Fixed > IP Address reservation within a netw

[jira] [Resolved] (CLOUDSTACK-822) system.vm.password is not encrypted

2013-02-24 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava resolved CLOUDSTACK-822. --- Resolution: Fixed Committed into master, commit-id

[jira] [Updated] (CLOUDSTACK-705) IP Address reservation within a network

2013-01-15 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-705: -- Description: Requirements described at: https://cwiki.apache.org

[jira] [Updated] (CLOUDSTACK-705) IP Address reservation within a network

2013-01-15 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-705: -- Description: Requirements described at: https://cwiki.apache.org

[jira] [Updated] (CLOUDSTACK-822) system.vm.password is not encrypted

2013-01-17 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-822: -- Description: Currently the system.vm.password is stored in the db

[jira] [Created] (CLOUDSTACK-1012) Encrypt system.vm.password for 4.0 to 4.1 upgrades

2013-01-18 Thread Saksham Srivastava (JIRA)
Saksham Srivastava created CLOUDSTACK-1012: -- Summary: Encrypt system.vm.password for 4.0 to 4.1 upgrades Key: CLOUDSTACK-1012 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1012

[jira] [Updated] (CLOUDSTACK-705) IP Address reservation within a network

2013-01-21 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-705: -- Description: Requirements described at: https://cwiki.apache.org

[jira] [Updated] (CLOUDSTACK-705) IP Address reservation within a network

2013-01-31 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-705: -- Description: Requirements described at: https://cwiki.apache.org

[jira] [Updated] (CLOUDSTACK-705) IP Address reservation within a network

2013-01-31 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-705: -- Description: Requirements described at: https://cwiki.apache.org

[jira] [Commented] (CLOUDSTACK-705) IP Address reservation within a network

2013-01-31 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13567750#comment-13567750 ] Saksham Srivastava commented on CLOUDSTACK-705: --- The review request

[jira] [Created] (CLOUDSTACK-1207) updateNetwork API fails with NPE if the network is in implemented state

2013-02-07 Thread Saksham Srivastava (JIRA)
Saksham Srivastava created CLOUDSTACK-1207: -- Summary: updateNetwork API fails with NPE if the network is in implemented state Key: CLOUDSTACK-1207 URL: https://issues.apache.org/jira/browse/CLOUDSTACK

[jira] [Updated] (CLOUDSTACK-1207) updateNetwork API fails with NPE if the network is in implemented state

2013-02-07 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-1207: --- Assignee: Likitha Shetty > updateNetwork API fails with NPE if

[jira] [Updated] (CLOUDSTACK-705) IP Address reservation within a network

2013-02-11 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-705: -- Fix Version/s: (was: 4.1.0) 4.2.0 > IP Addr

[jira] [Updated] (CLOUDSTACK-851) [QA] Test ability to use a portion of assigned network.

2013-02-11 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-851: -- Fix Version/s: (was: 4.1.0) 4.2.0 > [QA] T

[jira] [Updated] (CLOUDSTACK-850) [DOC] Document ability to use only a portion of the network.

2013-02-11 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-850: -- Fix Version/s: (was: 4.1.0) 4.2.0 > [

[jira] [Assigned] (CLOUDSTACK-705) IP Address reservation within a network

2012-12-27 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava reassigned CLOUDSTACK-705: - Assignee: Saksham Srivastava > IP Address reservation withi

[jira] [Created] (CLOUDSTACK-822) system.vm.password is not encrypted

2013-01-07 Thread Saksham Srivastava (JIRA)
Saksham Srivastava created CLOUDSTACK-822: - Summary: system.vm.password is not encrypted Key: CLOUDSTACK-822 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-822 Project: CloudStack

[jira] [Assigned] (CLOUDSTACK-822) system.vm.password is not encrypted

2013-01-07 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava reassigned CLOUDSTACK-822: - Assignee: Saksham Srivastava > system.vm.password is

[jira] [Created] (CLOUDSTACK-924) source_template_id set to NULL when a template is created from a snapshot

2013-01-08 Thread Saksham Srivastava (JIRA)
Saksham Srivastava created CLOUDSTACK-924: - Summary: source_template_id set to NULL when a template is created from a snapshot Key: CLOUDSTACK-924 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-924

[jira] [Assigned] (CLOUDSTACK-924) source_template_id set to NULL when a template is created from a snapshot

2013-01-08 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava reassigned CLOUDSTACK-924: - Assignee: Saksham Srivastava > source_template_id set to N

[jira] [Updated] (CLOUDSTACK-924) source_template_id set to NULL when a template is created from a snapshot

2013-01-08 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava updated CLOUDSTACK-924: -- Description: Here are the steps to reproduce the scenario