Browse Source

Merge pull request #5146 from gyuho/help

etcdmain: quota-backend-bytes in help.go
Gyu-Ho Lee 9 years ago
parent
commit
0c191b71ec
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: