-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to bring-up gluster-block on Ubuntu ? #215
Comments
@pkalever Above steps are good for ubuntu. I am able to create the gluster-volume now. I had to copy service files manually and run them. Does make install copied the service files to right locations for you on ubuntu? |
@salamani have you noticed '--with-systemddir' flag to configure in my above steps ? That should do it for you. Try '# make distclean' and then start fresh. |
Above steps are good! My sincere apologies for it taking so long to confirm it. |
@salamani no problem and I'm glad that it worked for you. Thanks for confirming. |
I had to install libglusterfs-dev as well, and libgoogle-perftools-dev for tcmu-runner. |
I'm testing installation on Debian 10 and even enabling
I think it's better to change the previous lines as the following by replacing every occurrences of
|
I'm trying to build I'm failing at the
Any tips on how to fix? I seem to already have |
@davidsbond this means at build time it is not able to find the gfapi library in the standard library paths, could you try exporting your library path and export it as needed? |
Same issue here, figured out: |
Steps to bring gluster-block up and running on ubuntu (tested on 18.04):
[ Lets create a doc based on this later ]
Env details:
Installing gluster-block build time dependencies:
Compiling from source and installing:
Tcmu-runner and targetcli are runtime dependencies, lets install them:
targetcli, rtslib, configshell packages available on on ubuntu are way old, hence had to install them from source:
Starting glusterd and creating a block hosting volume:
Starting gluster-blockd and creating a block volume on top of previously created block hosting volume:
Explore more tests at https://github.com/gluster/gluster-block/blob/master/tests/basic.t and README/Man-Pages.
happy blocking!!
The text was updated successfully, but these errors were encountered: