You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use nlds put to put a file from the nlds object store into the same location that I used nlds get to put it in.
to get rid of the original file I used the mv command
e.g:
mv sheep.txt shep.txt
I then ran the get command nlds get /gws/nopw/j04/cedaproc/wcross/things/sheep.txt to try put it back
but the file never made it back and when running nlds stat it is stuck on CATALOG_GETTING.
What is also strange is I tried this with a different file and it managed to put the file in the directory (but still got stuck on CATALOG_GETTING) and I can't get it to do it again nlds get "$(nlds find -1 -p '.*/aaa*')"
The text was updated successfully, but these errors were encountered:
I have tried to use
nlds put
to put a file from the nlds object store into the same location that I usednlds get
to put it in.to get rid of the original file I used the
mv
commande.g:
mv sheep.txt shep.txt
I then ran the get command
nlds get /gws/nopw/j04/cedaproc/wcross/things/sheep.txt
to try put it backbut the file never made it back and when running nlds stat it is stuck on CATALOG_GETTING.

What is also strange is I tried this with a different file and it managed to put the file in the directory (but still got stuck on CATALOG_GETTING) and I can't get it to do it again
nlds get "$(nlds find -1 -p '.*/aaa*')"
The text was updated successfully, but these errors were encountered: