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: internal/server/metadata/configuration.json
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6427,6 +6427,48 @@
6427
6427
]
6428
6428
}
6429
6429
},
6430
+
"storage_nfs": {
6431
+
"common": {
6432
+
"keys": [
6433
+
{
6434
+
"nfs.host": {
6435
+
"default": "-",
6436
+
"longdesc": "",
6437
+
"scope": "global",
6438
+
"shortdesc": "Hostname or IP address of the remote NFS server. Optional if included in `source`, or a configuration is used.",
6439
+
"type": "string"
6440
+
}
6441
+
},
6442
+
{
6443
+
"nfs.mount_options": {
6444
+
"default": "-",
6445
+
"longdesc": "",
6446
+
"scope": "local",
6447
+
"shortdesc": "Additional mount options for the NFS mount.",
6448
+
"type": "string"
6449
+
}
6450
+
},
6451
+
{
6452
+
"nfs.path": {
6453
+
"default": "-",
6454
+
"longdesc": "",
6455
+
"scope": "local",
6456
+
"shortdesc": "Remote NFS path. Typically inferred from `source`, but can be overridden.",
6457
+
"type": "string"
6458
+
}
6459
+
},
6460
+
{
6461
+
"source": {
6462
+
"default": "-",
6463
+
"longdesc": "",
6464
+
"scope": "local",
6465
+
"shortdesc": "NFS remote storage path. Format: `[\u003chost\u003e:]\u003cremote path\u003e`. If `host` is omitted here, it must be set via `nfs.host`.",
0 commit comments