Aurélien Degrémont
Aurélien Degrémont
You don't have permission to connect to `node-10` as `someuser`. Please verify: ssh -oBatchMode=yes someuser@node-10 uptime And: clush -v -d --user someuser -w node-10 uptime
> key-based authentication must me enabled so that clush doesnt give permission error? You're right. Any password-less methods supported by SSH could be used (ticket based like Kerberos, Munge, Asymetric...
Could we remove the 3.0 milestone tag for this? Let's see when we will integrate (or not) this feature when ready?
There is no bug here. When a node does not exist in topology, it is considered as being directly reachable. It does not require a gateway. This is expected and...
Let's make this "feature" tunable :)
This code cleaning could be done at any moment. No need to set its miltestone to 2.1, agreed?
There is a lot of people which are interested in such possibility. They want to easily implement their own clush-like command. What people wants is: - Output processing (various event...
Hi @rowlap As a short term workaround, you can add a random sleep before starting your long running task, like: Adapt the random use depending on your use case. Starts...
I agree we need to have a way for users to have different options for their gateways from the options use to connect to leaf nodes (clients). Either they could...
> But it might be difficult to detect when commands really start. If we are aware of start event, could not we use the same mechanism to be aware of...