mounts: add a default value for readonly
To clarify the behavior of the mounters, specify that by default it's not gonna mount as readonly.
This commit is contained in:
parent
8f08433804
commit
b97b78382f
4 changed files with 8 additions and 4 deletions
|
|
@ -30,7 +30,8 @@ SCHEMA_2 = """
|
|||
"properties": {
|
||||
"readonly": {
|
||||
"description": "mount the source as a readonly device",
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@ SCHEMA_2 = """
|
|||
"properties": {
|
||||
"readonly": {
|
||||
"description": "mount the source as a readonly device",
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@ SCHEMA_2 = """
|
|||
"properties": {
|
||||
"readonly": {
|
||||
"description": "mount the source as a readonly device",
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"uid": {
|
||||
"description": "mount the source with given uid",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@ SCHEMA_2 = """
|
|||
"properties": {
|
||||
"readonly": {
|
||||
"description": "mount the source as a readonly device",
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue