[GitHub] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via 
metadata
URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-600430791
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1070


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland opened a new pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland opened a new pull request #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969
 
 
   ## Description
   
   copy of PR #3649 on joint account for easier cooperation.
   
   Tested both cases:
   - Snapshot backed up on Secondary (stored on primary and secondary) 
   - Snapshot stored only on primary storage.
   
   This fix works for KVM  and XenServer.
   
   **Note**: I changed the name of the strategy from 
_XenserverSnapshotStrategy_ to _DefaultSnapshotStrategy_ due to the fact that 
the "Xenserver" strategy handles also Ceph, KVM, and do return 
`StrategyPriority.DEFAULT` in any case except _REVERT_.
   
   ```
   @Override
   public StrategyPriority canHandle(Snapshot snapshot, SnapshotOperation 
op) {
   if (SnapshotOperation.REVERT.equals(op)) {
   long volumeId = snapshot.getVolumeId();
   VolumeVO volumeVO = volumeDao.findById(volumeId);
   
   if (volumeVO != null && 
ImageFormat.QCOW2.equals(volumeVO.getFormat())) {
   return StrategyPriority.DEFAULT;
   }
   return StrategyPriority.CANT_HANDLE;
   }
   return StrategyPriority.DEFAULT;
   }
   ```
   
   Fixes: #3646
   
   ## Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] GabrielBrascher closed pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
GabrielBrascher closed pull request #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] Slair1 commented on issue #3138: StrongSwan with several rightsubnet's - ikev1

2020-03-17 Thread GitBox
Slair1 commented on issue #3138: StrongSwan with several rightsubnet's - ikev1
URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-600265818
 
 
   FYI, we upgrade from 4.9.3 to 4.11.3 and ran into this issue with BOTH ikev1 
and ikev2 site-to-site VPNs.  The other sides were Cisco ASA firewalls.  We 
also seem to have the problem with Cisco Meraki firewalls connecting to 
Cloudstack.  It's been a huge pain - manually editing ipsec conf files now to 
break out the rightsubnets


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
blueorangutan commented on issue #3972: Updated upgrade paths
URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-600262965
 
 
   Trillian test result (tid-1255)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 36794 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3972-t1255-kvm-centos7.zip
   Intermittent failure detected: 
/marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Smoke tests completed. 83 look OK, 0 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600195148
 
 
   @DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 
mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600194661
 
 
   @blueorangutan test matrix


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596474301
 
 
   @blueorangutan test matrix


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600192833
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1069


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596453262
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596460729
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1033


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596453624
 
 
   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596441688
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596474655
 
 
   @DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 
mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596462779
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1034


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596752430
 
 
   Trillian test result (tid-1219)
   Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 28829 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3768-t1219-xenserver-71.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
   Smoke tests completed. 75 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_vpc_privategw_static_routes | `Failure` | 276.64 | 
test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 242.02 | 
test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 336.80 | 
test_privategw_acl.py
   test_01_scale_vm | `Failure` | 10.41 | test_scale_vm.py
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600185007
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1068


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596897376
 
 
   Trillian test result (tid-1221)
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 59511 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3768-t1221-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_iptables_default_policy.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_usage.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 55 look OK, 22 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_vpc_privategw_static_routes | `Failure` | 286.24 | 
test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 285.95 | 
test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 448.21 | 
test_privategw_acl.py
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | 
test_reset_vm_on_reboot.py
   ContextSuite context=TestRAMCPUResourceAccounting>:setup | `Error` | 0.00 | 
test_resource_accounting.py
   ContextSuite context=TestScaleVm>:setup | `Error` | 0.00 | test_scale_vm.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | 
test_router_dns.py
   ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | 
test_router_dnsservice.py
   ContextSuite context=TestRouterIpTablesPolicies>:setup | `Error` | 0.00 | 
test_routers_iptables_default_policy.py
   ContextSuite context=TestVPCIpTablesPolicies>:setup | `Error` | 0.00 | 
test_routers_iptables_default_policy.py
   ContextSuite context=TestIsolatedNetworks>:setup | `Error` | 0.00 | 
test_routers_network_ops.py
   ContextSuite context=TestRedundantIsolateNetworks>:setup | `Error` | 0.00 | 
test_routers_network_ops.py
   ContextSuite context=TestRouterServices>:setup | `Error` | 0.00 | 
test_routers.py
   test_01_sys_vm_start | `Failure` | 0.11 | test_secondary_storage.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 1515.08 | 
test_service_offerings.py
   ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | 
test_snapshots.py
   test_01_list_sec_storage_vm | `Failure` | 0.04 | test_ssvm.py
   test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py
   test_03_ssvm_internals | `Failure` | 0.03 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.07 | test_ssvm.py
   test_05_stop_ssvm | `Failure` | 0.03 | test_ssvm.py
   test_06_stop_cpvm | `Failure` | 0.03 | test_ssvm.py
   test_07_reboot_ssvm | `Failure` | 0.03 | test_ssvm.py
   test_08_reboot_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_09_destroy_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_10_destroy_cpvm | `Failure` | 0.03 | test_ssvm.py
   test_02_create_template_with_checksum_sha1 | `Error` | 65.59 | 
test_templates.py
   test_03_create_template_with_checksum_sha256 | `Error` | 65.58 | 
test_templates.py
   test_04_create_template_with_checksum_md5 | `Error` | 65.58 | 
test_templates.py
   test_05_create_template_with_no_checksum | `Error` | 65.59 | 
test_templates.py
   ContextSuite 

[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-596899129
 
 
   Trillian test result (tid-1220)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 60015 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3768-t1220-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_iptables_default_policy.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_usage.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 55 look OK, 22 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_vpc_privategw_static_routes | `Failure` | 189.99 | 
test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 193.37 | 
test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 267.40 | 
test_privategw_acl.py
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | 
test_reset_vm_on_reboot.py
   ContextSuite context=TestRAMCPUResourceAccounting>:setup | `Error` | 0.00 | 
test_resource_accounting.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | 
test_router_dns.py
   test_01_sys_vm_start | `Failure` | 0.12 | test_secondary_storage.py
   ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | 
test_router_dnsservice.py
   ContextSuite context=TestRouterIpTablesPolicies>:setup | `Error` | 0.00 | 
test_routers_iptables_default_policy.py
   ContextSuite context=TestVPCIpTablesPolicies>:setup | `Error` | 0.00 | 
test_routers_iptables_default_policy.py
   ContextSuite context=TestIsolatedNetworks>:setup | `Error` | 0.00 | 
test_routers_network_ops.py
   ContextSuite context=TestRedundantIsolateNetworks>:setup | `Error` | 0.00 | 
test_routers_network_ops.py
   ContextSuite context=TestRouterServices>:setup | `Error` | 0.00 | 
test_routers.py
   ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | 
test_service_offerings.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 0.21 | 
test_service_offerings.py
   ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | 
test_snapshots.py
   test_01_list_sec_storage_vm | `Failure` | 0.05 | test_ssvm.py
   test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py
   test_03_ssvm_internals | `Failure` | 0.05 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.05 | test_ssvm.py
   test_05_stop_ssvm | `Failure` | 0.05 | test_ssvm.py
   test_06_stop_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_07_reboot_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_08_reboot_cpvm | `Failure` | 0.05 | test_ssvm.py
   test_09_destroy_ssvm | `Failure` | 0.05 | test_ssvm.py
   test_10_destroy_cpvm | `Failure` | 0.05 | test_ssvm.py
   test_02_create_template_with_checksum_sha1 | `Error` | 65.47 | 
test_templates.py
   test_03_create_template_with_checksum_sha256 | `Error` | 65.49 | 
test_templates.py
   test_04_create_template_with_checksum_md5 | `Error` | 65.47 | 
test_templates.py
   test_05_create_template_with_no_checksum | `Error` | 65.46 | 
test_templates.py
   

[GitHub] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600183044
 
 
   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-600182764
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


[cloudstack] branch health-4.13 updated (79212f8 -> bda3185)

2020-03-17 Thread dahn
This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch health-4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


 discard 79212f8  please do not merge this;)
 add 19fb237  server: password is not displayed when reinstall a vm or 
reset… (#3948)
 add cd6f0cb  Prevent overflow on StatsCollector + add a few enhancements 
on code (#3932)
 add bda3185  please do not merge this;)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (79212f8)
\
 N -- N -- N   refs/heads/health-4.13 (bda3185)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../main/java/com/cloud/server/StatsCollector.java | 27 +++---
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  2 ++
 .../java/com/cloud/server/StatsCollectorTest.java  |  6 -
 3 files changed, 15 insertions(+), 20 deletions(-)



[GitHub] [cloudstack] blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62708
 
 
   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland removed a comment on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62543
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
blueorangutan commented on issue #3971: Updated upgrade path
URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-600180835
 
 
   Trillian test result (tid-1254)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 26822 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3971-t1254-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 76 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_vpc_privategw_static_routes | `Failure` | 180.24 | 
test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 178.13 | 
test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 229.62 | 
test_privategw_acl.py
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600175161
 
 
   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600174457
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600171769
 
 
   Packaging result: ✖centos6 ✖centos7 ✔debian. JID-1067


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
blueorangutan commented on issue #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600159692
 
 
   @GabrielBrascher a Jenkins job has been kicked to build packages. I'll keep 
you posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] GabrielBrascher commented on issue #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
GabrielBrascher commented on issue #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969#issuecomment-600081395
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


[cloudstack] branch snapshot-deletion-issues updated (a0bc85b -> 7121967)

2020-03-17 Thread gabriel
This is an automated email from the ASF dual-hosted git repository.

gabriel pushed a change to branch snapshot-deletion-issues
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from a0bc85b  rename options strings to *_OPTION
 add 7121967  Fix typo on deleteSnapshotOnSecondaryStorage and enhance log 
message

No new revisions were added by this update.

Summary of changes:
 .../apache/cloudstack/storage/snapshot/DefaultSnapshotStrategy.java   | 4 ++--
 .../java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



[GitHub] [cloudstack] DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62543
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
blueorangutan commented on issue #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768#issuecomment-62708
 
 
   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland opened a new pull request #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland opened a new pull request #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland closed pull request #3768: [HEALTH][4.13] Health Check Run

2020-03-17 Thread GitBox
DaanHoogland closed pull request #3768: [HEALTH][4.13] Health Check Run
URL: https://github.com/apache/cloudstack/pull/3768
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland closed pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland closed pull request #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland opened a new pull request #3969: Snapshot deletion issues

2020-03-17 Thread GitBox
DaanHoogland opened a new pull request #3969: Snapshot deletion issues
URL: https://github.com/apache/cloudstack/pull/3969
 
 
   ## Description
   
   copy of PR #3649 on joint account for easier cooperation.
   
   Tested both cases:
   - Snapshot backed up on Secondary (stored on primary and secondary) 
   - Snapshot stored only on primary storage.
   
   This fix works for KVM  and XenServer.
   
   **Note**: I changed the name of the strategy from 
_XenserverSnapshotStrategy_ to _DefaultSnapshotStrategy_ due to the fact that 
the "Xenserver" strategy handles also Ceph, KVM, and do return 
`StrategyPriority.DEFAULT` in any case except _REVERT_.
   
   ```
   @Override
   public StrategyPriority canHandle(Snapshot snapshot, SnapshotOperation 
op) {
   if (SnapshotOperation.REVERT.equals(op)) {
   long volumeId = snapshot.getVolumeId();
   VolumeVO volumeVO = volumeDao.findById(volumeId);
   
   if (volumeVO != null && 
ImageFormat.QCOW2.equals(volumeVO.getFormat())) {
   return StrategyPriority.DEFAULT;
   }
   return StrategyPriority.CANT_HANDLE;
   }
   return StrategyPriority.DEFAULT;
   }
   ```
   
   Fixes: #3646
   
   ## Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3967: noVNC console integration

2020-03-17 Thread GitBox
blueorangutan commented on issue #3967: noVNC console integration
URL: https://github.com/apache/cloudstack/pull/3967#issuecomment-599980673
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1065


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via 
metadata
URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-599973235
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1064


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599969588
 
 
   @rvalle my use of target is due to an overzealous c action. I think it 
should be .service in both cases unless we decide to make it more versatile by 
having a db.target that can deal with either and will handle the case of both 
gracefully.
   
   I'll update the PR to read service.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599963036
 
 
   @DaanHoogland I will try to test tonight. might also switch to mariadb or 
test if the solution works with both databases. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package

2020-03-17 Thread GitBox
rhtyd commented on issue #3826: Unsafe Field Accessor with newer 
mysql-connector-java package
URL: https://github.com/apache/cloudstack/issues/3826#issuecomment-599961451
 
 
   @alexanderbazhenoff it is expected to fail with older versions, this has 
been fixed for 4.14/master. The next major release 4.14.0.0 will support Java11 
and the new mysql java 8.x connector.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland edited a comment on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland edited a comment on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599958202
 
 
   @rvalle I have not looked into the diff between target and service yet, 
missed that one. Need to look. Actually i may have completely goofed there. it 
probably should be db.target and then it should be filled accordingly. My 
systemd is not fluent obviously.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


[cloudstack-primate] branch master updated: offering: add order for vpc offering

2020-03-17 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
 new c9c7cc3  offering: add order for vpc offering
c9c7cc3 is described below

commit c9c7cc3cf40e88c631252cc1971f1c10516989a0
Author: Rohit Yadav 
AuthorDate: Tue Mar 17 14:38:15 2020 +0530

offering: add order for vpc offering

Fixes #222

Signed-off-by: Rohit Yadav 
---
 src/config/section/offering.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/section/offering.js b/src/config/section/offering.js
index a81e5a7..c25659a 100644
--- a/src/config/section/offering.js
+++ b/src/config/section/offering.js
@@ -203,7 +203,7 @@ export default {
   permission: ['listVPCOfferings'],
   params: { isrecursive: 'true' },
   resourceType: 'VpcOffering',
-  columns: ['name', 'state', 'displaytext', 'domain', 'zone'],
+  columns: ['name', 'state', 'displaytext', 'domain', 'zone', 'order'],
   details: ['name', 'id', 'displaytext', 'distributedvpcrouter', 
'service', 'tags', 'domain', 'zone', 'created'],
   related: [{
 name: 'vpc',



[GitHub] [cloudstack] blueorangutan commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
blueorangutan commented on issue #3972: Updated upgrade paths
URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599958027
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1062


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599958202
 
 
   @rvalle I have not looked into the diff between target and service yet, 
missed that one. Need to look.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via 
metadata
URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-599958029
 
 
   Packaging result: ✖centos6 ✖centos7 ✖debian. JID-1063


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
blueorangutan commented on issue #3971: Updated upgrade path
URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599955206
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1061


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599952901
 
 
   @DaanHoogland also, is it .target or .service?
   
   I understand .target as a group of units, but is mariadb a target?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599952352
 
 
   @DaanHoogland, no no, I think your solution is better.
   
   No need to modify the script. 
   
   I will try to test your proposal. Stopping mysql/mariadb should stop the CS 
Management too.
   
   And how do we do with the mysql/mariadb thing? the service units have 
different names, right?
   
   Or is it recommended to go with mariadb in general?
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] Spaceman1984 commented on issue #3949: Fix CloudRuntimeException of migrated volume for Volume stats

2020-03-17 Thread GitBox
Spaceman1984 commented on issue #3949: Fix CloudRuntimeException of migrated 
volume for Volume stats
URL: https://github.com/apache/cloudstack/pull/3949#issuecomment-599951663
 
 
   @slavkap, I agree the NPE is not caused by this change.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] weizhouapache commented on issue #3843: HTTP ERROR 503 - Service Unavailable

2020-03-17 Thread GitBox
weizhouapache commented on issue #3843: HTTP ERROR 503 - Service Unavailable
URL: https://github.com/apache/cloudstack/issues/3843#issuecomment-599946889
 
 
   @AlexanderKgr you can downgrade to specified version using yum if you use 
CentOS/RHEL, or apt if you use Ubuntu/Debian.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
blueorangutan commented on issue #3972: Updated upgrade paths
URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599944329
 
 
   @Spaceman1984 a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
blueorangutan commented on issue #3971: Updated upgrade path
URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599944309
 
 
   @Spaceman1984 a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] Spaceman1984 edited a comment on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
Spaceman1984 edited a comment on issue #3971: Updated upgrade path
URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599941388
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] Spaceman1984 edited a comment on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
Spaceman1984 edited a comment on issue #3972: Updated upgrade paths
URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599941510
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599942124
 
 
   @rvalle in the case of `Wants`, if the dependency is present it will be 
started before the dependant, and shutdown after. if it is not or if it fails 
to start the dependant is started anyway. (see 
https://github.com/apache/cloudstack/issues/3954#issuecomment-599593507)
   so
   - when it is present on the system it works like requires, and
   - when the user decides to install it on another system it will start anyway 
(but the user is responsible for proper startup and shutdown procedures)
   
   If I interpret the docs correctly we can add the mysql.target with no harm. 
if either is present they will be started. The user must make sure not both are 
present though, to avoid conflict.
   
   I can see how you envision a more elegant solution, but I would opt for next 
release for that, minimising code change during freeze and hastening release. 
If this can be tested and shown to work I would prefer to be working on the 
next release by the end of the month ;)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] Spaceman1984 commented on issue #3971: Updated upgrade path

2020-03-17 Thread GitBox
Spaceman1984 commented on issue #3971: Updated upgrade path
URL: https://github.com/apache/cloudstack/pull/3971#issuecomment-599941388
 
 
   @orangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] Spaceman1984 commented on issue #3972: Updated upgrade paths

2020-03-17 Thread GitBox
Spaceman1984 commented on issue #3972: Updated upgrade paths
URL: https://github.com/apache/cloudstack/pull/3972#issuecomment-599941510
 
 
   @orangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3975: Issue #3974 Deploying mysql-ha jar file into its own path...

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3975: Issue #3974 Deploying mysql-ha jar file 
into its own path...
URL: https://github.com/apache/cloudstack/pull/3975#issuecomment-599937047
 
 
   @ggoodrich-ipp can you direct this fix to 4.13, please?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
blueorangutan commented on issue #3976: Enable sending hypervior host name via 
metadata
URL: https://github.com/apache/cloudstack/pull/3976#issuecomment-599936635
 
 
   Packaging result: ✖centos6 ✖centos7 ✖debian. JID-1060


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DaanHoogland commented on issue #3915: Incorporate VR OOB start checks to properly HA the VR

2020-03-17 Thread GitBox
DaanHoogland commented on issue #3915: Incorporate VR OOB start checks to 
properly HA the VR
URL: https://github.com/apache/cloudstack/pull/3915#issuecomment-599932799
 
 
   If this is of interest to you for having it in, yes. at the moment we are in 
a freeze and hopefully only one or two weeks.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rvalle commented on issue #3973: systemd dependency on db

2020-03-17 Thread GitBox
rvalle commented on issue #3973: systemd dependency on db
URL: https://github.com/apache/cloudstack/pull/3973#issuecomment-599922930
 
 
   @DaanHoogland I have an important delivery at work at the end of month, but 
after that I can help you implement this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] Pearl1594 opened a new pull request #3976: Enable sending hypervior host name via metadata

2020-03-17 Thread GitBox
Pearl1594 opened a new pull request #3976: Enable sending hypervior host name 
via metadata
URL: https://github.com/apache/cloudstack/pull/3976
 
 
   ## Description
   Enable sending hypervisor host details via metadata for VR and Config Drive 
providers
   
   ## Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [X] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] AlexanderKgr commented on issue #3843: HTTP ERROR 503 - Service Unavailable

2020-03-17 Thread GitBox
AlexanderKgr commented on issue #3843: HTTP ERROR 503 - Service Unavailable
URL: https://github.com/apache/cloudstack/issues/3843#issuecomment-599897937
 
 
   > @vvaleriev
   > you need to downgrade mysql-connector-java from 8.0.X to 5.1.X
   
   which is the procedure to downgrade? i am completely new to cloudstack and 
yesterday installed and faced this issue


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] AlexanderKgr commented on issue #3826: Unsafe Field Accessor with newer mysql-connector-java package

2020-03-17 Thread GitBox
AlexanderKgr commented on issue #3826: Unsafe Field Accessor with newer 
mysql-connector-java package
URL: https://github.com/apache/cloudstack/issues/3826#issuecomment-599894168
 
 
   > validated on CentOS 7 for cloudstack 4.10 and 4.12, during initial start 
of cloudstack-management, it fail at the database upgrade scripts with 
following error:
   > 
   > ```
   > 2020-01-22 16:14:52,643 DEBUG [c.c.u.d.T.Transaction] 
(localhost-startStop-1:null) (logid:) Rolling back the transaction: Time = 2903 
Name =  Upgrade; called by 
-TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-TransactionLegacy.close:656-TransactionContextInterceptor.invoke:36-ReflectiveMethodInvocation.proceed:168-ExposeInvocationInterceptor.invoke:92-ReflectiveMethodInvocation.proceed:179-JdkDynamicAopProxy.invoke:213-$Proxy23.persist:-1-DatabaseUpgradeChecker.upgrade:471-DatabaseUpgradeChecker.check:548-CloudStackExtendedLifeCycle.checkIntegrity:65
   > 2020-01-22 16:14:52,658 ERROR [c.c.u.DatabaseUpgradeChecker] 
(localhost-startStop-1:null) (logid:) Unable to upgrade the database
   > com.cloud.utils.exception.CloudRuntimeException: Problem with getting the 
ec attribute
   >at com.cloud.utils.db.GenericDaoBase.persist(GenericDaoBase.java:1430)
   > ```
   > 
   > Rollback to mysql-connector-java-5.1.47 worked fine.
   
   which is the procedure to rollback? i am completely new to cloudstack and 
yesterday installed and faced this issue
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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