Bug 625424
Summary: | repl-monitor.pl doesn't work in hub node | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Marcos Aguinaldo Forquesato <guina> | ||||||
Component: | Replication - General | Assignee: | Noriko Hosoi <nhosoi> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 7.1 | CC: | jgalipea, nhosoi, rmeggins, sramling | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 679982 (view as bug list) | Environment: | |||||||
Last Closed: | 2015-12-07 16:33:20 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 434915, 679982, 708096 | ||||||||
Attachments: |
|
Description
Marcos Aguinaldo Forquesato
2010-08-19 12:03:48 UTC
Created attachment 480602 [details]
git patch file (master)
Description: repl-monitor.pl has been designed to display the
entire replication topology. This patch allows to show the
subset of the topology starting from the specified hub.
Created attachment 480604 [details]
sample repl-monitor config file
Steps to verify. 0. Set up a replication system including at least one hub E.g., M0 <--> M1 | v Hub --> C Edit the attached sample repl-monitor config file to adjust to the system. 1. Run some modify operations against the test system. 2. Run repl-monitor.pl against master $ repl-monitor.pl -f /path/to/repl/monitor/config/file -p master_port > master.html 3. Run repl-monitor.pl against hub $ repl-monitor.pl -f /path/to/repl/monitor/config/file -p hub_port > hub.html 4. Display master.html and hub.html on the browser and check they show the correct info. Reviewed by Nathan (thank you!!!) Pushed to master. $ git merge 625424 Updating 7a7c527..4d96b79 Fast-forward ldap/admin/src/scripts/repl-monitor.pl.in | 75 +++++++++++++++++++++++++---- 1 files changed, 65 insertions(+), 10 deletions(-) $ git push Counting objects: 13, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (7/7), 1.03 KiB, done. Total 7 (delta 5), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 7a7c527..4d96b79 master -> master Cherry-picked this commit on 389-ds-base-1.2.8 and pushed to the branch commit 4d96b793803337cc53d254b38a65f95831b6c525 $ git cherry-pick 4d96b793803337cc53d254b38a65f95831b6c525 Finished one cherry-pick. [ds128-local 4d56dcd] Bug 625424 - repl-monitor.pl doesn't work in hub node 1 files changed, 65 insertions(+), 10 deletions(-) $ git push origin ds128-local:389-ds-base-1.2.8 Counting objects: 13, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (7/7), 1.04 KiB, done. Total 7 (delta 5), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 1ff4d97..4d56dcd ds128-local -> 389-ds-base-1.2.8 repl-monitor.pl works fine with both Hub and Master. Hence marking the bug as Verified |