cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] cmogstored 1.7.1 - a mogstored alternative
@ 2019-05-12  0:54  5% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-05-12  0:54 UTC (permalink / raw)
  To: mogile, cmogstored-public

cmogstored is an alternative implementation of the "mogstored" storage
component of MogileFS.  cmogstored is implemented in C and does not use
Perl at runtime.  cmogstored is the only component you need to install
on a MogileFS storage node.

    Changes: Linux 5.0/5.1 epoll_pwait workaround

    The Linux kernel bugfix should hit mainline and stable kernels,
    soon.  But there's no reason for us to be caring if errno is
    EINTR or not...

    cf. https://lore.kernel.org/lkml/20190427093319.sgicqik2oqkez3wk@dcvr/
        https://lore.kernel.org/lkml/20190507043954.9020-1-deepa.kernel@gmail.com/

    There are also some minor build/test updates since v1.7.0 (2018-12-18):

          test/mgmt-usage.rb: fix mismatched indentation warning
          add .gitattributes for Ruby files
          test/mgmt_auto_adjust.rb: improve diagnostic messages
          .gitignore: add extra ignores for gnulib in Debian 9
          notify.c: workaround epoll_pwait bug in current Linux 5.0/5.1
          doc: remove mailing list subscription info

https://bogomips.org/cmogstored/files/cmogstored-1.7.1.tar.gz
SHA-256: 603c163e133c656feebf1055364eb153664fafcb053696f7b86da511bf02a893

* homepage: http://bogomips.org/cmogstored/README
* git clone https://bogomips.org/cmogstored.git
* gitweb: https://repo.or.cz/w/cmogstored.git
* public inbox: cmogstored-public@bogomips.org
* archives: https://bogomips.org/cmogstored-public/
* nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored

^ permalink raw reply	[relevance 5%]

* [PATCH] .gitignore: add extra ignores for gnulib in Debian 9
@ 2019-04-27 21:33  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-04-27 21:33 UTC (permalink / raw)
  To: cmogstored-public

I usually use gnulib.git, but not everybody does and it's worth
cleaning things up a bit for this common case.

Tested with gnulib 20140202+stable-2+deb9u1 in Debian 9 (stretch).

Further updates may be needed for other common distros which
package gnulib.
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 459f721..768a6ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,8 @@ tags
 /build-aux/ar-lib
 /build-aux/compile
 /build-aux/test-driver
+
+# should be redundant, but different revisions of gnulib
+# yield different results:
+/build-aux/snippet/*.h
+/m4/onceonly.m4
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-04-27 21:33  7% [PATCH] .gitignore: add extra ignores for gnulib in Debian 9 Eric Wong
2019-05-12  0:54  5% [ANN] cmogstored 1.7.1 - a mogstored alternative Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).