diod: remove redundant default doc
This commit is contained in:
parent
0bf05a02f4
commit
e805c78ed3
@ -79,7 +79,7 @@ in
|
|||||||
default = 16;
|
default = 16;
|
||||||
description = ''
|
description = ''
|
||||||
Sets the (fixed) number of worker threads created to handle 9P
|
Sets the (fixed) number of worker threads created to handle 9P
|
||||||
requests for a unique aname. The default is 16 per aname.
|
requests for a unique aname.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -88,7 +88,6 @@ in
|
|||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Allow clients to connect without authentication, i.e. without a valid MUNGE credential.
|
Allow clients to connect without authentication, i.e. without a valid MUNGE credential.
|
||||||
Default is false.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -98,7 +97,6 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
This option disables password/group lookups. It allows any uid to attach and
|
This option disables password/group lookups. It allows any uid to attach and
|
||||||
assumes gid=uid, and supplementary groups contain only the primary gid.
|
assumes gid=uid, and supplementary groups contain only the primary gid.
|
||||||
Default is false
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -108,7 +106,6 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
Remap all users to "nobody". The attaching user need not be present in the
|
Remap all users to "nobody". The attaching user need not be present in the
|
||||||
password file.
|
password file.
|
||||||
Default is true
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -116,8 +113,7 @@ in
|
|||||||
type = types.str;
|
type = types.str;
|
||||||
default = "nobody";
|
default = "nobody";
|
||||||
description = ''
|
description = ''
|
||||||
Change the squash user from the default of "nobody". The squash user must be
|
Change the squash user. The squash user must be present in the password file.
|
||||||
present in the password file.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -126,8 +122,7 @@ in
|
|||||||
default = "syslog:daemon:err";
|
default = "syslog:daemon:err";
|
||||||
description = ''
|
description = ''
|
||||||
Set the destination for logging.
|
Set the destination for logging.
|
||||||
DEST is in the form of "syslog:facility:level" or "filename".
|
The value has the form of "syslog:facility:level" or "filename".
|
||||||
The default is "syslog:daemon:err".
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -137,7 +132,7 @@ in
|
|||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
This option configures statfs to return the host file system's type
|
This option configures statfs to return the host file system's type
|
||||||
rather than V9FS_MAGIC. The default is false (return V9FS_MAGIC).
|
rather than V9FS_MAGIC.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user