From baa3b05d0051166b60089f768e09ed140b771f5e Mon Sep 17 00:00:00 2001 From: Brett Larson <33815371+brettplarson@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:17:41 -0500 Subject: [PATCH] Update ephemeral_disk.mdx (#14356) It is really unclear on how to use this feature. it took me a while to find this, so I thought I would purpose how to use this. --- website/content/docs/job-specification/ephemeral_disk.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/job-specification/ephemeral_disk.mdx b/website/content/docs/job-specification/ephemeral_disk.mdx index 1ebc19627..5e980a4ea 100644 --- a/website/content/docs/job-specification/ephemeral_disk.mdx +++ b/website/content/docs/job-specification/ephemeral_disk.mdx @@ -26,6 +26,7 @@ job "docs" { } } ``` +The ephemeral disk can be referenced under `alloc/data/`. More information can be found in the [filesystem internals]. ## `ephemeral_disk` Parameters @@ -60,3 +61,4 @@ ephemeral_disk { ``` [resources]: /docs/job-specification/resources 'Nomad resources Job Specification' +[filesystem internals]: /docs/concepts/filesystem#templates-artifacts-and-dispatch-payloads 'Filesystem internals documentation'