Index: Makefile =================================================================== --- Makefile (revision 533236) +++ Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= glusterfs -PORTVERSION= 3.11.1 -PORTREVISION= 7 +PORTVERSION= 7.5 CATEGORIES= net MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ @@ -12,31 +11,29 @@ LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 +LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu \ + libuuid.so:misc/e2fsprogs-libuuid -LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu - -USES= bison gettext gnome libtool pkgconfig python:2.7 readline \ +USES= autoreconf bison gettext gnome libtool pkgconfig python readline \ shebangfix sqlite ssl BROKEN_SSL= libressl -SHEBANG_FILES= extras/peer_add_secret_pub.in \ - events/src/glustereventsd.py \ +SHEBANG_FILES= events/src/glustereventsd.py \ events/src/peer_eventsapi.py \ + events/tools/eventsdash.py \ + extras/peer_add_secret_pub.in \ + extras/post-upgrade-script-for-quota.sh \ + extras/pre-upgrade-script-for-quota.sh \ + extras/snap_scheduler/gcron.py \ + extras/snap_scheduler/snap_scheduler.py \ + extras/stop-all-gluster-processes.sh \ + extras/thin-arbiter/setup-thin-arbiter.sh \ tools/glusterfind/src/nodeagent.py \ tools/glusterfind/src/brickfind.py \ tools/glusterfind/src/changelog.py \ tools/glusterfind/glusterfind.in \ tools/gfind_missing_files/gfid_to_path.py \ - extras/pre-upgrade-script-for-quota.sh \ - events/tools/eventsdash.py \ - extras/post-upgrade-script-for-quota.sh \ - extras/snap_scheduler/gcron.py \ - extras/snap_scheduler/snap_scheduler.py \ - events/src/peer_eventsapi.py \ - events/src/glustereventsd.py \ tools/glusterfind/S57glusterfind-delete-post.py USE_GNOME= glib20 libxml2 Index: distinfo =================================================================== --- distinfo (revision 533236) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499632037 -SHA256 (glusterfs-3.11.1.tar.gz) = c7e0502631c9bc9da05795b666b74ef40a30a0344f5a2e205e65bd2faefe1442 -SIZE (glusterfs-3.11.1.tar.gz) = 9155001 +TIMESTAMP = 1587820656 +SHA256 (glusterfs-7.5.tar.gz) = a0b977626780d99b9f38703472c0a8546311a7e976321dcf6c1f84069225cdd1 +SIZE (glusterfs-7.5.tar.gz) = 7649044 Index: files/patch-configure =================================================================== --- files/patch-configure (revision 533236) +++ files/patch-configure (nonexistent) @@ -1,12 +0,0 @@ ---- configure.orig 2017-06-27 15:25:15 UTC -+++ configure -@@ -13475,6 +13475,9 @@ case $host_os in - linux*) - #do nothing - ;; -+ freebsd*) -+#do nothing -+ ;; - netbsd*) - #do nothing - ;; Property changes on: files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-configure.ac =================================================================== --- files/patch-configure.ac (nonexistent) +++ files/patch-configure.ac (working copy) @@ -0,0 +1,13 @@ +--- configure.ac.orig 2020-04-27 15:45:15.290583000 +0200 ++++ configure.ac 2020-04-27 15:45:24.695070000 +0200 +@@ -1242,9 +1242,6 @@ + *freebsd*) + GF_HOST_OS="GF_BSD_HOST_OS" + GF_CFLAGS="${GF_CFLAGS} -O0" +- GF_CFLAGS="${GF_CFLAGS} -DTHREAD_UNSAFE_BASENAME" +- GF_CFLAGS="${GF_CFLAGS} -DTHREAD_UNSAFE_DIRNAME" +- GF_CFLAGS="${GF_CFLAGS} -D_LIBGEN_H_" + GF_CFLAGS="${GF_CFLAGS} -DO_DSYNC=0" + GF_CFLAGS="${GF_CFLAGS} -Dxdr_quad_t=xdr_longlong_t" + GF_CFLAGS="${GF_CFLAGS} -Dxdr_u_quad_t=xdr_u_longlong_t" + Property changes on: files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-contrib_fuse-lib_mount.c =================================================================== --- files/patch-contrib_fuse-lib_mount.c (revision 533236) +++ files/patch-contrib_fuse-lib_mount.c (working copy) @@ -1,6 +1,6 @@ ---- contrib/fuse-lib/mount.c.orig 2017-06-27 15:25:12 UTC +--- contrib/fuse-lib/mount.c.orig 2019-05-24 12:52:19 UTC +++ contrib/fuse-lib/mount.c -@@ -382,6 +382,7 @@ fuse_mount_sys (const char *mountpoint, +@@ -384,6 +384,7 @@ fuse_mount_sys (const char *mountpoint, char *fsname, build_iovec (&iov, &iovlen, "from", "/dev/fuse", -1); build_iovec (&iov, &iovlen, "volname", source, -1); build_iovec (&iov, &iovlen, "fd", fdstr, -1); Index: files/patch-extras_Makefile.in =================================================================== --- files/patch-extras_Makefile.in (revision 533236) +++ files/patch-extras_Makefile.in (working copy) @@ -1,22 +1,113 @@ ---- extras/Makefile.in.orig 2017-06-27 15:25:17 UTC +--- extras/Makefile.in.orig 2019-10-15 05:43:32 UTC +++ extras/Makefile.in -@@ -637,8 +637,8 @@ install-volDATA: $(vol_DATA) - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ -- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(voldir)'"; \ -- $(INSTALL_DATA) $$files "$(DESTDIR)$(voldir)" || exit $$?; \ -+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(voldir)/$${files}.sample'"; \ -+ $(INSTALL_DATA) $$files "$(DESTDIR)$(voldir)/$${files}.sample" || exit $$?; \ - done +@@ -1,7 +1,7 @@ +-# Makefile.in generated by automake 1.13.4 from Makefile.am. ++# Makefile.in generated by automake 1.16.1 from Makefile.am. + # @configure_input@ - uninstall-volDATA: -@@ -937,7 +937,7 @@ install-data-local: - fi - $(mkdir_p) $(DESTDIR)$(GLUSTERD_WORKDIR)/groups - $(INSTALL_DATA) $(top_srcdir)/extras/group-virt.example \ -- $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt -+ $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt.sample - $(INSTALL_DATA) $(top_srcdir)/extras/group-metadata-cache \ - $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/metadata-cache - $(INSTALL_DATA) $(top_srcdir)/extras/group-gluster-block \ +-# Copyright (C) 1994-2013 Free Software Foundation, Inc. ++# Copyright (C) 1994-2018 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +@@ -16,7 +16,17 @@ + + + VPATH = @srcdir@ +-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' ++am__is_gnu_make = { \ ++ if test -z '$(MAKELEVEL)'; then \ ++ false; \ ++ elif test -n '$(MAKE_HOST)'; then \ ++ true; \ ++ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ ++ true; \ ++ else \ ++ false; \ ++ fi; \ ++} + am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ +@@ -89,15 +99,13 @@ host_triplet = @host@ + @USE_SYSTEMD_TRUE@@WITH_SERVER_TRUE@ control-cpu-load.sh \ + @USE_SYSTEMD_TRUE@@WITH_SERVER_TRUE@ control-mem.sh + subdir = extras +-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ +- $(srcdir)/peer_add_secret_pub.in $(srcdir)/glusterd.vol.in \ +- $(srcdir)/run-gluster.tmpfiles.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/contrib/aclocal/mkdirp.m4 \ + $(top_srcdir)/contrib/aclocal/python.m4 \ + $(top_srcdir)/configure.ac + am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) ++DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) + mkinstalldirs = $(install_sh) -d + CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/site.h + CONFIG_CLEAN_FILES = peer_add_secret_pub glusterd.vol \ +@@ -169,7 +177,7 @@ am__recursive_targets = \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) + AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ +- distdir ++ distdir distdir-am + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) + # Read a list of newline-separated strings from the standard input, + # and print each of them once, without duplicates. Input order is +@@ -190,6 +198,9 @@ am__define_uniq_tagged_files = \ + ETAGS = etags + CTAGS = ctags + DIST_SUBDIRS = $(SUBDIRS) ++am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/glusterd.vol.in \ ++ $(srcdir)/peer_add_secret_pub.in \ ++ $(srcdir)/run-gluster.tmpfiles.in + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + am__relativize = \ + dir0=`pwd`; \ +@@ -305,6 +316,7 @@ LIB_DL = @LIB_DL@ + LIPO = @LIPO@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ ++LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ + MAKEINFO = @MAKEINFO@ + MANIFEST_TOOL = @MANIFEST_TOOL@ + MATH_LIB = @MATH_LIB@ +@@ -486,14 +498,13 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__c + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extras/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extras/Makefile +-.PRECIOUS: Makefile + Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ +- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ +- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ++ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +@@ -749,7 +760,10 @@ cscopelist-am: $(am__tagged_files) + distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +-distdir: $(DISTFILES) ++distdir: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) distdir-am ++ ++distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +@@ -929,6 +943,8 @@ uninstall-am: uninstall-EditorModeDATA uninstall-addon + ps ps-am tags tags-am uninstall uninstall-EditorModeDATA \ + uninstall-addonexecSCRIPTS uninstall-am uninstall-confDATA \ + uninstall-scriptsSCRIPTS uninstall-volDATA ++ ++.PRECIOUS: Makefile + + + @WITH_SERVER_TRUE@install-data-local: Index: pkg-plist =================================================================== --- pkg-plist (revision 533236) +++ pkg-plist (working copy) @@ -2,16 +2,21 @@ %%ETCDIR%%/eventsconfig.json %%ETCDIR%%/gluster-rsyslog-5.8.conf %%ETCDIR%%/gluster-rsyslog-7.2.conf -@sample %%ETCDIR%%/glusterd.vol.sample +%%ETCDIR%%/glusterd.vol %%ETCDIR%%/glusterfs-georep-logrotate %%ETCDIR%%/glusterfs-logrotate +%%ETCDIR%%/group-db-workload +%%ETCDIR%%/group-distributed-virt %%ETCDIR%%/group-gluster-block %%ETCDIR%%/group-metadata-cache %%ETCDIR%%/group-nl-cache +%%ETCDIR%%/group-samba %%ETCDIR%%/group-virt.example %%ETCDIR%%/logger.conf.example +%%ETCDIR%%/thin-arbiter.vol include/glusterfs/api/glfs-handles.h include/glusterfs/api/glfs.h +include/glusterfs/async.h include/glusterfs/atomic.h include/glusterfs/byte-order.h include/glusterfs/call-stub.h @@ -23,24 +28,17 @@ include/glusterfs/compat-errno.h include/glusterfs/compat-uuid.h include/glusterfs/compat.h -include/glusterfs/compound-fop-utils.h include/glusterfs/daemon.h include/glusterfs/default-args.h include/glusterfs/defaults.h include/glusterfs/dict.h include/glusterfs/event-history.h -include/glusterfs/event.h include/glusterfs/events.h include/glusterfs/fd-lk.h include/glusterfs/fd.h include/glusterfs/gf-dirent.h +include/glusterfs/gf-event.h include/glusterfs/gfchangelog/changelog.h -include/glusterfs/gfdb/gfdb_data_store.h -include/glusterfs/gfdb/gfdb_data_store_helper.h -include/glusterfs/gfdb/gfdb_data_store_types.h -include/glusterfs/gfdb/gfdb_mem-types.h -include/glusterfs/gfdb/gfdb_sqlite3.h -include/glusterfs/gfdb/gfdb_sqlite3_helper.h include/glusterfs/gidcache.h include/glusterfs/glfs-message-id.h include/glusterfs/globals.h @@ -60,8 +58,10 @@ include/glusterfs/lvm-defaults.h include/glusterfs/mem-pool.h include/glusterfs/mem-types.h +include/glusterfs/monitoring.h include/glusterfs/options.h include/glusterfs/parse-utils.h +include/glusterfs/protocol-common.h include/glusterfs/quota-common-utils.h include/glusterfs/rbthash.h include/glusterfs/refcount.h @@ -74,6 +74,7 @@ include/glusterfs/rpc/glusterfs-fops.h include/glusterfs/rpc/glusterfs3-xdr.h include/glusterfs/rpc/glusterfs3.h +include/glusterfs/rpc/glusterfs4-xdr.h include/glusterfs/rpc/mount3udp.h include/glusterfs/rpc/msg-nfs3.h include/glusterfs/rpc/nlm4-xdr.h @@ -118,6 +119,7 @@ include/glusterfs/y.tab.h %%GLUSTERLIBDIR%%/auth/addr.so %%GLUSTERLIBDIR%%/auth/login.so +%%GLUSTERLIBDIR%%/cloudsync-plugins/cloudsyncs3.so %%GLUSTERLIBDIR%%/rpc-transport/rdma.so %%GLUSTERLIBDIR%%/rpc-transport/socket.so %%GLUSTERLIBDIR%%/xlator/cluster/afr.so @@ -127,15 +129,12 @@ %%GLUSTERLIBDIR%%/xlator/cluster/ec.so %%GLUSTERLIBDIR%%/xlator/cluster/nufa.so %%GLUSTERLIBDIR%%/xlator/cluster/replicate.so -%%GLUSTERLIBDIR%%/xlator/cluster/stripe.so %%GLUSTERLIBDIR%%/xlator/cluster/switch.so -%%GLUSTERLIBDIR%%/xlator/cluster/tier.so +%%GLUSTERLIBDIR%%/xlator/debug/delay-gen.so %%GLUSTERLIBDIR%%/xlator/debug/error-gen.so %%GLUSTERLIBDIR%%/xlator/debug/io-stats.so %%GLUSTERLIBDIR%%/xlator/debug/sink.so %%GLUSTERLIBDIR%%/xlator/debug/trace.so -%%GLUSTERLIBDIR%%/xlator/encryption/crypt.so -%%GLUSTERLIBDIR%%/xlator/encryption/rot-13.so %%GLUSTERLIBDIR%%/xlator/features/access-control.so %%GLUSTERLIBDIR%%/xlator/features/arbiter.so %%GLUSTERLIBDIR%%/xlator/features/barrier.so @@ -143,39 +142,32 @@ %%GLUSTERLIBDIR%%/xlator/features/bitrot-stub.so %%GLUSTERLIBDIR%%/xlator/features/cdc.so %%GLUSTERLIBDIR%%/xlator/features/changelog.so -%%GLUSTERLIBDIR%%/xlator/features/changetimerecorder.so +%%GLUSTERLIBDIR%%/xlator/features/cloudsync.so %%GLUSTERLIBDIR%%/xlator/features/gfid-access.so -%%GLUSTERLIBDIR%%/xlator/features/glupy.so -%%GLUSTERLIBDIR%%/xlator/features/glupy/debug-trace.py -%%GLUSTERLIBDIR%%/xlator/features/glupy/debug-trace.pyc -%%GLUSTERLIBDIR%%/xlator/features/glupy/debug-trace.pyo -%%GLUSTERLIBDIR%%/xlator/features/glupy/helloworld.py -%%GLUSTERLIBDIR%%/xlator/features/glupy/helloworld.pyc -%%GLUSTERLIBDIR%%/xlator/features/glupy/helloworld.pyo -%%GLUSTERLIBDIR%%/xlator/features/glupy/negative.py -%%GLUSTERLIBDIR%%/xlator/features/glupy/negative.pyc -%%GLUSTERLIBDIR%%/xlator/features/glupy/negative.pyo %%GLUSTERLIBDIR%%/xlator/features/index.so %%GLUSTERLIBDIR%%/xlator/features/leases.so %%GLUSTERLIBDIR%%/xlator/features/locks.so %%GLUSTERLIBDIR%%/xlator/features/marker.so +%%GLUSTERLIBDIR%%/xlator/features/namespace.so %%GLUSTERLIBDIR%%/xlator/features/posix-locks.so %%GLUSTERLIBDIR%%/xlator/features/quiesce.so %%GLUSTERLIBDIR%%/xlator/features/quota.so %%GLUSTERLIBDIR%%/xlator/features/quotad.so %%GLUSTERLIBDIR%%/xlator/features/read-only.so +%%GLUSTERLIBDIR%%/xlator/features/sdfs.so %%GLUSTERLIBDIR%%/xlator/features/selinux.so %%GLUSTERLIBDIR%%/xlator/features/shard.so %%GLUSTERLIBDIR%%/xlator/features/snapview-client.so %%GLUSTERLIBDIR%%/xlator/features/snapview-server.so +%%GLUSTERLIBDIR%%/xlator/features/thin-arbiter.so %%GLUSTERLIBDIR%%/xlator/features/trash.so %%GLUSTERLIBDIR%%/xlator/features/upcall.so +%%GLUSTERLIBDIR%%/xlator/features/utime.so %%GLUSTERLIBDIR%%/xlator/features/worm.so %%GLUSTERLIBDIR%%/xlator/meta.so %%GLUSTERLIBDIR%%/xlator/mgmt/glusterd.so %%GLUSTERLIBDIR%%/xlator/mount/api.so %%GLUSTERLIBDIR%%/xlator/mount/fuse.so -%%GLUSTERLIBDIR%%/xlator/performance/decompounder.so %%GLUSTERLIBDIR%%/xlator/performance/io-cache.so %%GLUSTERLIBDIR%%/xlator/performance/io-threads.so %%GLUSTERLIBDIR%%/xlator/performance/md-cache.so @@ -186,12 +178,11 @@ %%GLUSTERLIBDIR%%/xlator/performance/readdir-ahead.so %%GLUSTERLIBDIR%%/xlator/performance/stat-prefetch.so %%GLUSTERLIBDIR%%/xlator/performance/write-behind.so +%%GLUSTERLIBDIR%%/xlator/playground/template.so %%GLUSTERLIBDIR%%/xlator/protocol/client.so %%GLUSTERLIBDIR%%/xlator/protocol/server.so %%GLUSTERLIBDIR%%/xlator/storage/posix.so %%GLUSTERLIBDIR%%/xlator/system/posix-acl.so -%%GLUSTERLIBDIR%%/xlator/testing/features/template.so -%%GLUSTERLIBDIR%%/xlator/testing/performance/symlink-cache.so lib/libgfapi.so lib/libgfapi.so.0 lib/libgfapi.so.0.0.0 @@ -198,9 +189,6 @@ lib/libgfchangelog.so lib/libgfchangelog.so.0 lib/libgfchangelog.so.0.0.1 -lib/libgfdb.so -lib/libgfdb.so.0 -lib/libgfdb.so.0.0.1 lib/libgfrpc.so lib/libgfrpc.so.0 lib/libgfrpc.so.0.0.1 @@ -213,39 +201,35 @@ lib/ocf/resource.d/glusterfs/glusterd lib/ocf/resource.d/glusterfs/volume %%PYTHON_SITELIBDIR%%/gluster/__init__.py -%%PYTHON_SITELIBDIR%%/gluster/__init__.pyc -%%PYTHON_SITELIBDIR%%/gluster/__init__.pyo +%%PYTHON_SITELIBDIR%%/gluster/__pycache__/__init__.cpython-37.opt-1.pyc +%%PYTHON_SITELIBDIR%%/gluster/__pycache__/__init__.cpython-37.pyc %%PYTHON_SITELIBDIR%%/gluster/cliutils/__init__.py -%%PYTHON_SITELIBDIR%%/gluster/cliutils/__init__.pyc -%%PYTHON_SITELIBDIR%%/gluster/cliutils/__init__.pyo +%%PYTHON_SITELIBDIR%%/gluster/cliutils/__pycache__/__init__.cpython-37.opt-1.pyc +%%PYTHON_SITELIBDIR%%/gluster/cliutils/__pycache__/__init__.cpython-37.pyc +%%PYTHON_SITELIBDIR%%/gluster/cliutils/__pycache__/cliutils.cpython-37.opt-1.pyc +%%PYTHON_SITELIBDIR%%/gluster/cliutils/__pycache__/cliutils.cpython-37.pyc %%PYTHON_SITELIBDIR%%/gluster/cliutils/cliutils.py -%%PYTHON_SITELIBDIR%%/gluster/cliutils/cliutils.pyc -%%PYTHON_SITELIBDIR%%/gluster/cliutils/cliutils.pyo -%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.py -%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.pyc -%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.pyo libdata/pkgconfig/glusterfs-api.pc libdata/pkgconfig/libgfchangelog.pc -libdata/pkgconfig/libgfdb.pc -libexec/glusterfs/events/__init__.py -libexec/glusterfs/events/__init__.pyc -libexec/glusterfs/events/__init__.pyo -libexec/glusterfs/events/eventsapiconf.py -libexec/glusterfs/events/eventsapiconf.pyc -libexec/glusterfs/events/eventsapiconf.pyo -libexec/glusterfs/events/eventtypes.py -libexec/glusterfs/events/eventtypes.pyc -libexec/glusterfs/events/eventtypes.pyo -libexec/glusterfs/events/gf_event.py -libexec/glusterfs/events/gf_event.pyc -libexec/glusterfs/events/gf_event.pyo -libexec/glusterfs/events/glustereventsd.py -libexec/glusterfs/events/handlers.py -libexec/glusterfs/events/handlers.pyc -libexec/glusterfs/events/handlers.pyo -libexec/glusterfs/events/utils.py -libexec/glusterfs/events/utils.pyc -libexec/glusterfs/events/utils.pyo +libexec/glusterfs/gfevents/__init__.py +libexec/glusterfs/gfevents/__pycache__/__init__.cpython-37.opt-1.pyc +libexec/glusterfs/gfevents/__pycache__/__init__.cpython-37.pyc +libexec/glusterfs/gfevents/__pycache__/eventsapiconf.cpython-37.opt-1.pyc +libexec/glusterfs/gfevents/__pycache__/eventsapiconf.cpython-37.pyc +libexec/glusterfs/gfevents/__pycache__/eventtypes.cpython-37.opt-1.pyc +libexec/glusterfs/gfevents/__pycache__/eventtypes.cpython-37.pyc +libexec/glusterfs/gfevents/__pycache__/gf_event.cpython-37.opt-1.pyc +libexec/glusterfs/gfevents/__pycache__/gf_event.cpython-37.pyc +libexec/glusterfs/gfevents/__pycache__/handlers.cpython-37.opt-1.pyc +libexec/glusterfs/gfevents/__pycache__/handlers.cpython-37.pyc +libexec/glusterfs/gfevents/__pycache__/utils.cpython-37.opt-1.pyc +libexec/glusterfs/gfevents/__pycache__/utils.cpython-37.pyc +libexec/glusterfs/gfevents/eventsapiconf.py +libexec/glusterfs/gfevents/eventtypes.py +libexec/glusterfs/gfevents/gf_event.py +libexec/glusterfs/gfevents/glustereventsd.py +libexec/glusterfs/gfevents/handlers.py +libexec/glusterfs/gfevents/utils.py libexec/glusterfs/gfind_missing_files/gcrawler libexec/glusterfs/gfind_missing_files/gfid_to_path.py libexec/glusterfs/gfind_missing_files/gfid_to_path.sh @@ -252,29 +236,33 @@ libexec/glusterfs/gfind_missing_files/gfind_missing_files.sh libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py libexec/glusterfs/glusterfind/__init__.py -libexec/glusterfs/glusterfind/__init__.pyc -libexec/glusterfs/glusterfind/__init__.pyo +libexec/glusterfs/glusterfind/__pycache__/__init__.cpython-37.opt-1.pyc +libexec/glusterfs/glusterfind/__pycache__/__init__.cpython-37.pyc +libexec/glusterfs/glusterfind/__pycache__/changelogdata.cpython-37.opt-1.pyc +libexec/glusterfs/glusterfind/__pycache__/changelogdata.cpython-37.pyc +libexec/glusterfs/glusterfind/__pycache__/conf.cpython-37.opt-1.pyc +libexec/glusterfs/glusterfind/__pycache__/conf.cpython-37.pyc +libexec/glusterfs/glusterfind/__pycache__/gfind_py2py3.cpython-37.opt-1.pyc +libexec/glusterfs/glusterfind/__pycache__/gfind_py2py3.cpython-37.pyc +libexec/glusterfs/glusterfind/__pycache__/libgfchangelog.cpython-37.opt-1.pyc +libexec/glusterfs/glusterfind/__pycache__/libgfchangelog.cpython-37.pyc +libexec/glusterfs/glusterfind/__pycache__/main.cpython-37.opt-1.pyc +libexec/glusterfs/glusterfind/__pycache__/main.cpython-37.pyc +libexec/glusterfs/glusterfind/__pycache__/utils.cpython-37.opt-1.pyc +libexec/glusterfs/glusterfind/__pycache__/utils.cpython-37.pyc libexec/glusterfs/glusterfind/brickfind.py libexec/glusterfs/glusterfind/changelog.py libexec/glusterfs/glusterfind/changelogdata.py -libexec/glusterfs/glusterfind/changelogdata.pyc -libexec/glusterfs/glusterfind/changelogdata.pyo libexec/glusterfs/glusterfind/conf.py -libexec/glusterfs/glusterfind/conf.pyc -libexec/glusterfs/glusterfind/conf.pyo +libexec/glusterfs/glusterfind/gfind_py2py3.py libexec/glusterfs/glusterfind/libgfchangelog.py -libexec/glusterfs/glusterfind/libgfchangelog.pyc -libexec/glusterfs/glusterfind/libgfchangelog.pyo libexec/glusterfs/glusterfind/main.py -libexec/glusterfs/glusterfind/main.pyc -libexec/glusterfs/glusterfind/main.pyo libexec/glusterfs/glusterfind/nodeagent.py libexec/glusterfs/glusterfind/tool.conf libexec/glusterfs/glusterfind/utils.py -libexec/glusterfs/glusterfind/utils.pyc -libexec/glusterfs/glusterfind/utils.pyo libexec/glusterfs/peer_add_secret_pub libexec/glusterfs/peer_eventsapi.py +man/man8/gluster-setgfid2path.8.gz man/man8/gluster.8.gz man/man8/glusterd.8.gz man/man8/glusterfs.8.gz @@ -287,6 +275,7 @@ sbin/glfsheal sbin/gluster sbin/gluster-eventsapi +sbin/gluster-setgfid2path sbin/glusterd sbin/glustereventsd sbin/glusterfs @@ -304,11 +293,17 @@ %%DATADIR%%/scripts/eventsdash.py %%DATADIR%%/scripts/post-upgrade-script-for-quota.sh %%DATADIR%%/scripts/pre-upgrade-script-for-quota.sh +%%DATADIR%%/scripts/setup-thin-arbiter.sh %%DATADIR%%/scripts/stop-all-gluster-processes.sh +/var/db/glusterd/groups/db-workload +/var/db/glusterd/groups/distributed-virt /var/db/glusterd/groups/gluster-block /var/db/glusterd/groups/metadata-cache /var/db/glusterd/groups/nl-cache -@sample /var/db/glusterd/groups/virt.sample +/var/db/glusterd/groups/samba +/var/db/glusterd/groups/virt +/var/db/glusterd/hooks/1/add-brick/post/S10selinux-label-brick.sh +/var/db/glusterd/hooks/1/add-brick/post/S13create-subdir-mounts.sh /var/db/glusterd/hooks/1/add-brick/post/disabled-quota-root-xattr-heal.sh /var/db/glusterd/hooks/1/add-brick/pre/S28Quota-enable-root-xattr-heal.sh /var/db/glusterd/hooks/1/delete/post/S57glusterfind-delete-post