Bug 1132766
Summary: | ubuntu ppa: 3.5 missing hooks and files for new geo-replication | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | nathan r. hruby <nhruby> | ||||||
Component: | build | Assignee: | Louis Zuckerman <glusterbugs> | ||||||
Status: | CLOSED EOL | QA Contact: | |||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 3.5.2 | CC: | bugs, colin.alston, glusterbugs, mockbox, pauyeung | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 1207201 (view as bug list) | Environment: | |||||||
Last Closed: | 2016-06-17 16:23:41 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: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1207201 | ||||||||
Attachments: |
|
Description
nathan r. hruby
2014-08-22 03:25:19 UTC
Created attachment 929422 [details]
first pass patch
adding a quick patch to add required files for geo-rep and some libs, def. not correct.
Hi Nathan, Thanks for reporting the issue. It came up in IRC once before but I wasnt able to figure out a solution. I'll try your patch & see if I can get it working in the packages. Your help is much appreciated. Regards, -louis Created attachment 932454 [details]
working debian dir
here's my latest debian dir with updates install and rules files.
Why install everything in /usr/include/glusterfs? Did you need some header file for something? I normally only include glfs.h since that's the libgfapi other apps use. Just curious if there's something else useful in there. Aside from that little curiosity it all looks great to me. Thanks again for your contribution! I might not have figured this out on my own. You really helped a lot of people with this. All the best, -louis I've been testing out geo-rep with 3.5.2 on ubuntu trusty & debian jessie and I'm running into an issue with the location of gsyncd. It gets installed into /usr/lib/x86_64-linux-gnu/glusterfs but the generated config says it's location is /nonexistent/gsyncd (which obviously doesn't exist). Geo-rep fails to start because of this. I'm stumped at this point. I'll review the issue on IRC this week and possibly open a new bug if necessary. Re: #4 - I figured that was an oversight, and assumed all the header files needed to get shipped, mainly because there was some changelog related stuff in there. Re: #5 - I think the /nonexistent/gsyncd is fixed in 3.6 -- there's a few threads about it. If you look at the georep logs on both sides, it's trying to call /usr/libexec/glusterfs/gsyncd which doesn't exist in Ubuntu 12.04. I just made a /usr/libexec and symlinked glsuterfs to /usr/lib/x86_64-linux-gnu/glusterfs/ and it was able to start after that. I'll try to clean up my internal ansible gluster playbook and geo-replciation module next week which helps speed the setup and testing a bit. -n I was wondering if you ran into this /nonexistent thing too. Thanks for confirming. I'll bring it up with the devs when I see them in IRC next (probably tuesday). I'm sure they'll have good insight. As for the headers, I just left them out by default until people asked (rightly so) for the libgfapi file, glfs.h, which is needed to build anything that uses libgfapi (samba vfs, qemu, etc). We discussed in IRC recenly the idea of putting headers in a glusterfs-dev package, but I don't think it's worth the effort. People are happy enough with just glfs.h in glusterfs-common as far as I know. In your opinion, should I publish new packages with the post hook script right away, even though geo-rep still doesnt work because of the gsyncd path problem? Or wait (days probably) until that's fixed too, and it all works out of the box? -louis Yeah, I would, because at least people have a chance of making geo-rep work with the packages. These packages are still completely broken? Rad... This bug is getting closed because the 3.5 is marked End-Of-Life. There will be no further updates to this version. Please open a new bug against a version that still receives bugfixes if you are still facing this issue in a more current release. |