Bug 1481677

Summary: Error provisioning VM, incompatible marshal file format
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: ProvisioningAssignee: Adam Grare <agrare>
Status: CLOSED NEXTRELEASE QA Contact: Dave Johnson <dajohnso>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.6.0CC: agrare, cpelland, dajohnso, gblomqui, jcutter, jhardy, jocarter, mfeifer, mkanoor, mruzicka, myoder, obarenbo, rspagnol, sacpatil, simaishi
Target Milestone: GAKeywords: Reopened, ZStream
Target Release: 5.7.5   
Hardware: All   
OS: All   
Whiteboard: vsphere:vm:provision
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1385038 Environment:
Last Closed: 2018-06-20 16:02:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On: 1385038    
Bug Blocks:    

Comment 2 CFME Bot 2017-08-15 12:50:56 UTC
New commit detected on ManageIQ/manageiq/euwe:
https://github.com/ManageIQ/manageiq/commit/e349bcc2e7c267522adde08656b7dfb4edc26841

commit e349bcc2e7c267522adde08656b7dfb4edc26841
Author:     Jason Frey <fryguy9>
AuthorDate: Tue Jul 18 15:21:35 2017 -0400
Commit:     Satoe Imaishi <simaishi>
CommitDate: Tue Aug 15 08:47:12 2017 -0400

    Merge pull request #17 from agrare/bz_1385038_drb_marshal_verification
    
    Add marshal version and DRb message size checks
    (cherry picked from commit 2e03c3bbb8e89ed6a9d027c69c1c67b54c4c3300)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1481677

 gems/pending/VMwareWebService/DMiqVimSync.rb | 29 ++++++++++++++++++++++++++--
 1 file changed, 27 insertions(+), 2 deletions(-)

Comment 9 CFME Bot 2018-02-26 22:26:15 UTC
New commit detected on ManageIQ/manageiq/euwe:
https://github.com/ManageIQ/manageiq/commit/8a1af174c8478711b581da373a316aebb4e3b7d0

commit 8a1af174c8478711b581da373a316aebb4e3b7d0
Author:     Joe Rafaniello <jrafanie.github.com>
AuthorDate: Tue Feb 6 13:19:25 2018 -0500
Commit:     Satoe Imaishi <simaishi>
CommitDate: Mon Feb 26 17:16:54 2018 -0500

    Merge pull request #16953 from agrare/bz_1385038_fix_shared_drb_connections_after_fork
    
    Close open connections from parent after fork
    (cherry picked from commit b6062afc980377b30755f6ffdf0e91d64ccdbf11)
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1481677

 app/models/miq_worker.rb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)