You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ func main() {
24
24
quobyteConfigName:=flag.String("configuration_name", "BASE", "Name of the volume configuration of new volumes")
25
25
quobyteAPIURL:=flag.String("api", "http://localhost:7860", "URL to the API server(s) in the form http(s)://host[:port][,host:port] or SRV record name")
26
26
quobyteRegistry:=flag.String("registry", "localhost:7861", "URL to the registry server(s) in the form of host[:port][,host:port] or SRV record name")
27
-
quobyteTenantId:=flag.String("tenant_id", "default", "Id of the Quobyte tenant in whose domain the operation takes place")
27
+
quobyteTenantId:=flag.String("tenant_id", "no default", "Id of the Quobyte tenant in whose domain the operation takes place")
28
28
29
29
group:=flag.String("group", "root", "Group to create the unix socket")
30
30
maxWaitTime:=flag.Float64("max-wait-time", 30, "Maximimum wait time for filesystem checks to complete when a Volume is created before returning an error")
0 commit comments