File tree 3 files changed +11
-11
lines changed
datacenter/dtr/2.3/guides/admin/configure/external-storage
configure/external-storage
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory>
31
31
One way to configure DTR to use an NFS directory is at install time:
32
32
33
33
``` none
34
- docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ dtr_version }} install \
34
+ docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page. dtr_version }} install \
35
35
--nfs-storage-url <nfs-storage-url> \
36
36
<other options>
37
37
```
@@ -50,15 +50,15 @@ If you want to start using the new DTR built-in support for NFS you can
50
50
reconfigure DTR:
51
51
52
52
``` none
53
- docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ dtr_version }} reconfigure \
53
+ docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page. dtr_version }} reconfigure \
54
54
--nfs-storage-url <nfs-storage-url>
55
55
```
56
56
57
57
If you want to reconfigure DTR to stop using NFS storage, leave the option
58
58
in blank:
59
59
60
60
``` none
61
- docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ dtr_version}} reconfigure \
61
+ docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page. dtr_version}} reconfigure \
62
62
--nfs-storage-url ""
63
63
```
64
64
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory> /tmp/mydir
31
31
One way to configure DTR to use an NFS directory is at install time:
32
32
33
33
``` bash
34
- docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ dtr_version }} install \
34
+ docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page. dtr_version }} install \
35
35
--nfs-storage-url < nfs-storage-url> \
36
36
< other options>
37
37
```
@@ -51,15 +51,15 @@ To take advantage of the new DTR built-in support for NFS, you can
51
51
reconfigure DTR to use NFS:
52
52
53
53
``` bash
54
- docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ dtr_version }} reconfigure \
54
+ docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page. dtr_version }} reconfigure \
55
55
--nfs-storage-url < nfs-storage-url>
56
56
```
57
57
58
58
To reconfigure DTR to stop using NFS storage, leave the ` --nfs-storage-url ` option
59
59
blank:
60
60
61
61
``` bash
62
- docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ dtr_version}} reconfigure \
62
+ docker run -it --rm {{ page.dtr_org }}/{{ page.dtr_repo }}:{{ page. dtr_version}} reconfigure \
63
63
--nfs-storage-url " "
64
64
```
65
65
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ replicas.
41
41
42
42
## Cluster status
43
43
44
- The ` /api/v0/meta/cluster_status ` [ endpoint] ( /reference/dtr/2.5/api/ )
45
- requires administrator credentials, and returns a JSON object for the entire
46
- cluster as observed by the replica being queried. You can authenticate your
47
- requests using HTTP basic auth.
44
+ The ` /api/v0/meta/cluster_status ` [ endpoint] (/reference/dtr/{{ site.dtr_version
45
+ }}/api/) requires administrator credentials, and returns a JSON object for the
46
+ entire cluster as observed by the replica being queried. You can authenticate
47
+ your requests using HTTP basic auth.
48
48
49
49
``` bash
50
50
curl -ksL -u < user> :< pass> https://< dtr-domain> /api/v0/meta/cluster_status
@@ -72,4 +72,4 @@ troubleshoot, try [troubleshooting using logs](troubleshoot-with-logs.md).
72
72
73
73
## Where to go next
74
74
75
- - [ Troubleshoot with logs] ( troubleshoot-with-logs.md )
75
+ - [ Troubleshoot with logs] ( troubleshoot-with-logs.md )
You can’t perform that action at this time.
0 commit comments