Skip to content

Commit a6e1d16

Browse files
committed
Update documentation to include changes to default root path
1 parent a1454fc commit a6e1d16

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/blocks-storage/querier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ blocks_storage:
490490
filesystem:
491491
# Local filesystem storage directory.
492492
# CLI flag: -blocks-storage.filesystem.dir
493-
[dir: <string> | default = ""]
493+
[dir: <string> | default = "/"]
494494

495495
# This configures how the querier and store-gateway discover and synchronize
496496
# blocks stored in the bucket.

docs/blocks-storage/store-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ blocks_storage:
614614
filesystem:
615615
# Local filesystem storage directory.
616616
# CLI flag: -blocks-storage.filesystem.dir
617-
[dir: <string> | default = ""]
617+
[dir: <string> | default = "/"]
618618

619619
# This configures how the querier and store-gateway discover and synchronize
620620
# blocks stored in the bucket.

docs/configuration/config-file-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ swift:
768768
filesystem:
769769
# Local filesystem storage directory.
770770
# CLI flag: -alertmanager-storage.filesystem.dir
771-
[dir: <string> | default = ""]
771+
[dir: <string> | default = "/"]
772772

773773
# The configstore_config configures the config database storing rules and
774774
# alerts, and is used by the Cortex alertmanager.
@@ -1047,7 +1047,7 @@ swift:
10471047
filesystem:
10481048
# Local filesystem storage directory.
10491049
# CLI flag: -blocks-storage.filesystem.dir
1050-
[dir: <string> | default = ""]
1050+
[dir: <string> | default = "/"]
10511051

10521052
# This configures how the querier and store-gateway discover and synchronize
10531053
# blocks stored in the bucket.
@@ -4728,7 +4728,7 @@ swift:
47284728
filesystem:
47294729
# Local filesystem storage directory.
47304730
# CLI flag: -ruler-storage.filesystem.dir
4731-
[dir: <string> | default = ""]
4731+
[dir: <string> | default = "/"]
47324732

47334733
# The configstore_config configures the config database storing rules and
47344734
# alerts, and is used by the Cortex alertmanager.
@@ -5015,7 +5015,7 @@ swift:
50155015
filesystem:
50165016
# Local filesystem storage directory.
50175017
# CLI flag: -runtime-config.filesystem.dir
5018-
[dir: <string> | default = ""]
5018+
[dir: <string> | default = "/"]
50195019
```
50205020
50215021
### `s3_sse_config`

0 commit comments

Comments
 (0)