Skip to content

Comments

RFR: Disable parallel execution of SSH actions#1762

Merged
lakshmi-kannan merged 2 commits intoStackStorm:v0.12.1from
lakshmi-kannan:port_parallel_ssh_disable_0.12.1
Jul 29, 2015
Merged

RFR: Disable parallel execution of SSH actions#1762
lakshmi-kannan merged 2 commits intoStackStorm:v0.12.1from
lakshmi-kannan:port_parallel_ssh_disable_0.12.1

Conversation

@lakshmi-kannan
Copy link
Contributor

  • Fabric doesn't behave well with eventlets especially when parallel is
    set to True. Parallel basically executes a command on a bunch of hosts.
    Parallel uses multiprocessing and calls fork(). We don't understand the
    root cause yet. Fabric has other issues as well. So until we use
    Paramiko straight and replace our SSH runner, let's disable parallel
    SSH execution.

Lakshmi Kannan added 2 commits July 29, 2015 10:11
* Fabric doesn't behave well with eventlets especially when parallel is
set to True. Parallel basically executes a command on a bunch of hosts.
Parallel uses multiprocessing and calls fork(). We don't understand the
root cause yet. Fabric has other issues as well. So until we use
Paramiko straight and replace our SSH runner, let's disable parallel
SSH execution.
@lakshmi-kannan
Copy link
Contributor Author

@Kami @DoriftoShoes Cherry picked for 0.12.1 release.

@Kami
Copy link
Member

Kami commented Jul 29, 2015

🍒

lakshmi-kannan added a commit that referenced this pull request Jul 29, 2015
…e_0.12.1

RFR: Disable parallel execution of SSH actions
@lakshmi-kannan lakshmi-kannan merged commit 6927566 into StackStorm:v0.12.1 Jul 29, 2015
@lakshmi-kannan lakshmi-kannan deleted the port_parallel_ssh_disable_0.12.1 branch July 29, 2015 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants