Skip to content
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

emerge cman and gfs2-utils in foss-cloud 1.3.0 #4

Open
kbrinkmeier opened this issue Mar 18, 2015 · 0 comments
Open

emerge cman and gfs2-utils in foss-cloud 1.3.0 #4

kbrinkmeier opened this issue Mar 18, 2015 · 0 comments
Assignees
Milestone

Comments

@kbrinkmeier
Copy link

emerge cman and gfs2-utils will only work if there is a Binhost-Entry with the correct credentials in /etc/portage/make.conf:
PORTAGE_BINHOST="https://name:passwd@packages.foss-cloud.org/foss-cloud/releases/1.3/packages"
To mount a gfs2 filesystem (fstab-example: /dev/mapper/36004711 /var/virtualization gfs2
noatime,_netdev,locktable=fosscluster:fosslock 0 0) you need the gfs_control and gfs_controld. In
/etc/init.d/cman you have to uncomment the lines with start_gfs_controld and stop_gfs_controld.

Unfortunately these two programs are now missing.

So you have to download the sources and compile your own gfs_control(d). The sources I used
(gfs2-utils-3.1.5-2.fc19.src.rpm) can be found here:
http://koji.fedoraproject.org/koji/buildinfo?buildID=386703
The README.build tells you: By default gfs_controld is not built as it is not required in Fedora 17 and later and cannot build on it. To re-enable it for older systems, use
--enable-gfs_controld when running the configure script

I then copied the gfs_control and gfs_controld to /usr/sbin (after compilation both can be found in the gfs2-utils/group subfolders). The rest can be discarded.

Is there a chance that the cman and gfs2-utils will be built into a future Foss-Cloud-Installation-ISO?

@kerstini kerstini added this to the 1.3.1 milestone Mar 19, 2015
@kerstini kerstini self-assigned this Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants