diff options
Diffstat (limited to 'sys-fs/ocfs2-tools')
-rw-r--r-- | sys-fs/ocfs2-tools/Manifest | 7 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/files/ocfs2-tools-1.6.4-asneeded.patch | 78 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/files/ocfs2-tools-recent-kernels.patch | 19 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/files/ocfs2.confd | 37 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/files/ocfs2.initd | 124 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/metadata.xml | 11 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r2.ebuild | 83 |
7 files changed, 0 insertions, 359 deletions
diff --git a/sys-fs/ocfs2-tools/Manifest b/sys-fs/ocfs2-tools/Manifest deleted file mode 100644 index 3d7a3b638f32..000000000000 --- a/sys-fs/ocfs2-tools/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX ocfs2-tools-1.6.4-asneeded.patch 2606 BLAKE2B 96fbe75c79bcb327d17bf337f15f8828c9ad099e6f4eff92e70edc3c0924e0293d9e496f9804973ac75ed2ba1e383c86a60094e3a174228ae505740008d6ddc7 SHA512 d39c0e73672cd2e7810155690c89da6fae55aa4798dd6e02d3aa0bdb7642bc88d43733ea992262c9fd5c10d40d5ffed7ca7abae6d3114ebdc6915251d43a9a7d -AUX ocfs2-tools-recent-kernels.patch 650 BLAKE2B e1b8f7aaddee682affa6de3b43b9c8c8c890d17ab0260756c4a47cc80e94f7e6333593a56efab6b7078377863d754f3cac35e08df84188ddcf5232a288ee0728 SHA512 4e5f5f5fa3a8cbde6f937e574b97c1d6a76d4cec5b9df16a094527c5ca59ed37857f54c4687dfd4557ef4c0fd701825d5ee2091d76eabbecd2b029b5fdf27b1e -AUX ocfs2.confd 1494 BLAKE2B 6390651f1d07fb82c98e7058a7ffa1267672fafc64b84fc320d58076de723e6472b4587ec7fd7ad6345a310f225b1a66f50296e39e772ff4a2c22d7fafa6943b SHA512 7cb63e889fad081d41283534032f41413bbb37202391d7a0f08f590170dc7a11c45bd90946910ba7680e401e4cb80eeb70fe85eb55ecbe9c16507e4d3d0b08c9 -AUX ocfs2.initd 4004 BLAKE2B 8d9f839d9ad7607b45e768b95ebc589c0e6fb729d2fff3afac04cd28f5b72f2a2d958c8e9153ae8db7a5cc01dd4a8e397f6514f3fd4f615317ed6acbb2953208 SHA512 ab35d6916871eed469c3e05470dec6913b96bf806fd67d090f5a6af9eb28e4cd648707d768c0a47f6d2926f969421837adf9ef714b336c929b73df785dbfae1b -DIST ocfs2-tools-1.8.2.tar.xz 963132 BLAKE2B 00bbaecfc797329c4a7798c3c33bea0871ffe828ff2a7b12ece4e904fb4df3734326f8a0da69160daafe438c2db3f0e93054e89497e698af1d72724e766929e4 SHA512 b1354730a1e51117497b56e0a1fd79667d608cdf2ccdfa9eb7355f9f40684e64c0787722fa8e6046b35dd00c2ff7a822719b47d059f23253f0bab64e181875ee -EBUILD ocfs2-tools-1.8.2-r2.ebuild 1838 BLAKE2B 758601a4385b6492cfbd5c030e6208475c839b957b776368f87d3e37473f838ce3cc50b89f07880e84ccf43b494fe4f0a9095afe7179248bab7d2c0b67373dcd SHA512 091df2c69adff025e1399f19ef601649f0279efa4a5e4311e5a2e7cb1e4b49ae5c49d34464cc20c325c5f615f243c9f56d2880524235e106e36c3d642a953b05 -MISC metadata.xml 320 BLAKE2B 9608019a1f3dd3164c7db7c399cda6b61ab8de154c7218c589a050516a20084d2b2e5e51d29acb3b5534c2f7626255debfbd12440820e2facf413d6fba9d0024 SHA512 281f53acb3439cc8881e8fa0d8b314107fc17bb56e63f8fd51548fccc3e9cd95098cf0199decaa8813a55ab234cf8a1147f94689cb993d3c7ea79df9e3372a1f diff --git a/sys-fs/ocfs2-tools/files/ocfs2-tools-1.6.4-asneeded.patch b/sys-fs/ocfs2-tools/files/ocfs2-tools-1.6.4-asneeded.patch deleted file mode 100644 index 8920e773004b..000000000000 --- a/sys-fs/ocfs2-tools/files/ocfs2-tools-1.6.4-asneeded.patch +++ /dev/null @@ -1,78 +0,0 @@ ---- a/configure.in 2011-01-19 20:43:35.000000000 +0100 -+++ b/configure.in 2012-02-21 11:14:51.047974999 +0100 -@@ -265,7 +265,6 @@ - cpg_package=openais - fi - TRY_PATH="$AIS_TRY_PATH" -- AC_MSG_CHECKING([for cpg_initialize in -lcpg]) - while test "x$TRY_PATH" != "x"; do - TRY="`echo $TRY_PATH | cut -f1 -d:`" - NEW_TRY_PATH="`echo $TRY_PATH | cut -f2- -d:`" -@@ -281,9 +280,8 @@ - # TRY="$TRY" - - saved_LDFLAGS="$LDFLAGS" -- LDFLAGS="$LDFLAGS $TRY -lcpg" -- AC_LINK_IFELSE([AC_LANG_CALL([], [cpg_initialize])], -- cpg_found=yes) -+ LDFLAGS="$LDFLAGS $TRY" -+ AC_SEARCH_LIBS([cpg_initialize], [cpg], [cpg_found=yes], [], []) - LDFLAGS="$saved_LDFLAGS" - - if test "x$cpg_found" = "xyes"; then -@@ -292,10 +290,7 @@ - fi - done - fi --if test "x$cpg_found" = "xyes"; then -- AC_MSG_RESULT(yes) --else -- AC_MSG_RESULT(no) -+if test "x$cpg_found" = "xno"; then - AC_MSG_WARN([libcpg not found, ocfs2_controld will not be built]) - fi - AC_SUBST(CPG_LDFLAGS) -@@ -309,7 +304,6 @@ - if test "x$ckpt_found" = "xyes"; then - ckpt_found= - TRY_PATH="$AIS_TRY_PATH" -- AC_MSG_CHECKING([for saCkptInitialize in -lSaCkpt]) - while test "x$TRY_PATH" != "x"; do - TRY="`echo $TRY_PATH | cut -f1 -d:`" - NEW_TRY_PATH="`echo $TRY_PATH | cut -f2- -d:`" -@@ -325,9 +319,8 @@ - # TRY="$TRY" - - saved_LDFLAGS="$LDFLAGS" -- LDFLAGS="$LDFLAGS $TRY -lSaCkpt" -- AC_LINK_IFELSE([AC_LANG_CALL([], [saCkptInitialize])], -- ckpt_found=yes) -+ LDFLAGS="$LDFLAGS $TRY" -+ AC_SEARCH_LIBS([saCkptInitialize], [SaCkpt], [ckpt_found=yes], [], []) - LDFLAGS="$saved_LDFLAGS" - - if test "x$ckpt_found" = "xyes"; then -@@ -336,10 +329,7 @@ - fi - done - fi --if test "x$ckpt_found" = "xyes"; then -- AC_MSG_RESULT(yes) --else -- AC_MSG_RESULT(no) -+if test "x$ckpt_found" = "xno"; then - AC_MSG_WARN([libSaCkpt not found, ocfs2_controld will not be built]) - fi - AC_SUBST(AIS_LDFLAGS) - ---- a/ocfs2_controld/Makefile 2012-02-21 11:49:36.248974932 +0100 -+++ b/ocfs2_controld/Makefile 2012-02-21 11:49:47.943974980 +0100 -@@ -14,7 +14,7 @@ - ifneq ($(BUILD_PCMK_SUPPORT),) - SBIN_PROGRAMS += ocfs2_controld.pcmk - # Some pacemaker headers which pacemaker.c includes want this. --PCMK_INCLUDES = -I/usr/include/pacemaker -I/usr/include/heartbeat/ $(GLIB_CFLAGS) -+PCMK_INCLUDES = -I/usr/include/pacemaker -I/usr/include/heartbeat/ `pkg-config --cflags libxml-2.0` $(GLIB_CFLAGS) - endif - - INCLUDES = -I$(TOPDIR)/include -I. $(PCMK_INCLUDES) diff --git a/sys-fs/ocfs2-tools/files/ocfs2-tools-recent-kernels.patch b/sys-fs/ocfs2-tools/files/ocfs2-tools-recent-kernels.patch deleted file mode 100644 index 24bc40dcd09f..000000000000 --- a/sys-fs/ocfs2-tools/files/ocfs2-tools-recent-kernels.patch +++ /dev/null @@ -1,19 +0,0 @@ -# git diff include/ocfs2-kernel/ocfs2_fs.h -diff --git a/include/ocfs2-kernel/ocfs2_fs.h b/include/ocfs2-kernel/ocfs2_fs.h -index 3eafb07..7bb954a 100644 ---- a/include/ocfs2-kernel/ocfs2_fs.h -+++ b/include/ocfs2-kernel/ocfs2_fs.h -@@ -1681,11 +1681,11 @@ static inline int ocfs2_sprintf_system_inode_name(char *buf, int len, - return chars; - } - --static inline void ocfs2_set_de_type(struct ocfs2_dir_entry *de, -+/*static inline void ocfs2_set_de_type(struct ocfs2_dir_entry *de, - umode_t mode) - { - de->file_type = ocfs2_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; --} -+}*/ - - static inline int ocfs2_gd_is_discontig(struct ocfs2_group_desc *gd) - {
\ No newline at end of file diff --git a/sys-fs/ocfs2-tools/files/ocfs2.confd b/sys-fs/ocfs2-tools/files/ocfs2.confd deleted file mode 100644 index 89f7a983ea38..000000000000 --- a/sys-fs/ocfs2-tools/files/ocfs2.confd +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Put your cluster names here, separated by space, ie. -# OCFS2_CLUSTER="cluster1 admincluster cluster2" -OCFS2_CLUSTER="home" - -# Some heartbeat tweaks to prevent self-fencing quite so much during heavy load. -# http://oss.oracle.com/projects/ocfs2/dist/documentation/ocfs2_faq.html - -# How long to wait before a node is considered dead from lack of network activity. -OCFS2_IDLE_TIMEOUT_MS="30000" -# How often we should attempt to send heartbeats. -OCFS2_KEEPALIVE_DELAY_MS="2000" -OCFS2_RECONNECT_DELAY_MS="2000" -# How often we should attempt to send heartbeats. -# How many interations before a node is considered dead from lack of IO activity. -# (dead_threshold - 1) * 2s -OCFS2_DEAD_THRESHOLD="61" - -# Default: "-fy" (force check on double-unmounted boot). I beleave this is best. -# Native way is "-y", but once I have twice reboot/powerOFF with bad result... -# Affected only fstab. -OCFS2_FSCK="-fy" - -# http://oss.oracle.com/projects/ocfs2-tools/news/article_8.html -# starting from 1.4.3, fsck.ocfs2 "aggressively cache the metadata blocks" -# this is useful on lots of free memory, but I have heavy slowdown on x86_64 -# with 1G of RAM. -# "yes" will "swapoff -a" & "swapon -a" around fsck to avoid caching over swap -OCFS2_FSCK_SWAPOFF="yes" - -# Signal to kill processes on stop/umount on busy device (empty to not kill) -#OCFS2_UMOUNT_KILL="KILL" - -# "yes" to force stop -#OCFS2_FORCE_STOP="no" diff --git a/sys-fs/ocfs2-tools/files/ocfs2.initd b/sys-fs/ocfs2-tools/files/ocfs2.initd deleted file mode 100644 index 32ff2e0bd67f..000000000000 --- a/sys-fs/ocfs2-tools/files/ocfs2.initd +++ /dev/null @@ -1,124 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net localmount - before netmount -} - -check_modules_config() { - local MODULES=$1 - local CONFIGS=$2 - local MODULE - local retval=0 - - for MODULE in ${MODULES}; do - if ! ls -1 /sys/module | egrep -q "^${MODULE}$"; then - retval=1 - fi - done - if [ ${retval} -eq 1 ] && [ -e /proc/config.gz ]; then - retval=0 - for MODULE in ${CONFIGS}; do - if ! gzip -dc /proc/config.gz | egrep -q "^CONFIG_${MODULE}=y$"; then - retval=1 - fi - done - fi - return ${retval} -} - -check_modules() { - check_modules_config "ocfs2_dlmfs ocfs2 ocfs2_dlm ocfs2_nodemanager" "OCFS2_FS OCFS2_FS_O2CB" && check_modules_config configfs CONFIGFS_FS && return 0 - if ! egrep -q '\s*ocfs2\s*$' /proc/filesystems || ! egrep -q '\s*ocfs2_dlmfs\s*$' /proc/filesystems; then - ewarn "One or more required modules are not loaded." - ewarn "Make sure you have " - ewarn " - placed ocfs, dlmfs and configfs into /etc/modules.autoload.d/kernel-2.6 or built directly into the kernel." - ewarn "For a (in)complete documentation, read /usr/share/doc/ocfs-<version>/INSTALL.GENTOO.bz2" - fi - return 1 -} - -check_pseudofs() { - local retval=0 - local HASMOUNT="mount -l -t" - if [ -z "`${HASMOUNT} configfs`" ] ; then - retval=1 - fi - if [ -z "`${HASMOUNT} ocfs2_dlmfs`" ] ; then - retval=1 - fi - - if [ ${retval} -eq 1 ]; then - ewarn "One or more pseudo-filesystes are not mounted." - ewarn "Make sure you have following lines in your /etc/fstab:" - ewarn "none /sys/kernel/config configfs defaults 0 0" - ewarn "none /sys/kernel/dlm ocfs2_dlmfs defaults 0 0" - fi - return ${retval} -} - - - -start() { - check_modules || return $? - check_pseudofs || return $? - - einfo "Starting OCFS2 cluster" - for cluster in ${OCFS2_CLUSTER}; do - ebegin " - ${cluster}" - /sbin/o2cb_ctl -H -n ${cluster} -t cluster -a online=yes >/dev/null 2>&1 - eend $? - - # Some heartbeat tweaks to prevent self-fencing quite so much during heavy load. - # http://oss.oracle.com/projects/ocfs2/dist/documentation/ocfs2_faq.html - - # How long to wait before a node is considered dead from lack of network activity. - echo $OCFS2_IDLE_TIMEOUT_MS > /sys/kernel/config/cluster/${cluster}/idle_timeout_ms - # How often we should attempt to send heartbeats. - echo $OCFS2_KEEPALIVE_DELAY_MS > /sys/kernel/config/cluster/${cluster}/keepalive_delay_ms - echo $OCFS2_RECONNECT_DELAY_MS > /sys/kernel/config/cluster/${cluster}/reconnect_delay_ms - # How many interations before a node is considered dead from lack of IO activity. - # (dead_threshold - 1) * 2s - echo $OCFS2_DEAD_THRESHOLD > /sys/kernel/config/cluster/${cluster}/heartbeat/dead_threshold - done - sleep 2 -} - -stop() { - # Shamelesly stolen from netmount - local ret - ebegin "Unmounting OCFS2 filesystems" - [ -z "$(umount -art ocfs2 2>&1)" ] - ret=$? - eend ${ret} "Failed to simply unmount filesystems" - [ ${ret} -eq 0 ] && return 0 - - declare -a siglist=( "TERM" "KILL" "KILL" ) - local retry=0 - local remaining="go" - - while [ -n "${remaining}" -a ${retry} -lt 3 ] - do - remaining="$(awk '$3 ~ /'ocfs2'/ { if ($2 != "/") print $2 }' /proc/mounts | sort -r)" - IFS=$'\n' - set -- ${remaining//\\040/ } - unset IFS - [ -z "${remaining}" ] && break - - ebegin $'\t'"Unmounting ocfs2 filesystems (retry #$((retry+1)))" - /bin/fuser -k -${siglist[$((retry++))]} -m "$@" &>/dev/null - sleep 5 - umount "$@" &>/dev/null - eend $? $'\t'"Failed to unmount filesystems" - done - - - einfo "Stopping OCFS2 cluster" - for cluster in ${OCFS_CLUSTERS}; do - ebegin " - ${cluster}" - /sbin/o2cb_ctl -H -n ${cluster} -t cluster -a online=no >/dev/null 2>&1 - eend $? - done -} diff --git a/sys-fs/ocfs2-tools/metadata.xml b/sys-fs/ocfs2-tools/metadata.xml deleted file mode 100644 index 7bc09f148256..000000000000 --- a/sys-fs/ocfs2-tools/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>cluster@gentoo.org</email> - <name>Gentoo Cluster Project</name> -</maintainer> -<use> - <flag name="external">Enable external locking</flag> -</use> -</pkgmetadata> diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r2.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r2.ebuild deleted file mode 100644 index 1db9772faead..000000000000 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r2.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit autotools python-single-r1 - -DESCRIPTION="Support programs for the Oracle Cluster Filesystem 2" -HOMEPAGE="http://oss.oracle.com/projects/ocfs2-tools/" -SRC_URI="https://dev.gentoo.org/~alexxy/distfiles/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug external gtk" - -RDEPEND=" - dev-libs/libaio:= - sys-apps/util-linux:= - sys-cluster/libcman - external? ( - sys-cluster/libdlm - sys-cluster/pacemaker[-heartbeat] - ) - sys-fs/e2fsprogs - sys-libs/e2fsprogs-libs:= - sys-libs/ncurses:0= - sys-libs/readline:0= - sys-process/psmisc - gtk? ( - ${PYTHON_DEPS} - dev-python/pygtk[${PYTHON_USEDEP}] - ) -" -# 99% of deps this thing has is automagic -# specialy cluster things corosync/pacemaker -DEPEND="${RDEPEND}" - -REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )" - -DOCS=( - "${S}/documentation/samples/cluster.conf" - "${S}/documentation/users_guide.txt" -) - -MAKEOPTS+=" -j1" - -PATCHES=( - "${FILESDIR}/${PN}-1.6.4-asneeded.patch" - "${FILESDIR}/${PN}-recent-kernels.patch" -) - -pkg_setup() { - use gtk && python-single-r1_pkg_setup -} - -src_prepare() { - sed -e 's/ncurses, tgetstr/ncurses, printw/g' -i configure.in || die - # gentoo uses /sys/kernel/dlm as dlmfs mountpoint - sed -e 's:"/dlm/":"/sys/kernel/dlm":g' \ - -i libo2dlm/o2dlm_test.c \ - -i libocfs2/dlm.c || die "sed failed" - default - rm -f aclocal.m4 || die - AT_M4DIR=. eautoreconf - use gtk && python_fix_shebang . -} - -src_configure() { - econf \ - $(use_enable debug debug) \ - $(use_enable debug debugexe) \ - $(use_enable gtk ocfs2console) \ - --enable-dynamic-fsck \ - --enable-dynamic-ctl -} - -src_install() { - default - use gtk && python_optimize - newinitd "${FILESDIR}/ocfs2.initd" ocfs2 - newconfd "${FILESDIR}/ocfs2.confd" ocfs2 -} |