Terrell Russell

Results 323 comments of Terrell Russell

Ah, I think it expects each space-delimited argument to irule to be a separate parameter to `self.session.run()`... Like this... ``` self.session.run("irule", None, "-r", "irods_rule_engine_plugin-irods_rule_language-instance", "-F", rule_name, input_path, input_resource) ```

Right, there are other calls in that file that have differing number of arguments.

errno 2 is `No such file or directory` so... which file doesn't exist?

We have made progress in the duplicate issue irods/irods#4779. When we close that issue, we can close this issue.

The files in that directory are each base64-encoded to be included in the payload of the `izonereport` itself. The assumption is that they are configuration files for the server. Agreed,...

well... it feels like a file that big is a mistake. and if we don't 'skip' big files... then... what do we do? base64 23GB files and send them as...

agreed that's an alternative... but... just skipping based on size seems easier to understand... and also, easier to ship a default for.