[ARVADOS] updated: 2.1.0-1058-geb83305eb

Git user git at public.arvados.org
Thu Jul 15 01:23:14 UTC 2021


Summary of changes:
 lib/boot/supervisor.go | 5 +++++
 1 file changed, 5 insertions(+)

       via  eb83305ebc3c7be4aef17385d60f68db1be0b64a (commit)
      from  caf1780594ae82868779309e47f4616dda507b02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit eb83305ebc3c7be4aef17385d60f68db1be0b64a
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Wed Jul 14 22:22:37 2021 -0300

    17573: Adds test storage classes to arvados-server test mode.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/lib/boot/supervisor.go b/lib/boot/supervisor.go
index 0f497a443..4e009f45a 100644
--- a/lib/boot/supervisor.go
+++ b/lib/boot/supervisor.go
@@ -741,6 +741,11 @@ func (super *Supervisor) autofillConfig(cfg *arvados.Config) error {
 				AccessViaHosts: map[arvados.URL]arvados.VolumeAccess{
 					url: {},
 				},
+				StorageClasses: map[string]bool{
+					"default": true,
+					"foo":     true,
+					"bar":     true,
+				},
 			}
 		}
 	}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list