"cannot allocate memory" when running "juju run"
Bug #1382556 reported by
Jacek Nykis
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Critical
|
Nate Finch | ||
1.25 |
Fix Released
|
Critical
|
Nate Finch |
Bug Description
I executed:
juju run "uptime" --all
and is returned messages like this for every machine:
- Error: 'fork/exec /usr/bin/ssh: cannot allocate memory'
MachineId: "9"
Stdout: ""
I can "juju ssh" to my instances fine and they all have memory available.
According to the documentation above command should be fine:
https:/
"juju run "uname -a" --all - Run a command (uname) on every instance. (1.17.2 and newer)"
I am running juju 1.18.4
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: run |
Changed in juju-core: | |
importance: | High → Medium |
Changed in juju-core: | |
importance: | Medium → Critical |
Changed in juju-core: | |
status: | Triaged → In Progress |
assignee: | nobody → Eric Snow (ericsnowcurrently) |
milestone: | none → 1.26-alpha2 |
Changed in juju-core: | |
assignee: | Nate Finch (natefinch) → Eric Snow (ericsnowcurrently) |
Changed in juju-core: | |
assignee: | Eric Snow (ericsnowcurrently) → Nate Finch (natefinch) |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
interesting.. so the real question is do you have memory on machine 0, as juju run effectively does a parallel ssh from there which the error message is referencing.