-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot rename data objects and collections via the globus interface #66
Comments
Can you provide a log that shows what happens when this is attempted? Also, is there a way to simulate this via command line utilities? I don't have access to the globus GUI interface. |
I don't have that "globus" command and I don't think it is possible to do it via globus-url-copy. That said, I think I was able to reproduce this via ftp. I will take a look at implementing this.
|
Looking at the code, we need to support GLOBUS_GFS_CMD_RNTO in In addition, there is a switch statement and the default for it just returns. I think that should be updated to return some type of not supported error as well. |
If there's an error that indicates that, sounds appropriate to me. |
Produced an error message for commands that are not implemented.
Hi, now I can provide logs requested because I could capture relevant errors in the irods logs. Please keep in mind that I captured these errors in the irods server 4.3.2 and the globus connector is the one built on latest (main branch).
|
Were those logs obtained using a build including commit 24a7ee0? |
Yes. That is correct our build contains that commit. |
Bug Report
iRODS Version, OS and Version
4.3.0 almalinux8
What did you try to do?
Through the globus web interface,
Expected behavior
Renamed data objects and collections in iRODS
Observed behavior (including steps to reproduce, if applicable)
Even though the globus interface shows objects are renamed, in fact they are not renamed and this can be verified when clicked
refreshed list
.The text was updated successfully, but these errors were encountered: