lp:~semiosis/ubuntu/trusty/glusterfs/fix-for-1268064
- Get this branch:
- bzr branch lp:~semiosis/ubuntu/trusty/glusterfs/fix-for-1268064
Branch merges
- James Page: Pending requested
-
Diff: 17170 lines (+7414/-7666)93 files modified.pc/.quilt_patches (+0/-1)
.pc/.quilt_series (+0/-1)
.pc/.version (+0/-1)
.pc/01-spelling-error.diff/rpc/rpc-transport/rdma/src/rdma.c (+0/-4578)
.pc/01-spelling-error.diff/xlators/mgmt/glusterd/src/glusterd-store.c (+0/-2530)
.pc/applied-patches (+0/-1)
ChangeLog (+1978/-4)
api/Makefile.am (+1/-1)
api/Makefile.in (+1/-1)
api/examples/Makefile.am (+6/-0)
api/examples/Makefile.in (+555/-0)
api/examples/README (+19/-0)
api/examples/gfapi.py (+402/-0)
api/examples/glfsxmp.c (+1601/-0)
api/examples/setup.py.in (+29/-0)
api/src/Makefile.am (+3/-2)
api/src/Makefile.in (+15/-3)
api/src/glfs-fops.c (+91/-32)
api/src/glfs-handleops.c (+1278/-0)
api/src/glfs-handles.h (+143/-0)
api/src/glfs-internal.h (+59/-0)
api/src/glfs-mem-types.h (+2/-1)
api/src/glfs-resolve.c (+70/-3)
api/src/glfs.c (+22/-4)
api/src/glfs.h (+26/-0)
cli/src/cli-cmd-parser.c (+36/-4)
cli/src/cli-cmd-volume.c (+68/-3)
cli/src/cli-rpc-ops.c (+22/-14)
cli/src/cli-xml-output.c (+81/-4)
configure (+13/-11)
configure.ac (+3/-1)
debian/changelog (+16/-0)
debian/glusterfs-client.mounting-glusterfs.upstart (+9/-0)
debian/glusterfs-server.mounting-glusterfs.upstart (+0/-7)
debian/rules (+3/-2)
debian/source.lintian-overrides (+1/-0)
doc/glusterd.vol (+1/-0)
glusterfs.spec (+41/-16)
glusterfs.spec.in (+33/-8)
glusterfsd/src/glusterfsd-mgmt.c (+5/-0)
libglusterfs/src/globals.c (+56/-1)
libglusterfs/src/globals.h (+4/-0)
libglusterfs/src/mem-types.h (+2/-1)
libglusterfs/src/syncop.c (+154/-0)
libglusterfs/src/syncop.h (+63/-19)
rpc/rpc-transport/rdma/src/rdma.c (+4/-4)
xlators/cluster/afr/src/afr-inode-read.c (+1/-1)
xlators/cluster/afr/src/afr.c (+10/-0)
xlators/cluster/dht/src/dht-common.c (+16/-6)
xlators/cluster/dht/src/dht-common.h (+1/-0)
xlators/cluster/dht/src/dht-inode-read.c (+4/-0)
xlators/cluster/dht/src/dht-inode-write.c (+2/-0)
xlators/cluster/dht/src/dht-layout.c (+11/-3)
xlators/cluster/dht/src/dht-rebalance.c (+29/-14)
xlators/cluster/dht/src/dht-selfheal.c (+7/-0)
xlators/mgmt/glusterd/src/glusterd-brick-ops.c (+9/-3)
xlators/mgmt/glusterd/src/glusterd-op-sm.c (+71/-4)
xlators/mgmt/glusterd/src/glusterd-pmap.c (+5/-5)
xlators/mgmt/glusterd/src/glusterd-replace-brick.c (+8/-3)
xlators/mgmt/glusterd/src/glusterd-store.c (+3/-4)
xlators/mgmt/glusterd/src/glusterd-utils.c (+148/-14)
xlators/mgmt/glusterd/src/glusterd-utils.h (+7/-2)
xlators/mgmt/glusterd/src/glusterd-volume-ops.c (+12/-4)
xlators/mgmt/glusterd/src/glusterd.c (+10/-2)
xlators/mgmt/glusterd/src/glusterd.h (+1/-0)
xlators/mount/fuse/src/fuse-bridge.h (+14/-7)
xlators/nfs/server/src/mount3.c (+5/-14)
xlators/nfs/server/src/mount3.h (+4/-13)
xlators/nfs/server/src/mount3udp_svc.c (+4/-13)
xlators/nfs/server/src/nfs-common.c (+4/-13)
xlators/nfs/server/src/nfs-common.h (+4/-13)
xlators/nfs/server/src/nfs-fops.c (+4/-13)
xlators/nfs/server/src/nfs-fops.h (+4/-13)
xlators/nfs/server/src/nfs-generics.c (+4/-13)
xlators/nfs/server/src/nfs-generics.h (+4/-13)
xlators/nfs/server/src/nfs-inodes.c (+4/-13)
xlators/nfs/server/src/nfs-inodes.h (+4/-13)
xlators/nfs/server/src/nfs-mem-types.h (+4/-13)
xlators/nfs/server/src/nfs.c (+4/-13)
xlators/nfs/server/src/nfs.h (+4/-13)
xlators/nfs/server/src/nfs3-fh.c (+4/-13)
xlators/nfs/server/src/nfs3-fh.h (+4/-13)
xlators/nfs/server/src/nfs3-helpers.c (+4/-13)
xlators/nfs/server/src/nfs3-helpers.h (+4/-13)
xlators/nfs/server/src/nfs3.c (+4/-13)
xlators/nfs/server/src/nfs3.h (+4/-13)
xlators/nfs/server/src/nlm4.c (+4/-13)
xlators/nfs/server/src/nlm4.h (+4/-13)
xlators/nfs/server/src/nlmcbk_svc.c (+4/-13)
xlators/protocol/auth/addr/src/addr.c (+4/-13)
xlators/protocol/auth/login/src/login.c (+4/-13)
xlators/protocol/client/src/client-handshake.c (+1/-0)
xlators/storage/posix/src/posix.c (+27/-10)
Related bugs
Bug #1268064: Remote glusterfs mounts fail during boot because network is not yet available | Undecided | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Louis Zuckerman
- Status:
- Development
Recent revisions
- 31. By Louis Zuckerman
-
adding debian/
glusterfs- client. mounting- glusterfs. upstart which was missed in the last commit - 30. By Louis Zuckerman
-
* Merge from Debian unstable. Remaining changes:
- Updated mount blocking upstart job to wait until network is up for
all glusterfs mounts (LP: #1268064) - 28. By Bhavani Shankar
-
* Merge from Debian unstable. Remaining changes:
- Added Ubuntu upstart jobs providing support for local glusterfs mounts - 27. By Mahyuddin Susanto
-
* Merge from Debian testing. Remaining changes:
- Added Ubuntu upstart jobs providing support for local glusterfs mounts. - 25. By Mahyuddin Susanto
-
* Merge from Debian unstable. Remaining changes:
- Added Ubuntu upstart jobs providing support for local glusterfs mounts - 24. By Clint Byrum
-
* Merge from Debian unstable. Remaining changes:
- Added Ubuntu upstart jobs providing support for local glusterfs mounts - 23. By Louis Zuckerman
-
Added Ubuntu upstart jobs providing support for local glusterfs mounts
(LP: #876648) - 22. By Clint Byrum
-
* Merge from Debian unstable. Remaining changes:
- Added Ubuntu upstart jobs providing support for local glusterfs mounts
* Add upstream patch 03-glusterd-crash-gcc- optimizations, which fixes a crash
of glusterd on submitting a command like create/delete volume to it. This
happens with GCC 4.7 and -O2, where GCC optimizes out rsp statements.
Closes: #679767
* New upstream release.
* New upstream pre release.
* Updated debian packaging copyright file
- Fixed upstream project URLs and information
* Correct e-mail address from Matthias.
* New upstream pre release.
- Refresh hunky patch 02-spelling-error.
* New upstream release.
- Drop merged patch 03-hardened-gf-log.
- Refresh hunky patch 02-spelling-error.
* Wrap all debian/control fields.
* Remove unused lintian overrides.
* Bump Standards-Version to 3.9.3 (no changes needed).
* Override lintian warnings about shlibs-calls-exit.
* Fix lintian warning vim-addon-within- vim-runtime- path by installing
glusterfs.vim as example file now.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu/trusty/glusterfs