View | Details | Raw Unified | Return to bug 215033
Collapse All | Expand All

(-)glusterfs/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	glusterfs
3
PORTNAME=	glusterfs
4
PORTVERSION=	3.7.6
4
PORTVERSION=	3.9.0
5
PORTREVISION=	1
5
PORTREVISION=	1
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://bits.gluster.org/pub/gluster/glusterfs/src/
7
MASTER_SITES=	http://bits.gluster.org/pub/gluster/glusterfs/src/
Lines 39-45 Link Here
39
CPPFLAGS+=	-I"${LOCALBASE}/include"
39
CPPFLAGS+=	-I"${LOCALBASE}/include"
40
LDFLAGS+=	-L"${LOCALBASE}/lib" -largp
40
LDFLAGS+=	-L"${LOCALBASE}/lib" -largp
41
INSTALL_TARGET=	install-strip
41
INSTALL_TARGET=	install-strip
42
PLIST_SUB=	GLUSTERLIBDIR="lib/${PORTNAME}/3.7.6"
42
PLIST_SUB=	GLUSTERLIBDIR="lib/${PORTNAME}/${PORTVERSION}"
43
KMODDIR?=	/boot/modules
43
KMODDIR?=	/boot/modules
44
44
45
.include <bsd.port.options.mk>
45
.include <bsd.port.options.mk>
(-)glusterfs/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (glusterfs-3.7.6.tar.gz) = bb83f0b6bd95599d3742d1c7c12dbbe7b4ef4d4908c5056ee97b3f32c508cf05
1
TIMESTAMP = 1479924003
2
SIZE (glusterfs-3.7.6.tar.gz) = 7690697
2
SHA256 (glusterfs-3.9.0.tar.gz) = b417c674454b17d1851828a1ca395cb9e7ab198378391da04e2fb8911cc1fb14
3
SIZE (glusterfs-3.9.0.tar.gz) = 8709782
(-)glusterfs/files/patch-configure (-11 / +2 lines)
Lines 1-6 Link Here
1
--- configure.orig	2015-11-08 21:57:53 UTC
1
--- configure.orig	2016-11-15 14:54:31 UTC
2
+++ configure
2
+++ configure
3
@@ -17172,6 +17172,9 @@ case $host_os in
3
@@ -13428,6 +13428,9 @@ case $host_os in
4
      linux*)
4
      linux*)
5
 #do nothing
5
 #do nothing
6
        ;;
6
        ;;
Lines 10-21 Link Here
10
      netbsd*)
10
      netbsd*)
11
 #do nothing
11
 #do nothing
12
        ;;
12
        ;;
13
@@ -20758,7 +20761,7 @@ CPPFLAGS=$CFLAGS
14
 LDFLAGS="${PYTHON_LIBS} -L`${PYTHON}-config --prefix`/lib -L`${PYTHON}-config --prefix`/$libdir `${PYTHON}-config --ldflags`"
15
 
16
 
17
-for ac_header in python$PYTHON_VERSION/Python.h
18
+for ac_header in python$PYTHON_VERSION/Python.h Python.h
19
 do
20
 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
(-)glusterfs/files/patch-contrib-fuse-lib-mount.c (-2 / +2 lines)
Lines 1-10 Link Here
1
--- contrib/fuse-lib/mount.c.orig	2015-11-08 21:57:46 UTC
1
--- contrib/fuse-lib/mount.c.orig	2016-11-15 14:54:27 UTC
2
+++ contrib/fuse-lib/mount.c
2
+++ contrib/fuse-lib/mount.c
3
@@ -256,6 +256,7 @@ fuse_mount_sys (const char *mountpoint, 
3
@@ -256,6 +256,7 @@ fuse_mount_sys (const char *mountpoint, 
4
         build_iovec (&iov, &iovlen, "from", "/dev/fuse", -1);
4
         build_iovec (&iov, &iovlen, "from", "/dev/fuse", -1);
5
         build_iovec (&iov, &iovlen, "volname", source, -1);
5
         build_iovec (&iov, &iovlen, "volname", source, -1);
6
         build_iovec (&iov, &iovlen, "fd", fdstr, -1);
6
         build_iovec (&iov, &iovlen, "fd", fdstr, -1);
7
+	build_iovec (&iov, &iovlen, "allow_other", NULL, -1);
7
+        build_iovec (&iov, &iovlen, "allow_other", NULL, -1);
8
         ret = nmount (iov, iovlen, mountflags);
8
         ret = nmount (iov, iovlen, mountflags);
9
 #else
9
 #else
10
         ret = mount (source, mountpoint, fstype, mountflags,
10
         ret = mount (source, mountpoint, fstype, mountflags,
(-)glusterfs/files/patch-extras-Makefile.in (-4 / +4 lines)
Lines 1-6 Link Here
1
--- extras/Makefile.in.orig	2015-11-08 21:57:56 UTC
1
--- extras/Makefile.in.orig	2016-11-15 14:54:33 UTC
2
+++ extras/Makefile.in
2
+++ extras/Makefile.in
3
@@ -529,8 +529,8 @@ install-volDATA: $(vol_DATA)
3
@@ -635,8 +635,8 @@ install-volDATA: $(vol_DATA)
4
 	  echo "$$d$$p"; \
4
 	  echo "$$d$$p"; \
5
 	done | $(am__base_list) | \
5
 	done | $(am__base_list) | \
6
 	while read files; do \
6
 	while read files; do \
Lines 11-19 Link Here
11
 	done
11
 	done
12
 
12
 
13
 uninstall-volDATA:
13
 uninstall-volDATA:
14
@@ -865,7 +865,7 @@ install-data-local:
14
@@ -935,7 +935,7 @@ install-data-local:
15
 	fi
15
 	fi
16
 	$(MKDIR_P) $(DESTDIR)$(GLUSTERD_WORKDIR)/groups
16
 	$(mkdir_p) $(DESTDIR)$(GLUSTERD_WORKDIR)/groups
17
 	$(INSTALL_DATA) $(top_srcdir)/extras/group-virt.example \
17
 	$(INSTALL_DATA) $(top_srcdir)/extras/group-virt.example \
18
-		$(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt
18
-		$(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt
19
+		$(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt.sample
19
+		$(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt.sample
(-)glusterfs/pkg-plist (-12 / +162 lines)
Lines 1-5 Link Here
1
bin/glusterfind
1
bin/glusterfind
2
@sample etc/ganesha/ganesha-ha.conf.sample
2
@sample etc/ganesha/ganesha-ha.conf.sample
3
%%ETCDIR%%/eventsconfig.json
3
%%ETCDIR%%/gluster-rsyslog-5.8.conf
4
%%ETCDIR%%/gluster-rsyslog-5.8.conf
4
%%ETCDIR%%/gluster-rsyslog-7.2.conf
5
%%ETCDIR%%/gluster-rsyslog-7.2.conf
5
@sample %%ETCDIR%%/glusterd.vol.sample
6
@sample %%ETCDIR%%/glusterd.vol.sample
Lines 9-14 Link Here
9
%%ETCDIR%%/logger.conf.example
10
%%ETCDIR%%/logger.conf.example
10
include/glusterfs/api/glfs-handles.h
11
include/glusterfs/api/glfs-handles.h
11
include/glusterfs/api/glfs.h
12
include/glusterfs/api/glfs.h
13
include/glusterfs/byte-order.h
14
include/glusterfs/call-stub.h
15
include/glusterfs/checksum.h
16
include/glusterfs/circ-buff.h
17
include/glusterfs/cli1-xdr.h
18
include/glusterfs/client_t.h
19
include/glusterfs/cluster-syncop.h
20
include/glusterfs/common-utils.h
21
include/glusterfs/compat-errno.h
22
include/glusterfs/compat-uuid.h
23
include/glusterfs/compat.h
24
include/glusterfs/compound-fop-utils.h
25
include/glusterfs/daemon.h
26
include/glusterfs/default-args.h
27
include/glusterfs/defaults.h
28
include/glusterfs/dict.h
29
include/glusterfs/event-history.h
30
include/glusterfs/event.h
31
include/glusterfs/events.h
32
include/glusterfs/fd-lk.h
33
include/glusterfs/fd.h
34
include/glusterfs/gf-dirent.h
12
include/glusterfs/gfchangelog/changelog.h
35
include/glusterfs/gfchangelog/changelog.h
13
include/glusterfs/gfdb/gfdb_data_store.h
36
include/glusterfs/gfdb/gfdb_data_store.h
14
include/glusterfs/gfdb/gfdb_data_store_helper.h
37
include/glusterfs/gfdb/gfdb_data_store_helper.h
Lines 16-21 Link Here
16
include/glusterfs/gfdb/gfdb_mem-types.h
39
include/glusterfs/gfdb/gfdb_mem-types.h
17
include/glusterfs/gfdb/gfdb_sqlite3.h
40
include/glusterfs/gfdb/gfdb_sqlite3.h
18
include/glusterfs/gfdb/gfdb_sqlite3_helper.h
41
include/glusterfs/gfdb/gfdb_sqlite3_helper.h
42
include/glusterfs/gidcache.h
43
include/glusterfs/glfs-message-id.h
44
include/glusterfs/globals.h
45
include/glusterfs/glusterfs-acl.h
46
include/glusterfs/glusterfs-fops.h
47
include/glusterfs/glusterfs.h
48
include/glusterfs/graph-utils.h
49
include/glusterfs/hashfn.h
50
include/glusterfs/iatt.h
51
include/glusterfs/inode.h
52
include/glusterfs/iobuf.h
53
include/glusterfs/latency.h
54
include/glusterfs/libglusterfs-messages.h
55
include/glusterfs/list.h
56
include/glusterfs/lkowner.h
57
include/glusterfs/locking.h
58
include/glusterfs/logging.h
59
include/glusterfs/lvm-defaults.h
60
include/glusterfs/mem-pool.h
61
include/glusterfs/mem-types.h
62
include/glusterfs/options.h
63
include/glusterfs/parse-utils.h
64
include/glusterfs/quota-common-utils.h
65
include/glusterfs/rbthash.h
66
include/glusterfs/refcount.h
67
include/glusterfs/revision.h
68
include/glusterfs/rot-buffs.h
69
include/glusterfs/rpc/acl3-xdr.h
70
include/glusterfs/rpc/changelog-xdr.h
71
include/glusterfs/rpc/cli1-xdr.h
72
include/glusterfs/rpc/glusterd1-xdr.h
73
include/glusterfs/rpc/glusterfs-fops.h
74
include/glusterfs/rpc/glusterfs3-xdr.h
75
include/glusterfs/rpc/glusterfs3.h
76
include/glusterfs/rpc/mount3udp.h
77
include/glusterfs/rpc/msg-nfs3.h
78
include/glusterfs/rpc/nlm4-xdr.h
79
include/glusterfs/rpc/nsm-xdr.h
80
include/glusterfs/rpc/portmap-xdr.h
81
include/glusterfs/rpc/protocol-common.h
82
include/glusterfs/rpc/rpc-clnt-ping.h
83
include/glusterfs/rpc/rpc-clnt.h
84
include/glusterfs/rpc/rpc-common-xdr.h
85
include/glusterfs/rpc/rpc-drc.h
86
include/glusterfs/rpc/rpc-lib-messages.h
87
include/glusterfs/rpc/rpc-transport.h
88
include/glusterfs/rpc/rpcsvc-common.h
89
include/glusterfs/rpc/rpcsvc.h
90
include/glusterfs/rpc/xdr-common.h
91
include/glusterfs/rpc/xdr-generic.h
92
include/glusterfs/rpc/xdr-nfs3.h
93
include/glusterfs/rpc/xdr-rpc.h
94
include/glusterfs/rpc/xdr-rpcclnt.h
95
include/glusterfs/run.h
96
include/glusterfs/server/authenticate.h
97
include/glusterfs/server/server-common.h
98
include/glusterfs/server/server-helpers.h
99
include/glusterfs/server/server-mem-types.h
100
include/glusterfs/server/server-messages.h
101
include/glusterfs/server/server.h
102
include/glusterfs/stack.h
103
include/glusterfs/statedump.h
104
include/glusterfs/store.h
105
include/glusterfs/strfd.h
106
include/glusterfs/syncop-utils.h
107
include/glusterfs/syncop.h
108
include/glusterfs/syscall.h
109
include/glusterfs/template-component-messages.h
110
include/glusterfs/throttle-tbf.h
111
include/glusterfs/timer.h
112
include/glusterfs/timespec.h
113
include/glusterfs/trie.h
114
include/glusterfs/tw.h
115
include/glusterfs/upcall-utils.h
116
include/glusterfs/xlator.h
117
include/glusterfs/y.tab.h
19
%%GLUSTERLIBDIR%%/auth/addr.so
118
%%GLUSTERLIBDIR%%/auth/addr.so
20
%%GLUSTERLIBDIR%%/auth/login.so
119
%%GLUSTERLIBDIR%%/auth/login.so
21
%%GLUSTERLIBDIR%%/rpc-transport/socket.so
120
%%GLUSTERLIBDIR%%/rpc-transport/socket.so
Lines 43-49 Link Here
43
%%GLUSTERLIBDIR%%/xlator/features/cdc.so
142
%%GLUSTERLIBDIR%%/xlator/features/cdc.so
44
%%GLUSTERLIBDIR%%/xlator/features/changelog.so
143
%%GLUSTERLIBDIR%%/xlator/features/changelog.so
45
%%GLUSTERLIBDIR%%/xlator/features/changetimerecorder.so
144
%%GLUSTERLIBDIR%%/xlator/features/changetimerecorder.so
46
%%GLUSTERLIBDIR%%/xlator/features/ganesha.so
47
%%GLUSTERLIBDIR%%/xlator/features/gfid-access.so
145
%%GLUSTERLIBDIR%%/xlator/features/gfid-access.so
48
%%GLUSTERLIBDIR%%/xlator/features/glupy.so
146
%%GLUSTERLIBDIR%%/xlator/features/glupy.so
49
%%GLUSTERLIBDIR%%/xlator/features/glupy/debug-trace.py
147
%%GLUSTERLIBDIR%%/xlator/features/glupy/debug-trace.py
Lines 56-61 Link Here
56
%%GLUSTERLIBDIR%%/xlator/features/glupy/negative.pyc
154
%%GLUSTERLIBDIR%%/xlator/features/glupy/negative.pyc
57
%%GLUSTERLIBDIR%%/xlator/features/glupy/negative.pyo
155
%%GLUSTERLIBDIR%%/xlator/features/glupy/negative.pyo
58
%%GLUSTERLIBDIR%%/xlator/features/index.so
156
%%GLUSTERLIBDIR%%/xlator/features/index.so
157
%%GLUSTERLIBDIR%%/xlator/features/leases.so
59
%%GLUSTERLIBDIR%%/xlator/features/locks.so
158
%%GLUSTERLIBDIR%%/xlator/features/locks.so
60
%%GLUSTERLIBDIR%%/xlator/features/mac-compat.so
159
%%GLUSTERLIBDIR%%/xlator/features/mac-compat.so
61
%%GLUSTERLIBDIR%%/xlator/features/marker.so
160
%%GLUSTERLIBDIR%%/xlator/features/marker.so
Lines 63-69 Link Here
63
%%GLUSTERLIBDIR%%/xlator/features/prot_client.so
162
%%GLUSTERLIBDIR%%/xlator/features/prot_client.so
64
%%GLUSTERLIBDIR%%/xlator/features/prot_dht.so
163
%%GLUSTERLIBDIR%%/xlator/features/prot_dht.so
65
%%GLUSTERLIBDIR%%/xlator/features/prot_server.so
164
%%GLUSTERLIBDIR%%/xlator/features/prot_server.so
66
%%GLUSTERLIBDIR%%/xlator/features/qemu-block.so
67
%%GLUSTERLIBDIR%%/xlator/features/quiesce.so
165
%%GLUSTERLIBDIR%%/xlator/features/quiesce.so
68
%%GLUSTERLIBDIR%%/xlator/features/quota.so
166
%%GLUSTERLIBDIR%%/xlator/features/quota.so
69
%%GLUSTERLIBDIR%%/xlator/features/quotad.so
167
%%GLUSTERLIBDIR%%/xlator/features/quotad.so
Lines 79-84 Link Here
79
%%GLUSTERLIBDIR%%/xlator/mount/api.so
177
%%GLUSTERLIBDIR%%/xlator/mount/api.so
80
%%GLUSTERLIBDIR%%/xlator/mount/fuse.so
178
%%GLUSTERLIBDIR%%/xlator/mount/fuse.so
81
%%GLUSTERLIBDIR%%/xlator/nfs/server.so
179
%%GLUSTERLIBDIR%%/xlator/nfs/server.so
180
%%GLUSTERLIBDIR%%/xlator/performance/decompounder.so
82
%%GLUSTERLIBDIR%%/xlator/performance/io-cache.so
181
%%GLUSTERLIBDIR%%/xlator/performance/io-cache.so
83
%%GLUSTERLIBDIR%%/xlator/performance/io-threads.so
182
%%GLUSTERLIBDIR%%/xlator/performance/io-threads.so
84
%%GLUSTERLIBDIR%%/xlator/performance/md-cache.so
183
%%GLUSTERLIBDIR%%/xlator/performance/md-cache.so
Lines 120-125 Link Here
120
%%PYTHON_SITELIBDIR%%/gluster/__init__.py
219
%%PYTHON_SITELIBDIR%%/gluster/__init__.py
121
%%PYTHON_SITELIBDIR%%/gluster/__init__.pyc
220
%%PYTHON_SITELIBDIR%%/gluster/__init__.pyc
122
%%PYTHON_SITELIBDIR%%/gluster/__init__.pyo
221
%%PYTHON_SITELIBDIR%%/gluster/__init__.pyo
222
%%PYTHON_SITELIBDIR%%/gluster/cliutils/__init__.py
223
%%PYTHON_SITELIBDIR%%/gluster/cliutils/__init__.pyc
224
%%PYTHON_SITELIBDIR%%/gluster/cliutils/__init__.pyo
225
%%PYTHON_SITELIBDIR%%/gluster/cliutils/cliutils.py
226
%%PYTHON_SITELIBDIR%%/gluster/cliutils/cliutils.pyc
227
%%PYTHON_SITELIBDIR%%/gluster/cliutils/cliutils.pyo
123
%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.py
228
%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.py
124
%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.pyc
229
%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.pyc
125
%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.pyo
230
%%PYTHON_SITELIBDIR%%/gluster/glupy/__init__.pyo
Lines 129-134 Link Here
129
libexec/ganesha/create-export-ganesha.sh
234
libexec/ganesha/create-export-ganesha.sh
130
libexec/ganesha/dbus-send.sh
235
libexec/ganesha/dbus-send.sh
131
libexec/ganesha/ganesha-ha.sh
236
libexec/ganesha/ganesha-ha.sh
237
libexec/ganesha/generate-epoch.py
238
libexec/glusterfs/events/__init__.py
239
libexec/glusterfs/events/__init__.pyc
240
libexec/glusterfs/events/__init__.pyo
241
libexec/glusterfs/events/eventsapiconf.py
242
libexec/glusterfs/events/eventsapiconf.pyc
243
libexec/glusterfs/events/eventsapiconf.pyo
244
libexec/glusterfs/events/eventtypes.py
245
libexec/glusterfs/events/eventtypes.pyc
246
libexec/glusterfs/events/eventtypes.pyo
247
libexec/glusterfs/events/gf_event.py
248
libexec/glusterfs/events/gf_event.pyc
249
libexec/glusterfs/events/gf_event.pyo
250
libexec/glusterfs/events/glustereventsd.py
251
libexec/glusterfs/events/handlers.py
252
libexec/glusterfs/events/handlers.pyc
253
libexec/glusterfs/events/handlers.pyo
254
libexec/glusterfs/events/utils.py
255
libexec/glusterfs/events/utils.pyc
256
libexec/glusterfs/events/utils.pyo
132
libexec/glusterfs/gfind_missing_files/gcrawler
257
libexec/glusterfs/gfind_missing_files/gcrawler
133
libexec/glusterfs/gfind_missing_files/gfid_to_path.py
258
libexec/glusterfs/gfind_missing_files/gfid_to_path.py
134
libexec/glusterfs/gfind_missing_files/gfid_to_path.sh
259
libexec/glusterfs/gfind_missing_files/gfid_to_path.sh
Lines 157-196 Link Here
157
libexec/glusterfs/glusterfind/utils.pyc
282
libexec/glusterfs/glusterfind/utils.pyc
158
libexec/glusterfs/glusterfind/utils.pyo
283
libexec/glusterfs/glusterfind/utils.pyo
159
libexec/glusterfs/peer_add_secret_pub
284
libexec/glusterfs/peer_add_secret_pub
285
libexec/glusterfs/peer_eventsapi.py
160
man/man8/gluster.8.gz
286
man/man8/gluster.8.gz
161
man/man8/glusterd.8.gz
287
man/man8/glusterd.8.gz
162
man/man8/glusterfs.8.gz
288
man/man8/glusterfs.8.gz
163
man/man8/glusterfsd.8.gz
289
man/man8/glusterfsd.8.gz
164
man/man8/mount.glusterfs.8.gz
290
man/man8/mount.glusterfs.8.gz
291
sbin/conf.py
165
sbin/gcron.py
292
sbin/gcron.py
166
sbin/gfind_missing_files
293
sbin/gfind_missing_files
167
sbin/glfsheal
294
sbin/glfsheal
168
sbin/gluster
295
sbin/gluster
296
sbin/gluster-eventsapi
169
sbin/glusterd
297
sbin/glusterd
298
sbin/glustereventsd
170
sbin/glusterfs
299
sbin/glusterfs
171
sbin/glusterfsd
300
sbin/glusterfsd
172
sbin/mount_glusterfs
301
sbin/mount_glusterfs
173
sbin/snap_scheduler.py
302
sbin/snap_scheduler.py
174
sbin/umountd
303
sbin/umountd
175
%%DOCSDIR%%/benchmarking/README
304
%%PORTDOCS%%%%DOCSDIR%%/benchmarking/README
176
%%DOCSDIR%%/benchmarking/glfs-bm.c
305
%%PORTDOCS%%%%DOCSDIR%%/benchmarking/glfs-bm.c
177
%%DOCSDIR%%/benchmarking/launch-script.sh
306
%%PORTDOCS%%%%DOCSDIR%%/benchmarking/launch-script.sh
178
%%DOCSDIR%%/benchmarking/local-script.sh
307
%%PORTDOCS%%%%DOCSDIR%%/benchmarking/local-script.sh
179
%%DOCSDIR%%/benchmarking/rdd.c
308
%%PORTDOCS%%%%DOCSDIR%%/benchmarking/rdd.c
180
%%DOCSDIR%%/glusterfs-mode.el
309
%%PORTDOCS%%%%DOCSDIR%%/glusterfs-mode.el
181
%%DOCSDIR%%/glusterfs.vim
310
%%PORTDOCS%%%%DOCSDIR%%/glusterfs.vim
311
%%DATADIR%%/scripts/eventsdash.py
182
%%DATADIR%%/scripts/post-upgrade-script-for-quota.sh
312
%%DATADIR%%/scripts/post-upgrade-script-for-quota.sh
183
%%DATADIR%%/scripts/pre-upgrade-script-for-quota.sh
313
%%DATADIR%%/scripts/pre-upgrade-script-for-quota.sh
184
%%DATADIR%%/scripts/stop-all-gluster-processes.sh
314
%%DATADIR%%/scripts/stop-all-gluster-processes.sh
185
@sample /var/db/glusterd/groups/virt.sample
315
@sample /var/db/glusterd/groups/virt.sample
186
/var/db/glusterd/hooks/1/delete/post/S57glusterfind-delete-post.py
316
/var/db/glusterd/hooks/1/add-brick/post/disabled-quota-root-xattr-heal.sh
317
/var/db/glusterd/hooks/1/add-brick/pre/S28Quota-enable-root-xattr-heal.sh
318
/var/db/glusterd/hooks/1/delete/post/S57glusterfind-delete-post
319
/var/db/glusterd/hooks/1/reset/post/S31ganesha-reset.sh
320
/var/db/glusterd/hooks/1/set/post/S30samba-set.sh
321
/var/db/glusterd/hooks/1/set/post/S32gluster_enable_shared_storage.sh
322
/var/db/glusterd/hooks/1/start/post/S29CTDBsetup.sh
323
/var/db/glusterd/hooks/1/start/post/S30samba-start.sh
324
/var/db/glusterd/hooks/1/start/post/S31ganesha-start.sh
325
/var/db/glusterd/hooks/1/stop/pre/S29CTDB-teardown.sh
326
/var/db/glusterd/hooks/1/stop/pre/S30samba-stop.sh
327
@dir /var/db/glusterd/events
187
@dir /var/db/glusterd/glusterfind/.keys
328
@dir /var/db/glusterd/glusterfind/.keys
188
@dir /var/db/glusterd/glusterfind
329
@dir /var/db/glusterd/glusterfind
189
@dir /var/db/glusterd/groups
330
@dir /var/db/glusterd/groups
331
@dir /var/db/glusterd/hooks/1/add-brick/post
332
@dir /var/db/glusterd/hooks/1/add-brick/pre
333
@dir /var/db/glusterd/hooks/1/add-brick
190
@dir /var/db/glusterd/hooks/1/delete/post
334
@dir /var/db/glusterd/hooks/1/delete/post
191
@dir /var/db/glusterd/hooks/1/delete
335
@dir /var/db/glusterd/hooks/1/delete
192
@dir /var/db/glusterd/hooks/1/gsync-create/post
336
@dir /var/db/glusterd/hooks/1/reset/post
193
@dir /var/db/glusterd/hooks/1/gsync-create
337
@dir /var/db/glusterd/hooks/1/reset
338
@dir /var/db/glusterd/hooks/1/set/post
339
@dir /var/db/glusterd/hooks/1/set
340
@dir /var/db/glusterd/hooks/1/start/post
341
@dir /var/db/glusterd/hooks/1/start
342
@dir /var/db/glusterd/hooks/1/stop/pre
343
@dir /var/db/glusterd/hooks/1/stop
194
@dir /var/db/glusterd/hooks/1
344
@dir /var/db/glusterd/hooks/1
195
@dir /var/db/glusterd/hooks
345
@dir /var/db/glusterd/hooks
196
@dir /var/db/glusterd
346
@dir /var/db/glusterd

Return to bug 215033