Skip to content

Commit 21e2fea

Browse files
authored
Update infra_config.rst
1 parent 93c7749 commit 21e2fea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/user_guide/jobs/tabs/infra_config.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
.with_shape_config_details(memory_in_gbs=16, ocpus=1)
2323
# Minimum/Default block storage size is 50 (GB).
2424
.with_block_storage_size(50)
25+
# A maximum number of 5 file systems are allowed to be mounted for a job.
26+
.with_storage_mount(
27+
{
28+
"src" : "<mount_target_ip_address>@<export_path>",
29+
"dest" : "<destination_directory_name>"
30+
}
31+
)
2532
)
2633

2734
.. code-tab:: yaml
@@ -40,3 +47,6 @@
4047
ocpus: 1
4148
shapeName: VM.Standard.E3.Flex
4249
subnetId: <subnet_ocid>
50+
storageMount:
51+
- src: <mount_target_ip_address>@<export_path>
52+
dest: <destination_directory_name>

0 commit comments

Comments
 (0)