-
Notifications
You must be signed in to change notification settings - Fork 14
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
py_remote hostname length #205
Comments
iRODS definitely supports hostnames longer than that. My guess is the implementation of |
Hi Kory, by glancing at the code, it looks like this plugin uses
which in turn uses Is then the plugin expecting a colon in the hostname string? Apparently it is, because any of the following hostname strings just work as expected
I guess in this case |
Nice investigative work! We'll get a fix in for the next release of the PREP. |
@korydraughn Sorry for the confusion.. actually the fix here could be much simpler than I thought. There is actually nothing wrong with the functions mentioned above. I propose to change I could submit a PR. Cheers, L. |
Changing that value could break people's deployments and backwards compatibility, so we can't change it at this time.
It's not clear which way to go at the moment. We need to confirm what the input requirements and expectations are for |
Hello,
I am trying to execute a code remotely using
py_remote(hostname, hints, code, recovery)
and I happen to be working with hostnames which length might exceed 32 chars. When I launchpy_remote
I getIs this done deliberately? Many thanks in advance.
The text was updated successfully, but these errors were encountered: