[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886868#comment-15886868
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/1946


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886871#comment-15886871
 ] 

ASF subversion and git services commented on CLOUDSTACK-9788:
-

Commit c883e294d36f64d09bed2f7e22086ab413f28d33 in cloudstack's branch 
refs/heads/4.9 from Wei Zhou
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c883e29 ]

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886875#comment-15886875
 ] 

ASF subversion and git services commented on CLOUDSTACK-9788:
-

Commit c4d63af149d22fce0534ce623ef95cb2368c6c7e in cloudstack's branch 
refs/heads/4.9 from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c4d63af ]

Merge pull request #1946 from ustcweizhou/pagesizeIs0

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

* pr/1946:
  CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

Signed-off-by: Rajani Karuturi 


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886874#comment-15886874
 ] 

ASF subversion and git services commented on CLOUDSTACK-9788:
-

Commit c4d63af149d22fce0534ce623ef95cb2368c6c7e in cloudstack's branch 
refs/heads/4.9 from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c4d63af ]

Merge pull request #1946 from ustcweizhou/pagesizeIs0

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

* pr/1946:
  CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

Signed-off-by: Rajani Karuturi 


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886860#comment-15886860
 ] 

ASF subversion and git services commented on CLOUDSTACK-9788:
-

Commit fa85151be962824cc88776a0264e1ac6ef90560c in cloudstack's branch 
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=fa85151 ]

Merge release branch 4.9 to master

* 4.9:
  CLOUDSTACK-9746 system-vm: logrotate config causes critical failures
  CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0
  CLOUDSTACK-8663: Fixed various issues to allow VM snapshots and volume 
snapshots to exist together
  Fix HVM VM restart bug in XenServer


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886841#comment-15886841
 ] 

ASF subversion and git services commented on CLOUDSTACK-9788:
-

Commit c883e294d36f64d09bed2f7e22086ab413f28d33 in cloudstack's branch 
refs/heads/master from Wei Zhou
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c883e29 ]

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886845#comment-15886845
 ] 

ASF subversion and git services commented on CLOUDSTACK-9788:
-

Commit c4d63af149d22fce0534ce623ef95cb2368c6c7e in cloudstack's branch 
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c4d63af ]

Merge pull request #1946 from ustcweizhou/pagesizeIs0

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

* pr/1946:
  CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

Signed-off-by: Rajani Karuturi 


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886844#comment-15886844
 ] 

ASF subversion and git services commented on CLOUDSTACK-9788:
-

Commit c4d63af149d22fce0534ce623ef95cb2368c6c7e in cloudstack's branch 
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c4d63af ]

Merge pull request #1946 from ustcweizhou/pagesizeIs0

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

* pr/1946:
  CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0

Signed-off-by: Rajani Karuturi 


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15885208#comment-15885208
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
LGTM. @karuturi let's merge this?


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-22 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879180#comment-15879180
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user kiwiflyer commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
tag:mergeready


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-22 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877957#comment-15877957
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
LGTM.
@karuturi this is ready for merge.


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871947#comment-15871947
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
Trillian test result (tid-847)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 27629 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1946-t847-kvm-centos7.zip
Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
Test completed. 47 look ok, 1 have error(s)


Test | Result | Time (s) | Test File
--- | --- | --- | ---
test_04_rvpc_privategw_static_routes | `Failure` | 351.29 | 
test_privategw_acl.py
test_01_vpc_site2site_vpn | Success | 161.52 | test_vpc_vpn.py
test_01_vpc_remote_access_vpn | Success | 66.11 | test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn | Success | 261.82 | test_vpc_vpn.py
test_02_VPC_default_routes | Success | 279.97 | test_vpc_router_nics.py
test_01_VPC_nics_after_destroy | Success | 537.78 | test_vpc_router_nics.py
test_05_rvpc_multi_tiers | Success | 513.75 | test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics | Success | 1418.87 | 
test_vpc_redundant.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 568.37 | test_vpc_redundant.py
test_02_redundant_VPC_default_routes | Success | 759.18 | 
test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1302.38 | 
test_vpc_redundant.py
test_09_delete_detached_volume | Success | 151.41 | test_volumes.py
test_08_resize_volume | Success | 156.31 | test_volumes.py
test_07_resize_fail | Success | 161.42 | test_volumes.py
test_06_download_detached_volume | Success | 156.60 | test_volumes.py
test_05_detach_volume | Success | 155.75 | test_volumes.py
test_04_delete_attached_volume | Success | 151.21 | test_volumes.py
test_03_download_attached_volume | Success | 156.47 | test_volumes.py
test_02_attach_volume | Success | 95.73 | test_volumes.py
test_01_create_volume | Success | 711.63 | test_volumes.py
test_deploy_vm_multiple | Success | 252.62 | test_vm_life_cycle.py
test_deploy_vm | Success | 0.03 | test_vm_life_cycle.py
test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
test_10_attachAndDetach_iso | Success | 26.63 | test_vm_life_cycle.py
test_09_expunge_vm | Success | 125.18 | test_vm_life_cycle.py
test_08_migrate_vm | Success | 55.94 | test_vm_life_cycle.py
test_07_restore_vm | Success | 0.12 | test_vm_life_cycle.py
test_06_destroy_vm | Success | 125.78 | test_vm_life_cycle.py
test_03_reboot_vm | Success | 125.86 | test_vm_life_cycle.py
test_02_start_vm | Success | 10.18 | test_vm_life_cycle.py
test_01_stop_vm | Success | 40.33 | test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName | Success | 65.69 | test_templates.py
test_08_list_system_templates | Success | 0.03 | test_templates.py
test_07_list_public_templates | Success | 0.04 | test_templates.py
test_05_template_permissions | Success | 0.05 | test_templates.py
test_04_extract_template | Success | 5.16 | test_templates.py
test_03_delete_template | Success | 5.11 | test_templates.py
test_02_edit_template | Success | 90.13 | test_templates.py
test_01_create_template | Success | 35.37 | test_templates.py
test_10_destroy_cpvm | Success | 191.82 | test_ssvm.py
test_09_destroy_ssvm | Success | 163.95 | test_ssvm.py
test_08_reboot_cpvm | Success | 131.58 | test_ssvm.py
test_07_reboot_ssvm | Success | 134.41 | test_ssvm.py
test_06_stop_cpvm | Success | 137.36 | test_ssvm.py
test_05_stop_ssvm | Success | 133.62 | test_ssvm.py
test_04_cpvm_internals | Success | 1.15 | test_ssvm.py
test_03_ssvm_internals | Success | 3.26 | test_ssvm.py
test_02_list_cpvm_vm | Success | 0.14 | test_ssvm.py
test_01_list_sec_storage_vm | Success | 0.13 | test_ssvm.py
test_01_snapshot_root_disk | Success | 11.23 | test_snapshots.py
test_04_change_offering_small | Success | 242.59 | test_service_offerings.py
test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
test_02_edit_service_offering | Success | 0.05 | test_service_offerings.py
test_01_create_service_offering | Success | 0.10 | test_service_offerings.py
test_02_sys_template_ready | Success | 0.12 | test_secondary_storage.py
test_01_sys_vm_start | Success | 0.18 | test_secondary_storage.py
test_09_reboot_router | Success | 35.70 | test_routers.py
test_08_start_router | Success | 30.29 | test_routers.py
test_07_stop_router | Success | 10.16 | test_routers.py
test_06_router_advanced | Success | 0.05 | test_routers.py
   

[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871332#comment-15871332
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has 
been kicked to run smoke tests


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871330#comment-15871330
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user borisstoyanov commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
Trillian build failed:
16:43:38 FAILED - RETRYING: TASK: Wait for default template to be ready 
before returning (1 retries left).
will try again.. 
@blueorangutan test


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871228#comment-15871228
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
This might affect other/all APIs therefore would require regression 
testing, but LGTM (did not test this).


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870163#comment-15870163
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has 
been kicked to run smoke tests


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870162#comment-15870162
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user borisstoyanov commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
@blueorangutan test


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870153#comment-15870153
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-497


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870098#comment-15870098
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep 
you posted as I make progress.


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870097#comment-15870097
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


Github user borisstoyanov commented on the issue:

https://github.com/apache/cloudstack/pull/1946
  
@blueorangutan package


> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9788) Exception is throwed when list networks with pagesize is 0

2017-02-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869892#comment-15869892
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9788:


GitHub user ustcweizhou opened a pull request:

https://github.com/apache/cloudstack/pull/1946

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ustcweizhou/cloudstack pagesizeIs0

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1946.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1946


commit c883e294d36f64d09bed2f7e22086ab413f28d33
Author: Wei Zhou 
Date:   2017-02-16T11:01:44Z

CLOUDSTACK-9788: Fix exception listNetworks with pagesize=0




> Exception is throwed when list networks with pagesize is 0
> --
>
> Key: CLOUDSTACK-9788
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9788
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Wei Zhou
>Assignee: Wei Zhou
>
> listnetworks
> {code}
> $ cloudmonkey listNetworks listall=true page=1 pagesize=0
> Error 530: / by zero
> {
>   "cserrorcode": ,
>   "errorcode": 530,
>   "errortext": "/ by zero",
>   "uuidList": []
> }
> {code}
> however, list virtualmachines
> {code}
> $ cloudmonkey listVirtualMachines listall=true page=1 pagesize=0
> {
>   "count": 240
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)