Bug 1344771
Summary: | Seeing unwanted message when we disable an Image from master Node | ||||||
---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Tanay Ganguly <tganguly> | ||||
Component: | RBD | Assignee: | Jason Dillaman <jdillama> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 2.0 | CC: | ceph-eng-bugs, kdreyer, kurs | ||||
Target Milestone: | rc | ||||||
Target Release: | 2.0 | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-06-15 23:18:14 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
*** This bug has been marked as a duplicate of bug 1346946 *** |
Created attachment 1166704 [details] Log Description of problem: Seeing Message when we disable the Journal from the Master Node Version-Release number of selected component (if applicable): ceph version 10.2.1-13.el7cp How reproducible: Always Steps to Reproduce: 1. Create an Image with Journal enabled. 2. Write some data, and let the image start syncing 3. Disable the Journal Actual results: Seeing lots of message while checking the Mirroring status. systemctl status -l ceph-rbd-mirror@master ● ceph-rbd-mirror - Ceph rbd mirror daemon Loaded: loaded (/usr/lib/systemd/system/ceph-rbd-mirror@.service; enabled; vendor preset: disabled) Active: active (running) since Fri 2016-06-10 23:13:21 IST; 5min ago Main PID: 30218 (rbd-mirror) CGroup: /system.slice/system-ceph\x2drbd\x2dmirror.slice/ceph-rbd-mirror └─30218 /usr/bin/rbd-mirror -f --cluster master --id master --setuser ceph --setgroup ceph Jun 10 23:13:21 x.eng.blr.redhat.com systemd[1]: Started Ceph rbd mirror daemon. Jun 10 23:13:21 x.eng.blr.redhat.com systemd[1]: Starting Ceph rbd mirror daemon... Jun 10 23:15:29 x.eng.blr.redhat.com rbd-mirror[30218]: 2016-06-10 23:15:29.107188 7f2656ffd700 -1 rbd::mirror::image_replayer::BootstrapRequest: 0x7f26200167b0 handle_get_remote_tag_class: failed to retrieve remote client: (2) No such file or directory Jun 10 23:15:29 x.eng.blr.redhat.com rbd-mirror[30218]: 2016-06-10 23:15:29.107251 7f2686ffd700 -1 rbd::mirror::ImageReplayer: 0x7f2620009ae0 [1/e56249bf-b8d3-4da0-aaa4-f3ddfee6de13] operator(): start failed: (2) No such file or directory Jun 10 23:15:29 x.eng.blr.redhat.com rbd-mirror[30218]: 2016-06-10 23:15:29.117624 7f267dffb700 -1 JournalMetadata: operator(): failed to watch journal(2) No such file or directory Jun 10 23:15:29 x.eng.blr.redhat.com rbd-mirror[30218]: 2016-06-10 23:15:29.117650 7f267dffb700 -1 JournalMetadata: failed to initialize immutable metadata: (2) No such file or directory Expected results: There should not be any message Additional info: Logs attached.