You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: