[ARVADOS] updated: ab32ff89cfdca64de9765e85fbc15d621e847f88

git at public.curoverse.com git at public.curoverse.com
Fri Apr 11 14:46:54 EDT 2014


Summary of changes:
 services/keep/keep.go |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

       via  ab32ff89cfdca64de9765e85fbc15d621e847f88 (commit)
      from  9fd58497a867ae3846a5c4761eb724d1d1b91fc7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ab32ff89cfdca64de9765e85fbc15d621e847f88
Author: Tim Pierce <twp at curoverse.com>
Date:   Fri Apr 11 14:48:14 2014 -0400

    Updating docs for code review (refs #2463)

diff --git a/services/keep/keep.go b/services/keep/keep.go
index 85e2aea..7981bb9 100644
--- a/services/keep/keep.go
+++ b/services/keep/keep.go
@@ -51,7 +51,25 @@ func (e *KeepError) Error() string {
 }
 
 func main() {
-	// Parse command-line flags.
+	// Parse command-line flags:
+	//
+	// -listen=ipaddr:port
+	//    Interface on which to listen for requests. Use :port without
+	//    an ipaddr to listen on all network interfaces.
+	//    Examples:
+	//      -listen=127.0.0.1:4949
+	//      -listen=10.0.1.24:8000
+	//      -listen=:25107 (to listen to port 25107 on all interfaces)
+	//
+	// -volumes
+	//    A comma-separated list of directories to use as Keep volumes.
+	//    Example:
+	//      -volumes=/var/keep01,/var/keep02,/var/keep03/subdir
+	//
+	//    If -volumes is empty or is not present, Keep will select volumes
+	//    by looking at currently mounted filesystems for /keep top-level
+	//    directories.
+
 	var listen, keepvols string
 	flag.StringVar(&listen, "listen", DEFAULT_ADDR,
 		"interface on which to listen for requests")

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list