Project

General

Profile

Bug #16778

Updated by Peter Amstutz over 3 years ago

Follow-up from comment https://dev.arvados.org/issues/16775#note-1 

 User "setup" on a federate which has a LoginCluster gets forwarded to the central cluster.    If the setup request includes a VM, the user should be set up with that VM.    However, the VM exists on the federate, not the LoginCluster, so setup fails because it doesn't recognize that the VM exists.    Also, it won't work to create a permission link on the login cluster, the permission link needs to be created on the federate. 

 Proposed solution: 

 Set up the user on the LoginCluster first with "vm" uuid removed, if that succeeds, then invoke setup on the local cluster?    (what about git repos?) 

Back