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
When I set AZCOPY_JOB_PLAN_LOCATION to a writable location, the error goes away. I suggest investigating why the app crashes before the error message about AZCOPY_JOB_PLAN_LOCATION is displayed, and ensuring the error actually gets displayed.
The text was updated successfully, but these errors were encountered:
Hi @sandersaares thank you for reporting this issue, we will work on reproducing this behavior and potentially wrap the error in a more helpful message.
Which version of the AzCopy was used?
Whatever downloading from the v10 URL installed today. AzCopy fails to run even without any argument - cannot check for sure.
Which platform are you using? (ex: Windows, Mac, Linux)
Linux
What command did you run?
azcopy
AZCOPY_LOG_LOCATION=/tmp/azcopy
azcopy
What problem was encountered?
App immediately crashes with:
How can we reproduce the problem in the simplest way?
azcopy
.Have you found a mitigation/solution?
It seems I also need to define
AZCOPY_JOB_PLAN_LOCATION
and point to a writable location.There is an error message in the code for
AZCOPY_JOB_PLAN_LOCATION
but it is never reached for some reason.azure-storage-azcopy/main.go
Line 69 in 053a049
When I set
AZCOPY_JOB_PLAN_LOCATION
to a writable location, the error goes away. I suggest investigating why the app crashes before the error message aboutAZCOPY_JOB_PLAN_LOCATION
is displayed, and ensuring the error actually gets displayed.The text was updated successfully, but these errors were encountered: