173fb3 Changes after running %prep

Authored and Committed by Packit Service 3 years ago
298 files changed. 28215 lines added. 9696 lines removed.
Makefile.am
file modified
+6 -2
README
file added
+9
api/examples/glfsxmp.c
file modified
+5 -0
api/src/gfapi.aliases
file modified
+3 -0
api/src/gfapi.map
file modified
+9 -0
api/src/glfs-fops.c
file modified
+183 -24
api/src/glfs-internal.h
file modified
+6 -0
api/src/glfs-mgmt.c
file modified
+8 -2
api/src/glfs-resolve.c
file modified
+13 -1
api/src/glfs.c
file modified
+79 -2
api/src/glfs.h
file modified
+28 -0
cli/src/Makefile.am
file modified
+0 -2
cli/src/cli-cmd-global.c
file modified
+57 -0
cli/src/cli-cmd-parser.c
file modified
+128 -11
cli/src/cli-cmd-volume.c
file modified
+8 -18
cli/src/cli-cmd.c
file modified
+2 -1
cli/src/cli-rpc-ops.c
file modified
+118 -9
cli/src/cli-xml-output.c
file modified
+3 -2
cli/src/cli.c
file modified
+24 -21
cli/src/cli.h
file modified
+5 -0
configure.ac
file modified
+54 -35
contrib/fuse-util/Makefile.am
file modified
+0 -1
doc/Makefile.am
file modified
+2 -2
doc/mount.glusterfs.8
file modified
+6 -1
events/eventskeygen.py
file modified
+1 -1
events/src/glustereventsd.py
file modified
+1 -1
events/src/peer_eventsapi.py
file modified
+1 -1
events/tools/eventsdash.py
file modified
+1 -1
extras/LinuxRPM/Makefile.am
file modified
+2 -2
extras/Makefile.am
file modified
+6 -2
extras/control-cpu-load.sh
file modified
+1 -1
extras/control-mem.sh
file modified
+1 -1
extras/ganesha/Makefile.am
file added
+2
extras/ganesha/config/Makefile.am
file added
+4
extras/ganesha/config/ganesha-ha.conf.sample
file added
+19
extras/ganesha/ocf/Makefile.am
file added
+11
extras/ganesha/ocf/ganesha_grace
file added
+221
extras/ganesha/ocf/ganesha_mon
file added
+234
extras/ganesha/ocf/ganesha_nfsd
file added
+167
extras/ganesha/scripts/Makefile.am
file added
+6
extras/ganesha/scripts/create-export-ganesha.sh
file added
+91
extras/ganesha/scripts/dbus-send.sh
file added
+70
extras/ganesha/scripts/ganesha-ha.sh
file added
+1199
extras/ganesha/scripts/generate-epoch.py
file added
+48
extras/geo-rep/schedule_georep.py.in
file modified
+1 -1
extras/group-gluster-block
file modified
+8 -0
extras/group-virt.example
file modified
+5 -0
extras/hook-scripts/Makefile.am
file modified
+1 -1
extras/hook-scripts/S40ufo-stop.py
file modified
+1 -1
extras/hook-scripts/create/Makefile.am
file removed
-1
extras/hook-scripts/create/post/Makefile.am
file removed
-8
extras/hook-scripts/delete/Makefile.am
file removed
-1
extras/hook-scripts/delete/pre/Makefile.am
file removed
-8
extras/hook-scripts/start/post/Makefile.am
file modified
+1 -1
extras/hook-scripts/start/post/S31ganesha-start.sh
file added
+122
extras/identify-hangs.sh
file added
+53
extras/quota/Makefile.am
file added
+8
extras/quota/quota_fsck.py
file modified
+7 -7
extras/quota/xattr_analysis.py
file modified
+1 -1
extras/snap_scheduler/gcron.py
file modified
+3 -2
extras/snap_scheduler/snap_scheduler.py
file modified
+2 -2
extras/systemd/Makefile.am
file modified
+3 -3
extras/systemd/glusterd.service.in
file modified
+1 -0
gating.yaml
file added
+7
geo-replication/gsyncd.conf.in
file modified
+11 -5
geo-replication/src/gverify.sh
file modified
+25 -8
geo-replication/src/peer_georep-sshkey.py.in
file modified
+3 -3
geo-replication/src/peer_gsec_create.in
file modified
+2 -2
geo-replication/src/peer_mountbroker.in
file modified
+1 -1
geo-replication/src/peer_mountbroker.py.in
file modified
+3 -3
geo-replication/syncdaemon/argsupgrade.py
file modified
+12 -1
geo-replication/syncdaemon/changelogagent.py
file modified
+1 -1
geo-replication/syncdaemon/gsyncd.py
file modified
+12 -2
geo-replication/syncdaemon/gsyncdconfig.py
file modified
+84 -16
geo-replication/syncdaemon/gsyncdstatus.py
file modified
+1 -1
geo-replication/syncdaemon/libgfchangelog.py
file modified
+2 -1
geo-replication/syncdaemon/master.py
file modified
+50 -12
geo-replication/syncdaemon/monitor.py
file modified
+4 -2
geo-replication/syncdaemon/repce.py
file modified
+2 -3
geo-replication/syncdaemon/resource.py
file modified
+55 -20
geo-replication/syncdaemon/subcmds.py
file modified
+12 -3
geo-replication/syncdaemon/syncdutils.py
file modified
+46 -12
glusterfs.spec.in
file modified
+729 -129
glusterfsd/src/glusterfsd-messages.h
file modified
+2 -1
glusterfsd/src/glusterfsd-mgmt.c
file modified
+15 -3
glusterfsd/src/glusterfsd.c
file modified
+39 -17
glusterfsd/src/glusterfsd.h
file modified
+2 -0
heal/src/glfs-heal.c
file modified
+6 -0
libglusterfs/Makefile.am
file modified
+2 -2
libglusterfs/src/cluster-syncop.c
file modified
+6 -0
libglusterfs/src/common-utils.c
file modified
+4 -0
libglusterfs/src/dict.c
file modified
+60 -5
libglusterfs/src/event-epoll.c
file modified
+42 -34
libglusterfs/src/events.c
file modified
+21 -3
libglusterfs/src/fd.c
file modified
+61 -76
libglusterfs/src/gen-defaults.py
file modified
+1 -1
libglusterfs/src/generator.py
file modified
+1 -1
libglusterfs/src/globals.c
file modified
+58 -240
libglusterfs/src/glusterfs/dict.h
file modified
+11 -0
libglusterfs/src/glusterfs/glfs-message-id.h
file modified
+1 -0
libglusterfs/src/glusterfs/globals.h
file modified
+44 -22
libglusterfs/src/glusterfs/glusterfs.h
file modified
+11 -0
libglusterfs/src/glusterfs/iatt.h
file modified
+20 -0
libglusterfs/src/glusterfs/inode.h
file modified
+1 -0
libglusterfs/src/glusterfs/logging.h
file modified
+1 -1
libglusterfs/src/glusterfs/mem-pool.h
file modified
+22 -27
libglusterfs/src/glusterfs/mem-types.h
file modified
+1 -0
libglusterfs/src/glusterfs/syncop.h
file modified
+43 -9
libglusterfs/src/glusterfs/timespec.h
file modified
+2 -0
libglusterfs/src/glusterfs/xlator.h
file modified
+5 -0
libglusterfs/src/inode.c
file modified
+42 -13
libglusterfs/src/libglusterfs.sym
file modified
+14 -2
libglusterfs/src/logging.c
file modified
+5 -2
libglusterfs/src/mem-pool.c
file modified
+249 -369
libglusterfs/src/stack.c
file modified
+2 -0
libglusterfs/src/syncop.c
file modified
+272 -185
libglusterfs/src/timer.c
file modified
+11 -5
libglusterfs/src/timespec.c
file modified
+22 -0
libglusterfs/src/xlator.c
file modified
+15 -8
rpc/rpc-lib/src/rpc-clnt.c
file modified
+10 -3
rpc/rpc-lib/src/rpc-transport.c
file modified
+13 -29
rpc/rpc-lib/src/rpc-transport.h
file modified
+2 -2
rpc/rpc-lib/src/rpcsvc.c
file modified
+2 -11
rpc/rpc-lib/src/rpcsvc.h
file modified
+1 -1
rpc/rpc-transport/socket/src/name.c
file modified
+14 -1
rpc/rpc-transport/socket/src/socket.c
file modified
+232 -127
rpc/rpc-transport/socket/src/socket.h
file modified
+3 -0
rpc/xdr/src/glusterfs-fops.x
file modified
+1 -0
rpc/xdr/src/glusterfs3.h
file modified
+59 -0
rpc/xdr/src/glusterfs4-xdr.x
file modified
+12 -0
rpc/xdr/src/libgfxdr.sym
file modified
+2 -1
tests/basic/afr/ta-check-locks.t
file modified
+2 -0
tests/basic/afr/ta-read.t
file modified
+2 -0
tests/basic/afr/ta-shd.t
file modified
+2 -0
tests/basic/afr/ta-write-on-bad-brick.t
file modified
+2 -0
tools/gfind_missing_files/gfid_to_path.py
file modified
+1 -1
tools/glusterfind/S57glusterfind-delete-post.py
file modified
+2 -2
tools/glusterfind/glusterfind
file modified
+1 -1
tools/glusterfind/glusterfind.in
file modified
+1 -1
tools/glusterfind/src/brickfind.py
file modified
+1 -1
tools/glusterfind/src/changelog.py
file modified
+51 -9
tools/glusterfind/src/gfind_py2py3.py
file modified
+25 -0
tools/glusterfind/src/libgfchangelog.py
file modified
+3 -4
tools/glusterfind/src/main.py
file modified
+37 -26
tools/glusterfind/src/nodeagent.py
file modified
+1 -1
tools/glusterfind/src/utils.py
file modified
+1 -1
xlators/Makefile.am
file modified
+1 -4
xlators/cluster/afr/src/afr-common.c
file modified
+17 -11
xlators/cluster/afr/src/afr-inode-write.c
file modified
+9 -2
xlators/cluster/afr/src/afr-lk-common.c
file modified
+0 -1
xlators/cluster/afr/src/afr-self-heal-common.c
file modified
+21 -15
xlators/cluster/afr/src/afr-self-heal-data.c
file modified
+6 -1
xlators/cluster/afr/src/afr-self-heal-entry.c
file modified
+44 -8
xlators/cluster/afr/src/afr-self-heal-metadata.c
file modified
+4 -2
xlators/cluster/afr/src/afr-self-heal-name.c
file modified
+5 -4
xlators/cluster/afr/src/afr-self-heal.h
file modified
+0 -2
xlators/cluster/afr/src/afr-transaction.c
file modified
+17 -59
xlators/cluster/afr/src/afr.h
file modified
+3 -3
xlators/cluster/dht/src/Makefile.am
file modified
+12 -2
xlators/cluster/dht/src/dht-common.c
file modified
+165 -184
xlators/cluster/dht/src/dht-common.h
file modified
+24 -0
xlators/cluster/dht/src/dht-helper.c
file modified
+91 -22
xlators/cluster/dht/src/dht-inode-read.c
file modified
+37 -5
xlators/cluster/dht/src/dht-inode-write.c
file modified
+8 -8
xlators/cluster/dht/src/dht-rebalance.c
file modified
+109 -42
xlators/cluster/dht/src/dht-rename.c
file modified
+33 -11
xlators/cluster/dht/src/dht-selfheal.c
file modified
+42 -32
xlators/cluster/dht/src/dht-shared.c
file modified
+3 -3
xlators/cluster/dht/src/tier-common.c
file added
+1199
xlators/cluster/dht/src/tier-common.h
file added
+55
xlators/cluster/dht/src/tier.c
file added
+3105
xlators/cluster/dht/src/tier.h
file added
+110
xlators/cluster/ec/src/ec-common.c
file modified
+148 -45
xlators/cluster/ec/src/ec-common.h
file modified
+44 -4
xlators/cluster/ec/src/ec-data.c
file modified
+4 -3
xlators/cluster/ec/src/ec-data.h
file modified
+1 -1
xlators/cluster/ec/src/ec-dir-read.c
file modified
+15 -8
xlators/cluster/ec/src/ec-dir-write.c
file modified
+56 -53
xlators/cluster/ec/src/ec-fops.h
file modified
+74 -70
xlators/cluster/ec/src/ec-generic.c
file modified
+79 -26
xlators/cluster/ec/src/ec-heal.c
file modified
+140 -53
xlators/cluster/ec/src/ec-helpers.c
file modified
+8 -0
xlators/cluster/ec/src/ec-inode-read.c
file modified
+30 -28
xlators/cluster/ec/src/ec-inode-write.c
file modified
+113 -82
xlators/cluster/ec/src/ec-locks.c
file modified
+18 -18
xlators/cluster/ec/src/ec-messages.h
file modified
+1 -1
xlators/cluster/ec/src/ec-types.h
file modified
+11 -5
xlators/cluster/ec/src/ec.c
file modified
+51 -22
xlators/debug/io-stats/src/io-stats.c
file modified
+21 -17
xlators/features/Makefile.am
file modified
+2 -2
xlators/features/barrier/src/barrier.c
file modified
+2 -2
xlators/features/changelog/lib/examples/python/libgfchangelog.py
file modified
+3 -1
xlators/features/changelog/lib/src/gf-changelog-helpers.c
file modified
+4 -47
xlators/features/changelog/lib/src/gf-changelog.c
file modified
+1 -2
xlators/features/changelog/src/changelog-rpc-common.c
file modified
+7 -2
xlators/features/changelog/src/changelog.c
file modified
+1 -0
xlators/features/changetimerecorder/Makefile.am
file added
+3
xlators/features/changetimerecorder/src/Makefile.am
file added
+26
xlators/features/changetimerecorder/src/changetimerecorder.c
file added
+2371
xlators/features/changetimerecorder/src/changetimerecorder.h
file added
+21
xlators/features/changetimerecorder/src/ctr-helper.c
file added
+293
xlators/features/changetimerecorder/src/ctr-helper.h
file added
+854
xlators/features/changetimerecorder/src/ctr-messages.h
file added
+61
xlators/features/changetimerecorder/src/ctr-xlator-ctx.c
file added
+362
xlators/features/changetimerecorder/src/ctr-xlator-ctx.h
file added
+68
xlators/features/changetimerecorder/src/ctr_mem_types.h
file added
+22
xlators/features/cloudsync/src/cloudsync-common.c
file modified
+16 -0
xlators/features/cloudsync/src/cloudsync-common.h
file modified
+35 -0
xlators/features/cloudsync/src/cloudsync-fops-c.py
file modified
+28 -10
xlators/features/cloudsync/src/cloudsync-fops-h.py
file modified
+1 -1
xlators/features/cloudsync/src/cloudsync-mem-types.h
file modified
+1 -0
xlators/features/cloudsync/src/cloudsync-plugins/src/Makefile.am
file modified
+5 -1
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/Makefile.am
file added
+3
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/Makefile.am
file added
+12
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/archivestore.h
file added
+203
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/cvlt-messages.h
file added
+30
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcloudsynccvlt.sym
file added
+1
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt-mem-types.h
file added
+19
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c
file added
+842
xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.h
file added
+84
xlators/features/cloudsync/src/cloudsync.c
file modified
+527 -62
xlators/features/cloudsync/src/cloudsync.h
file modified
+20 -0
xlators/features/locks/src/posix.c
file modified
+3 -3
xlators/features/quota/src/quotad-helpers.c
file modified
+0 -3
xlators/features/shard/src/shard.c
file modified
+5918 -6036
xlators/features/shard/src/shard.h
file modified
+2 -1
xlators/features/snapview-client/src/snapview-client.c
file modified
+13 -9
xlators/features/snapview-server/src/snapview-server-helpers.c
file modified
+41 -3
xlators/features/snapview-server/src/snapview-server-messages.h
file modified
+1 -1
xlators/features/snapview-server/src/snapview-server-mgmt.c
file modified
+8 -2
xlators/features/snapview-server/src/snapview-server.c
file modified
+11 -1
xlators/features/upcall/src/upcall-internal.c
file modified
+18 -1
xlators/features/utime/src/utime-gen-fops-c.py
file modified
+1 -1
xlators/features/utime/src/utime-gen-fops-h.py
file modified
+1 -1
xlators/features/utime/src/utime-helpers.c
file modified
+1 -1
xlators/features/utime/src/utime-messages.h
file modified
+2 -1
xlators/features/utime/src/utime.c
file modified
+143 -13
xlators/mgmt/glusterd/src/Makefile.am
file modified
+4 -2
xlators/mgmt/glusterd/src/glusterd-brick-ops.c
file modified
+15 -4
xlators/mgmt/glusterd/src/glusterd-conn-mgmt.c
file modified
+7 -1
xlators/mgmt/glusterd/src/glusterd-errno.h
file modified
+1 -1
xlators/mgmt/glusterd/src/glusterd-ganesha.c
file added
+907
xlators/mgmt/glusterd/src/glusterd-geo-rep.c
file modified
+28 -2
xlators/mgmt/glusterd/src/glusterd-handler.c
file modified
+117 -21
xlators/mgmt/glusterd/src/glusterd-messages.h
file modified
+2 -2
xlators/mgmt/glusterd/src/glusterd-mgmt.c
file modified
+2 -1
xlators/mgmt/glusterd/src/glusterd-nfs-svc.c
file modified
+10 -17
xlators/mgmt/glusterd/src/glusterd-op-sm.c
file modified
+99 -33
xlators/mgmt/glusterd/src/glusterd-peer-utils.c
file modified
+4 -4
xlators/mgmt/glusterd/src/glusterd-proc-mgmt.c
file modified
+3 -1
xlators/mgmt/glusterd/src/glusterd-rebalance.c
file modified
+13 -43
xlators/mgmt/glusterd/src/glusterd-replace-brick.c
file modified
+2 -2
xlators/mgmt/glusterd/src/glusterd-rpc-ops.c
file modified
+22 -11
xlators/mgmt/glusterd/src/glusterd-shd-svc.c
file modified
+10 -0
xlators/mgmt/glusterd/src/glusterd-sm.c
file modified
+1 -1
xlators/mgmt/glusterd/src/glusterd-snapshot-utils.c
file modified
+233 -15
xlators/mgmt/glusterd/src/glusterd-snapshot.c
file modified
+2 -2
xlators/mgmt/glusterd/src/glusterd-store.c
file modified
+45 -28
xlators/mgmt/glusterd/src/glusterd-store.h
file modified
+2 -0
xlators/mgmt/glusterd/src/glusterd-syncop.c
file modified
+17 -1
xlators/mgmt/glusterd/src/glusterd-syncop.h
file modified
+1 -1
xlators/mgmt/glusterd/src/glusterd-tier.c
file modified
+2 -1
xlators/mgmt/glusterd/src/glusterd-utils.c
file modified
+460 -82
xlators/mgmt/glusterd/src/glusterd-utils.h
file modified
+6 -1
xlators/mgmt/glusterd/src/glusterd-volgen.c
file modified
+125 -19
xlators/mgmt/glusterd/src/glusterd-volume-ops.c
file modified
+63 -11
xlators/mgmt/glusterd/src/glusterd-volume-set.c
file modified
+950 -111
xlators/mgmt/glusterd/src/glusterd.c
file modified
+8 -1
xlators/mgmt/glusterd/src/glusterd.h
file modified
+48 -15
xlators/mount/fuse/src/fuse-bridge.c
file modified
+151 -32
xlators/mount/fuse/src/fuse-bridge.h
file modified
+11 -3
xlators/mount/fuse/src/fuse-helpers.c
file modified
+0 -1
xlators/mount/fuse/utils/mount.glusterfs.in
file modified
+14 -2
xlators/nfs/server/src/acl3.c
file modified
+5 -0
xlators/nfs/server/src/mount3.c
file modified
+5 -0
xlators/nfs/server/src/mount3udp_svc.c
file modified
+1 -5
xlators/nfs/server/src/nlm4.c
file modified
+7 -0
xlators/performance/io-threads/src/io-threads.c
file modified
+1 -0
xlators/performance/md-cache/src/md-cache.c
file modified
+12 -19
xlators/performance/quick-read/src/quick-read.c
file modified
+6 -5
xlators/performance/write-behind/src/write-behind.c
file modified
+8 -2
xlators/protocol/client/src/client-handshake.c
file modified
+14 -18
xlators/protocol/client/src/client-helpers.c
file modified
+13 -9
xlators/protocol/client/src/client-rpc-fops.c
file modified
+137 -98
xlators/protocol/client/src/client-rpc-fops_v2.c
file modified
+127 -109
xlators/protocol/client/src/client.c
file modified
+27 -15
xlators/protocol/client/src/client.h
file modified
+12 -4
xlators/protocol/server/src/server-handshake.c
file modified
+27 -14
xlators/protocol/server/src/server-helpers.c
file modified
+0 -3
xlators/protocol/server/src/server.c
file modified
+8 -4
xlators/storage/posix/src/posix-common.c
file modified
+68 -11
xlators/storage/posix/src/posix-entry-ops.c
file modified
+14 -4
xlators/storage/posix/src/posix-helpers.c
file modified
+144 -29
xlators/storage/posix/src/posix-inode-fd-ops.c
file modified
+179 -52
xlators/storage/posix/src/posix-messages.h
file modified
+2 -1
xlators/storage/posix/src/posix-metadata.c
file modified
+247 -100
xlators/storage/posix/src/posix-metadata.h
file modified
+13 -1
xlators/storage/posix/src/posix.h
file modified
+10 -3
    Changes after running %prep
    
    ignore: true
    
        
file modified
+6 -2
file added
+9
file modified
+5 -0
file modified
+3 -0
file modified
+9 -0
file modified
+183 -24
file modified
+6 -0
file modified
+8 -2
file modified
+13 -1
file modified
+79 -2
file modified
+28 -0
file modified
+0 -2
file modified
+57 -0
file modified
+128 -11
file modified
+8 -18
file modified
+2 -1
file modified
+118 -9
file modified
+3 -2
file modified
+24 -21
file modified
+5 -0
file modified
+54 -35
file modified
+2 -2
file modified
+6 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+6 -2
file modified
+1 -1
file modified
+1 -1
file modified
+8 -0
file modified
+5 -0
file modified
+7 -7
file modified
+3 -3
file added
+7
file modified
+729 -129
file modified
+39 -17
file modified
+2 -0
file modified
+6 -0
file modified
+2 -2
file modified
+60 -5
file modified
+42 -34
file modified
+21 -3
file modified
+61 -76
file modified
+58 -240
file modified
+42 -13
file modified
+5 -2
file modified
+249 -369
file modified
+2 -0
file modified
+272 -185
file modified
+11 -5
file modified
+22 -0
file modified
+15 -8
file modified
+10 -3
file modified
+13 -29
file modified
+2 -11
file modified
+1 -1
file modified
+1 -0
file modified
+59 -0
file modified
+12 -0
file modified
+2 -1
file modified
+2 -0
file modified
+2 -0
file modified
+37 -26
file modified
+1 -4
file modified
+140 -53
file modified
+51 -22
file modified
+2 -2
file modified
+5918 -6036