You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by resmo <gi...@git.apache.org> on 2015/12/21 14:42:13 UTC

[GitHub] cloudstack pull request: [4.4] CLOUDSTACK-9042: VR: DHCP: fix miss...

GitHub user resmo opened a pull request:

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

    [4.4] CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host enties

    cherry-picked e7291fd600ce922a76b1fe9cd2c120a40d4cbc18 for 4.4 so bug can be closed after merging into 4.4.

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

    $ git pull https://github.com/resmo/cloudstack fix/4.4/CLOUDSTACK-9042

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

    https://github.com/apache/cloudstack/pull/1266.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 #1266
    
----
commit fcdbc94a30607a0d90f4a4a3dc1b326970b029ee
Author: Rene Moser <re...@apache.org>
Date:   2015-11-06T11:25:10Z

    CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host enties
    
    in /etc/dhcpentries.txt we had:
    
    02:00:1e:07:01:53,set:10_102_92_5,10.102.92.5,songlog-1,infinite
    02:00:0b:a2:00:3d,set:10_102_92_234,10.102.92.234,log-1,infinite
    
    This sed matched unexpectetly "songlog-1" as well when "log-1" was processed, resulting
    missing dhcp entry for songlog-1.
    
    Also fixed other potenials problems relating to sed matching.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.4] CLOUDSTACK-9042: VR: DHCP: fix miss...

Posted by bvbharatk <gi...@git.apache.org>.
Github user bvbharatk commented on the pull request:

    https://github.com/apache/cloudstack/pull/1266#issuecomment-203252716
  
    ### ACS CI BVT Run
     **Sumarry:**
     Build Number 146
     Hypervisor xenserver
     NetworkType Advanced
     Passed=99
     Failed=4
     Skipped=5
    
    _Link to logs Folder (search by build_no):_ https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0
    
    
    **Failed tests:**
    * integration.smoke.test_vm_snapshots.TestSnapshots
    
     * test_01_create_vm_snapshots Failed
    
     * test_02_revert_vm_snapshots Failed
    
     * test_03_delete_vm_snapshots Failed
    
    * integration.smoke.test_volumes.TestCreateVolume
    
     * test_01_create_volume Failed
    
    
    **Skipped tests:**
    test_vm_nic_adapter_vmxnet3
    test_deploy_vgpu_enabled_vm
    ContextSuite context=TestCreateTemplate>:setup
    test_06_copy_template
    test_06_copy_iso
    
    **Passed test suits:**
    integration.smoke.test_deploy_vm_with_userdata.TestDeployVmWithUserData
    integration.smoke.test_affinity_groups_projects.TestDeployVmWithAffinityGroup
    integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire
    integration.smoke.test_over_provisioning.TestUpdateOverProvision
    integration.smoke.test_global_settings.TestUpdateConfigWithScope
    integration.smoke.test_scale_vm.TestScaleVm
    integration.smoke.test_service_offerings.TestCreateServiceOffering
    integration.smoke.test_loadbalance.TestLoadBalance
    integration.smoke.test_routers.TestRouterServices
    integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot
    integration.smoke.test_snapshots.TestSnapshotRootDisk
    integration.smoke.test_deploy_vms_with_varied_deploymentplanners.TestDeployVmWithVariedPlanners
    integration.smoke.test_network.TestDeleteAccount
    integration.smoke.test_non_contigiousvlan.TestUpdatePhysicalNetwork
    integration.smoke.test_deploy_vm_iso.TestDeployVMFromISO
    integration.smoke.test_public_ip_range.TestDedicatePublicIPRange
    integration.smoke.test_multipleips_per_nic.TestDeployVM
    integration.smoke.test_regions.TestRegions
    integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup
    integration.smoke.test_network_acl.TestNetworkACL
    integration.smoke.test_pvlan.TestPVLAN
    integration.smoke.test_ssvm.TestSSVMs
    integration.smoke.test_nic.TestNic
    integration.smoke.test_deploy_vm_root_resize.TestDeployVM
    integration.smoke.test_resource_detail.TestResourceDetail
    integration.smoke.test_secondary_storage.TestSecStorageServices
    integration.smoke.test_vm_life_cycle.TestDeployVM
    integration.smoke.test_disk_offerings.TestCreateDiskOffering


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.4] CLOUDSTACK-9042: VR: DHCP: fix miss...

Posted by resmo <gi...@git.apache.org>.
Github user resmo closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: [4.4] CLOUDSTACK-9042: VR: DHCP: fix miss...

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the pull request:

    https://github.com/apache/cloudstack/pull/1266#issuecomment-216211797
  
    @resmo has this fix merged into 4.5, and 4.6/4.7+; if so you may close this, it's unlikely we would release for 4.4.x and below versions
    
    tag:closeme


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---