Bug 1507323
| Summary: | Region was offline - after a restart region has lost all data | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Ryan Spagnola <rspagnol> | |
| Component: | Appliance | Assignee: | Gregg Tanzillo <gtanzill> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | abellott, jhardy, niroy, obarenbo, rspagnol, smallamp | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | 5.10.0 | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1513508 1513509 (view as bug list) | Environment: | ||
| Last Closed: | 2018-06-21 20:56:14 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1513508, 1513509 | |||
| 
 
        
          Comment 7
        
        
          Gregg Tanzillo
        
        
        
        
        
          2017-10-30 16:13:14 UTC
        
       
      
      
      
    New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/f173fdce1ba57458d753150c83d06788c07d9e93 commit f173fdce1ba57458d753150c83d06788c07d9e93 Author: Gregg Tanzillo <gtanzill> AuthorDate: Fri Nov 10 14:52:58 2017 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Fri Nov 10 17:46:33 2017 -0500 Prevent replication subscription to the same region as the current region This change protects a user from accidentally creating a replication subscription to the same region he is in which will result in deleting all the data from the current region. https://bugzilla.redhat.com/show_bug.cgi?id=1507323 Fixed typo1 change 1 app/models/pglogical_subscription.rb | 7 +++++++ spec/models/pglogical_subscription_spec.rb | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/192b14eaa2ba554b8bf6a56818fe0fe5cfb58bb1 commit 192b14eaa2ba554b8bf6a56818fe0fe5cfb58bb1 Author: Gregg Tanzillo <gtanzill> AuthorDate: Fri Nov 10 14:59:28 2017 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Fri Nov 10 17:46:35 2017 -0500 Update existing tests to handle check for subscription being to a different region than the current region https://bugzilla.redhat.com/show_bug.cgi?id=1507323 Fixed typo2 Change 2 spec/models/pglogical_subscription_spec.rb | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-)  |