<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/build_env, branch release-3.8-fb</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/'/>
<entry>
<title>build: many rpm-build fixes</title>
<updated>2017-12-20T17:40:19+00:00</updated>
<author>
<name>Jeff Darcy</name>
<email>jdarcy@fb.com</email>
</author>
<published>2017-12-05T21:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=21e9d065b779841cc161975ff2b66e8ce27dddbe'/>
<id>21e9d065b779841cc161975ff2b66e8ce27dddbe</id>
<content type='text'>
Summary:
Highlights include:

 * Fixed GF_CONF_OPTS (dev builds) and RPM_BUILD_FLAGS (rpm builds)

 * Fixed version in configure.ac

 * Fixed handling of files only present when BUILD_FB_EXTRAS is set

 * Fixed disable-georeplication (upstream bug)

 * Fixed disable-tiering (upstream bug)

 * Removed .service files which should be generated from .in versions

 * Fixed tirpc (previously fbtirpc) references

 * Fixed init_enable problems

 * Removed delay-gen references

Test Plan: Use build.sh to build an RPM, and install it.

Differential Revision: https://phabricator.intern.facebook.com/D6611299

Change-Id: If61a4964a149f782038ea47362a82b813e6b7738
Signed-off-by: Jeff Darcy &lt;jdarcy@fb.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Highlights include:

 * Fixed GF_CONF_OPTS (dev builds) and RPM_BUILD_FLAGS (rpm builds)

 * Fixed version in configure.ac

 * Fixed handling of files only present when BUILD_FB_EXTRAS is set

 * Fixed disable-georeplication (upstream bug)

 * Fixed disable-tiering (upstream bug)

 * Removed .service files which should be generated from .in versions

 * Fixed tirpc (previously fbtirpc) references

 * Fixed init_enable problems

 * Removed delay-gen references

Test Plan: Use build.sh to build an RPM, and install it.

Differential Revision: https://phabricator.intern.facebook.com/D6611299

Change-Id: If61a4964a149f782038ea47362a82b813e6b7738
Signed-off-by: Jeff Darcy &lt;jdarcy@fb.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fbsmoke: Sync with 3.6 functionality</title>
<updated>2017-09-15T17:58:08+00:00</updated>
<author>
<name>krad</name>
<email>krad@fb.com</email>
</author>
<published>2017-09-14T00:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=e4b47b5d54644c398c424a99116a0cc37e4431d6'/>
<id>e4b47b5d54644c398c424a99116a0cc37e4431d6</id>
<content type='text'>
Summary:
(1) Depricate REMOTE=1 fb-smoke.sh
(2) Add fb-remote-test.sh
(3) Add .arcconfig for arc smoke/test/asan-noleaks
(4) Minor fix to ASAN_ENABLED variable handling

Test Plan: Run tests manually

Differential Revision: https://phabricator.intern.facebook.com/D5830444

Change-Id: Ie8a427a11761ac5b23844b77b82b24269626d352
Reviewed-on: https://review.gluster.org/18290
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
(1) Depricate REMOTE=1 fb-smoke.sh
(2) Add fb-remote-test.sh
(3) Add .arcconfig for arc smoke/test/asan-noleaks
(4) Minor fix to ASAN_ENABLED variable handling

Test Plan: Run tests manually

Differential Revision: https://phabricator.intern.facebook.com/D5830444

Change-Id: Ie8a427a11761ac5b23844b77b82b24269626d352
Reviewed-on: https://review.gluster.org/18290
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>storage/posix: Fix crash bug in posix_make_ancestryfromgfid</title>
<updated>2017-08-30T01:39:51+00:00</updated>
<author>
<name>Richard Wareing</name>
<email>rwareing@fb.com</email>
</author>
<published>2016-02-02T03:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=9bc7c9df41f4e7fc0b8462cbc56298d421cb8722'/>
<id>9bc7c9df41f4e7fc0b8462cbc56298d421cb8722</id>
<content type='text'>
Summary:
- Per title, adding OOPS logging
- Clean-up quota related log spew from when older clients connect to
  3.6.x quota enabled clusters

Test Plan:
- Spew: Tested on dev servers, one with old client against dev server w/
  3.6.3_fb
- Crash: Canaried on offending node (gfsai040.prn2) and ensure crash no longer
  happens
- Canary on gfsbudev shadow tiers once approved
- This is a port of D2894799 to 3.8

Reviewers: sshreyas, dph, dld, moox

Change-Id: I13e7d6915ee301b8d607d5770ef2261a9ab78493
Reviewed-on: https://review.gluster.org/18140
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Shreyas Siravara &lt;sshreyas@fb.com&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
- Per title, adding OOPS logging
- Clean-up quota related log spew from when older clients connect to
  3.6.x quota enabled clusters

Test Plan:
- Spew: Tested on dev servers, one with old client against dev server w/
  3.6.3_fb
- Crash: Canaried on offending node (gfsai040.prn2) and ensure crash no longer
  happens
- Canary on gfsbudev shadow tiers once approved
- This is a port of D2894799 to 3.8

Reviewers: sshreyas, dph, dld, moox

Change-Id: I13e7d6915ee301b8d607d5770ef2261a9ab78493
Reviewed-on: https://review.gluster.org/18140
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Shreyas Siravara &lt;sshreyas@fb.com&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fb-smoke: Add fb-smoke, build and build_env to r-3.8</title>
<updated>2017-08-18T12:28:02+00:00</updated>
<author>
<name>krad</name>
<email>krad@fb.com</email>
</author>
<published>2017-08-17T21:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs.git/commit/?id=2f343120302e7ed3ea42f276a0a92e557582ad51'/>
<id>2f343120302e7ed3ea42f276a0a92e557582ad51</id>
<content type='text'>
Summary:
The new plan is to keep fb-smoke, build and build_env in every version of gluster. Changes in r-3.6 will be
ported to r-3.8 henceforth. We reference fbcode for remote testing.

Test Plan: Run unit, asan, valgrind

Reviewers: junsongli, sshreyas, jdarcy

Reviewed By: jdarcy

Subscribers: #posix_storage

Differential Revision: https://phabricator.intern.facebook.com/D5653092

Tasks: T20082902

Change-Id: Iebf4cfc1752e97d6f9efe80af88ee06c21103d83
Signature: t1:5653092:1503006640:642f075cba3a7295af42638e100d2e48f426f07a
Reviewed-on: https://review.gluster.org/18055
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Jeff Darcy &lt;jeff@pl.atyp.us&gt;
Tested-by: Jeff Darcy &lt;jeff@pl.atyp.us&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
The new plan is to keep fb-smoke, build and build_env in every version of gluster. Changes in r-3.6 will be
ported to r-3.8 henceforth. We reference fbcode for remote testing.

Test Plan: Run unit, asan, valgrind

Reviewers: junsongli, sshreyas, jdarcy

Reviewed By: jdarcy

Subscribers: #posix_storage

Differential Revision: https://phabricator.intern.facebook.com/D5653092

Tasks: T20082902

Change-Id: Iebf4cfc1752e97d6f9efe80af88ee06c21103d83
Signature: t1:5653092:1503006640:642f075cba3a7295af42638e100d2e48f426f07a
Reviewed-on: https://review.gluster.org/18055
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Jeff Darcy &lt;jeff@pl.atyp.us&gt;
Tested-by: Jeff Darcy &lt;jeff@pl.atyp.us&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
