[GitHub] wido commented on issue #2269: CLOUDSTACK-10083: Allow ModifySshKeys to be forwarded to the agent in?

2017-09-28 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] wido commented on issue #2275: CLOUDSTACK-9975: Allow customizing system VM templates for SSVM and Console Proxy

2017-09-28 Thread git
. This SSVM template is now difficult to manage since it has to be able to handle 3 different scenarios. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to

[GitHub] wido commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-28 Thread git
decision. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards,

[GitHub] rhtyd commented on a change in pull request #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-27 Thread git
ogModel.valueOf(model.toUpperCase())); +} + +watchDogDefs.add(def); +} Review comment: Assuming NPE won't happen on line 244, we can accept this per @wido 's comment (I've not personally verified this) ---- This is an a

[GitHub] blueorangutan commented on issue #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] blueorangutan commented on issue #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
gress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure a

[GitHub] rhtyd commented on issue #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] blueorangutan commented on issue #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
gress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure a

[GitHub] rhtyd commented on issue #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rhtyd commented on issue #2260: CLOUDSTACK-10065: Optimize SQL queries in listTemplate API to improve performance

2017-09-27 Thread git
some unit tests for newly added methods? Following your changes we can do a final test run and merge this PR. Thanks. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and us

[GitHub] rhtyd commented on a change in pull request #2260: CLOUDSTACK-10065: Optimize SQL queries in listTemplate API to improve performance

2017-09-27 Thread git
olumn.append(columnName).append(", "); +} +sbColumn.delete(sbColumn.length() - 2, sbColumn.length()); +} +else{ Review comment: Can you move the else to look like `} else {` This is an automated message from the Apache Git S

[GitHub] rhtyd commented on a change in pull request #2260: CLOUDSTACK-10065: Optimize SQL queries in listTemplate API to improve performance

2017-09-27 Thread git
.toString() + ") AS tmp"; + +PreparedStatement pstmt = null; +try { Review comment: Can we refactor this to use a `try-with-resource` syntax? This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] rhtyd commented on a change in pull request #2260: CLOUDSTACK-10065: Optimize SQL queries in listTemplate API to improve performance

2017-09-27 Thread git
e.length() == 0) { Review comment: This can be replaced with `Strings.isNullOrEmpty()` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the

[GitHub] rhtyd commented on issue #2266: CLOUDSTACK-10073: KVM host RAM overprovisioning

2017-09-27 Thread git
rhtyd commented on issue #2266: CLOUDSTACK-10073: KVM host RAM overprovisioning URL: https://github.com/apache/cloudstack/pull/2266#issuecomment-332730455 @blueorangutan test This is an automated message from the Apache Git

[GitHub] blueorangutan commented on issue #2266: CLOUDSTACK-10073: KVM host RAM overprovisioning

2017-09-27 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With

[GitHub] rhtyd commented on a change in pull request #2258: Cloudstack 10064: Secondary storage Usage for uploadedVolume is not collected

2017-09-27 Thread git
test run and then we can merge this PR, thanks. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] PranaliM commented on a change in pull request #2258: Cloudstack 10064: Secondary storage Usage for uploadedVolume is not collected

2017-09-27 Thread git
state): Review comment: Ping @rhtyd. Could you please merge this change if found okay? -------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to th

[GitHub] PranaliM commented on issue #2260: CLOUDSTACK-10065: Optimize SQL queries in listTemplate API to improve performance

2017-09-27 Thread git
outstanding issues. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] blueorangutan commented on issue #2266: CLOUDSTACK-10073: KVM host RAM overprovisioning

2017-09-27 Thread git
is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rhtyd commented on issue #1940: CLOUDSTACK-9781:ACS records ID in events tables instead of UUID.

2017-09-27 Thread git
creenshots. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Wi

[GitHub] blueorangutan commented on issue #2263: CLOUDSTACK-10070: Fixing some component tests and adding them in travis

2017-09-27 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] rhtyd commented on issue #2263: CLOUDSTACK-10070: Fixing some component tests and adding them in travis

2017-09-27 Thread git
est_vpc.py This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards,

[GitHub] blueorangutan commented on issue #2266: CLOUDSTACK-10073: KVM host RAM overprovisioning

2017-09-27 Thread git
gress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] rhtyd commented on issue #2266: CLOUDSTACK-10073: KVM host RAM overprovisioning

2017-09-27 Thread git
Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rhtyd commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-27 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] blueorangutan commented on issue #2249: CLOUDSTACK-10007 Isolation method claim

2017-09-27 Thread git
| test_deploy_vgpu_enabled_vm.py This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure

[GitHub] blueorangutan commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-27 Thread git
.03 | test_deploy_vgpu_enabled_vm.py This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] DaanHoogland commented on issue #2208: CLOUDSTACK-9542 make listNics and ListUserVms return uniform NIC data

2017-09-27 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] DaanHoogland commented on issue #2208: CLOUDSTACK-9542 make listNics and ListUserVms return uniform NIC data

2017-09-27 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2208: CLOUDSTACK-9542 make listNics and ListUserVms return uniform NIC data

2017-09-27 Thread git
tests This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] DaanHoogland commented on issue #2074: CLOUDSTACK-9899 Url validation disabling

2017-09-27 Thread git
DaanHoogland commented on issue #2074: CLOUDSTACK-9899 Url validation disabling URL: https://github.com/apache/cloudstack/pull/2074#issuecomment-332578454 @blueorangutan test This is an automated message from the Apache Git

[GitHub] blueorangutan commented on issue #2074: CLOUDSTACK-9899 Url validation disabling

2017-09-27 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With

[GitHub] PranaliM commented on issue #2260: CLOUDSTACK-10065: Optimize SQL queries in listTemplate API to improve performance

2017-09-27 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2074: CLOUDSTACK-9899 Url validation disabling

2017-09-27 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-09-27 Thread git
tests This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at

[GitHub] DaanHoogland commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-09-27 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2074: CLOUDSTACK-9899 Url validation disabling

2017-09-27 Thread git
gress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] DaanHoogland commented on issue #2074: CLOUDSTACK-9899 Url validation disabling

2017-09-27 Thread git
Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] DaanHoogland commented on issue #2232: CLOUDSTACK-10040 Upload volume fails when management server can not r?

2017-09-27 Thread git
same thing as you but as part of a slightly bigger refactor and for that reason I would appreciate it if we merge mine. /cc @rohit @wido This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] DaanHoogland commented on issue #2232: CLOUDSTACK-10040 Upload volume fails when management server can not r?

2017-09-27 Thread git
want to make sure the same thing is covered This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] blueorangutan commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-09-27 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] blueorangutan commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-09-27 Thread git
make progress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure a

[GitHub] DaanHoogland commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-09-27 Thread git
wning packaging and tests. I'm fine with merging if these pass. @blueorangutan package This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to th

[GitHub] GabrielBrascher commented on a change in pull request #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-27 Thread git
." Review comment: Fixed, thanks @rhtyd. ---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] GabrielBrascher commented on issue #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
! This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] yvsubhash commented on issue #2260: CLOUDSTACK-10065: Optimize SQL queries in listTemplate API to improve performance

2017-09-27 Thread git
is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-27 Thread git
is is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] GabrielBrascher opened a new pull request #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-27 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rhtyd commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-09-27 Thread git
7;m not sure if any more work is needed or if we're satisfied with the changes, on your confirmation we can merge this. This is an automated message from the Apache Git Service. To respond to the message, please log on Gi

[GitHub] DaanHoogland commented on issue #2061: CLOUDSTACK-8308 automation test for Delta Snapshot

2017-09-27 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] DaanHoogland commented on issue #2246: CLOUDSTACK-10046 checksum validation for any java supported Digests-type

2017-09-27 Thread git
hanks This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apach

[GitHub] blueorangutan commented on issue #2249: WIP CLOUDSTACK-10007 Isolation method claim

2017-09-27 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With

[GitHub] DaanHoogland opened a new pull request #2276: WIP: CLOUDSTACK-10089 log4j update to version 2

2017-09-27 Thread git
DaanHoogland opened a new pull request #2276: WIP: CLOUDSTACK-10089 log4j update to version 2 URL: https://github.com/apache/cloudstack/pull/2276 This is an automated message from the Apache Git Service. To respond to the

[GitHub] DaanHoogland commented on issue #2249: WIP CLOUDSTACK-10007 Isolation method claim

2017-09-27 Thread git
Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-26 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] rhtyd commented on a change in pull request #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-26 Thread git
an you fix indentations changes in this class/file? ---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] rhtyd commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-26 Thread git
rhtyd commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes URL: https://github.com/apache/cloudstack/pull/1448#issuecomment-332423721 @blueorangutan test This is an automated message from the Apache Git Service

[GitHub] jayapalu commented on issue #2273: CLOUDSTACK-10090:createPortForwardingRule api call accepts 'halt' as ?

2017-09-26 Thread git
anges LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mrunalinikankariya commented on issue #2242: CLOUDSTACK-9958:Include tags of resources in listUsageRecords API

2017-09-26 Thread git
the query to read all the resource tags This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service

[GitHub] jayapalu commented on a change in pull request #2273: CLOUDSTACK-10090:createPortForwardingRule api call accepts 'halt' as ?

2017-09-26 Thread git
I get you correctly ? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With

[GitHub] blueorangutan commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-26 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-26 Thread git
gress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With re

[GitHub] rhtyd commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-26 Thread git
rhtyd commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes URL: https://github.com/apache/cloudstack/pull/1448#issuecomment-332403731 @blueorangutan package This is an automated message from the Apache Git

[GitHub] mrunalinikankariya commented on issue #2244: CLOUDSTACK-10054:Volume download times out in 3600 seconds

2017-09-26 Thread git
user on OVA tar timeout This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] GabrielBrascher closed pull request #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-09-26 Thread git
GabrielBrascher closed pull request #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL URL: https://github.com/apache/cloudstack/pull/2185 This is an automated message from the Apache Git

[GitHub] GabrielBrascher commented on issue #1448: CLOUDSTACK-9315: Removed unused Classes

2017-09-26 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2268: CLOUDSTACK-10081: getDevInfo now returns correct value

2017-09-26 Thread git
nabled_vm.py test_3d_gpu_support | Skipped | 0.04 | test_deploy_vgpu_enabled_vm.py This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to

[GitHub] GabrielBrascher opened a new pull request #2275: CLOUDSTACK-9975: Allow customizing system VM templates for SSVM and Console Proxy

2017-09-26 Thread git
). This feature was useful in a practical scenario where the console proxy system VM template was customized. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] remibergsma commented on a change in pull request #2273: CLOUDSTACK-10090:createPortForwardingRule api call accepts 'halt' as ?

2017-09-26 Thread git
- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] jayakarteek commented on issue #2139: CLOUDSTACK-9921: NPE when storage garbage collector is running.

2017-09-26 Thread git
from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-26 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With

[GitHub] rhtyd commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-26 Thread git
Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rhtyd commented on issue #2226: CLOUDSTACK-10012: Towards CloudStack fat jar

2017-09-26 Thread git
on this PR after next ~2 weeks. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, plea

[GitHub] marcaurele commented on a change in pull request #837: CLOUDSTACK-8855 Improve Error Message for Host Alert State and reconnect host API.

2017-09-26 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] marcaurele commented on a change in pull request #837: CLOUDSTACK-8855 Improve Error Message for Host Alert State and reconnect host API.

2017-09-26 Thread git
ing space -> `result = _resourceService` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] marcaurele commented on a change in pull request #837: CLOUDSTACK-8855 Improve Error Message for Host Alert State and reconnect host API.

2017-09-26 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] marcaurele commented on issue #2226: CLOUDSTACK-10012: Towards CloudStack fat jar

2017-09-26 Thread git
could do it, thanks (PR seems overkill) This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service

[GitHub] harikrishna-patnala commented on issue #837: CLOUDSTACK-8855 Improve Error Message for Host Alert State and reconnect host API.

2017-09-26 Thread git
is is pending since long time. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[GitHub] blueorangutan commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-25 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With

[GitHub] blueorangutan commented on issue #2268: CLOUDSTACK-10081: getDevInfo now returns correct value

2017-09-25 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] rhtyd commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-25 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rhtyd commented on issue #2268: CLOUDSTACK-10081: getDevInfo now returns correct value

2017-09-25 Thread git
Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2268: CLOUDSTACK-10081: getDevInfo now returns correct value

2017-09-25 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] blueorangutan commented on issue #2268: CLOUDSTACK-10081: getDevInfo now returns correct value

2017-09-25 Thread git
gress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apach

[GitHub] rhtyd commented on issue #2268: CLOUDSTACK-10081: getDevInfo now returns correct value

2017-09-25 Thread git
Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] SudharmaJain commented on issue #2274: CLOUDSTACK-10096 Can't reset api.integration.port and usage.sanity.ch?

2017-09-25 Thread git
These are only two configs of type Integer/Float which are default initialized with null. Rest of the configs with default as null are Strings, which can be reset. This is an automated message from the Apache Git Service. To respo

[GitHub] blueorangutan commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-25 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] nitin-maharana commented on issue #2274: CLOUDSTACK-10096 Can't reset api.integration.port and usage.sanity.ch?

2017-09-25 Thread git
back to null. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastr

[GitHub] blueorangutan commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-25 Thread git
gress. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] rhtyd commented on issue #1707: CLOUDSTACK-9397: Add Watchdog timer to KVM Instance

2017-09-25 Thread git
eline as well. However I do see additional failures around routers, isos etc that diverge from the baseline. We may run another round. @blueorangutan package This is an automated message from the Apache Git Service. To respond t

[GitHub] SudharmaJain opened a new pull request #2274: CLOUDSTACK-10096 Can't reset api.integration.port and usage.sanity.ch?

2017-09-25 Thread git
tps://user-images.githubusercontent.com/12229259/30840979-30f1bf54-a248-11e7-9bbf-ee14cd4e0f6c.png) This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to th

[GitHub] blueorangutan commented on issue #2225: [master] Smoketest health checkrun

2017-09-25 Thread git
.04 | test_deploy_vgpu_enabled_vm.py test_3d_gpu_support | Skipped | 0.04 | test_deploy_vgpu_enabled_vm.py This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to

[GitHub] SudharmaJain commented on a change in pull request #2271: CLOUDSTACK-10087 Template registration errors out when template URL i?

2017-09-25 Thread git
a_home=$(readlink -f $(which java) | sed "s:/bin/java::") Review comment: I was using systemvmtemplate-4.10 from following link. http://download.cloudstack.org/systemvm/4.10/ This is an automated message from the

[GitHub] blueorangutan commented on issue #2225: [master] Smoketest health checkrun

2017-09-25 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] borisstoyanov commented on issue #2225: [master] Smoketest health checkrun

2017-09-25 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] yvsubhash commented on issue #2054: CLOUDSTACK-9886 : After restarting cloudstack-management , It takes time to connect hosts

2017-09-25 Thread git
from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mrunalinikankariya opened a new pull request #2273: CLOUDSTACK-10090:createPortForwardingRule api call accepts 'halt' as ?

2017-09-25 Thread git
mp_code: NULL icmp_type: NULL related: NULL type: User vpc_id: NULL traffic_type This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to

[GitHub] vedulasantosh commented on issue #2139: CLOUDSTACK-9921: NPE when storage garbage collector is running.

2017-09-25 Thread git
deleting the snapshots gives a popup: ![screenshot from 2017-09-25 14 18 42](https://user-images.githubusercontent.com/16554581/30800498-cef056ac-a1fd-11e7-86fd-488fd51ebc73.png) This is an automated message from the Apache Git

[GitHub] marcaurele commented on issue #2247: CLOUDSTACK-10012: Load SQL schema scripts from JAR

2017-09-25 Thread git
er upgrade path. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruct

<    2   3   4   5   6   7   8   9   10   11   >