X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/75adb33e1b2038691e1f62078ee530d1ba01c873..b9c5339d113c63ffc3d8a7c6bf1019616bb3f89a:/doc/user/topics/storage-classes.html.textile.liquid diff --git a/doc/user/topics/storage-classes.html.textile.liquid b/doc/user/topics/storage-classes.html.textile.liquid index 96c8083062..99556af10a 100644 --- a/doc/user/topics/storage-classes.html.textile.liquid +++ b/doc/user/topics/storage-classes.html.textile.liquid @@ -16,10 +16,18 @@ Names of storage classes are internal to the cluster and decided by the administ h3. arv-put -You may specify the desired storage class for a collection uploaded using @arv-put@: +You may specify one or more desired storage classes for a collection uploaded using @arv-put@:
-$ arv-put --storage-classes=hot myfile.txt
+$ arv-put --storage-classes=hot,archival myfile.txt
+
+ +h3. arv-mount + +You can ask @arv-mount@ to use specific storage classes when creating new collections: + +
+$ arv-mount --storage-classes=transient --mount-tmp=scratch keep
 
h3. arvados-cwl-runner @@ -46,8 +54,6 @@ h3. Storage class notes Collection blocks will be in the "default" storage class if not otherwise specified. -Currently, a collection may only have one desired storage class. - Any user with write access to a collection may set any storage class on that collection. Names of storage classes are internal to the cluster and decided by the administrator. Aside from "default", Arvados currently does not define any standard storage class names.