Browse Source

etcdmain: add quota-backend-bytes to help.go

Gyu-Ho Lee 9 years ago
parent
commit
fa61bf86d7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      etcdmain/help.go

+ 2 - 1
etcdmain/help.go

@@ -51,7 +51,8 @@ member flags:
 		maximum number of wal files to retain (0 is unlimited).
 	--cors ''
 		comma-separated whitelist of origins for CORS (cross-origin resource sharing).
-
+	--quota-backend-bytes '0'
+		raise alarms when backend size exceeds the given quota (0 defaults to low space quota).
 
 clustering flags: