Changes

Jump to navigation Jump to search

CCU:New GPU Cluster

178 bytes added, 4 years ago
m
Copy data from the old cluster into the new filesystem
</syntaxhighlight>
Afterwards, run a shell in the container and copy your stuff over to /abyss/shared/users/<your-namespaceusername>. Make sure to set a group ownership id of 10000 with rw permissions for the group (rwx for directories) so you have read/write access on the new cluster. See commands below for an example how to The following should do the trick: <syntaxhighlight>> kubectl exec -it<your-username>-transfer-pod /bin/bash# cd /cephfs/abyss/shared/users/<your-username># cp -r <all-my-stuff> ./# sudo chmod -R g+w *</syntaxhighlight>
== Getting started on the new cluster ==

Navigation menu