Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Transferring larger volumes results in ERR_CHILD_PROCESS_STDIO_MAXBUFFER error. #106

Open
IORoot opened this issue Apr 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@IORoot
Copy link

IORoot commented Apr 21, 2023

Describe the bug
Transferring a volume from one host to another, the size is 218.9MB and I'm getting the error after 30 seconds or so:

Failed to clone volume SOURCE to destinaton volume DESTINATION: Exit code: ERR_CHILD_PROCESS_STDIO_MAXBUFFER

I believe that it's because you're using exec commands instead of spawn commands, I think.

In file volumes-backup-extension/ui/src/components /TransferDialog.tsx I think that line 112:

const transferredOutput = await ddClient.docker.cli.exec("run", [

needs to change to the spawn command. Otherwise you can't transfer larger payloads.

Sorry about that.

@IORoot IORoot added the bug Something isn't working label Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant