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
If I remove the 1GB and 2GB files from the folder, the bput transfer succeeds with the same parameters.
I also tried the original folder once more, but specified a bigger --max_file_size than the default (precisely: gocmd bput -d --min_file_num 1 --max_file_size "21474836480" bput_test/. This also resulted in an error, but a different one (see attached logbput_again.log). In this case, the upload location is completely empty and I also end up with a non-good replica in .gocmd_staging.
results in all files being upload. No errors or non-good replicas in this case (see attached logbput_icat_default_size.log).
We are using iRODS 4.3.2 + PAM in the background. It is for me currently not clear if this is an issue with bput, our system, or wrong use of the command.
A user of ours experiences issues when trying to upload with
gocmd bput
. I tried myself today and also got a lot of errors when trying bput command.He a simple example:
Trying to upload via
gocmd bput -d --min_file_num 1 bput_test/
gives an error (see attached logbput.log
).I also end up with a non-good replica in
.gocmd_staging
as well as parts of the files being transferred:If I remove the 1GB and 2GB files from the folder, the bput transfer succeeds with the same parameters.
I also tried the original folder once more, but specified a bigger
--max_file_size
than the default (precisely:gocmd bput -d --min_file_num 1 --max_file_size "21474836480" bput_test/
. This also resulted in an error, but a different one (see attached logbput_again.log
). In this case, the upload location is completely empty and I also end up with a non-good replica in.gocmd_staging
.I also saw that when I use the
--icat
flag, the same upload seems to succeed, but I do not understand why so far.So
results in all files being upload. No errors or non-good replicas in this case (see attached log
bput_icat_default_size.log
).We are using iRODS 4.3.2 + PAM in the background. It is for me currently not clear if this is an issue with
bput
, our system, or wrong use of the command.bput.log
bput_again.log
bput_icat_default_size.log
The text was updated successfully, but these errors were encountered: