Comment 18 for bug 1644318

Revision history for this message
Ilya Bumarskov (ibumarskov) wrote :

[root@nailgun ~]# seq 1 5 | xargs -tI{} ssh node-{} 'cat /etc/security/limits.conf | grep -v \#'
ssh node-1 cat /etc/security/limits.conf | grep -v \#
Warning: Permanently added 'node-1' (ECDSA) to the list of known hosts.

ssh node-2 cat /etc/security/limits.conf | grep -v \#
Warning: Permanently added 'node-2' (ECDSA) to the list of known hosts.

ssh node-3 cat /etc/security/limits.conf | grep -v \#
Warning: Permanently added 'node-3' (ECDSA) to the list of known hosts.

ssh node-4 cat /etc/security/limits.conf | grep -v \#
Warning: Permanently added 'node-4' (ECDSA) to the list of known hosts.

ssh node-5 cat /etc/security/limits.conf | grep -v \#
Warning: Permanently added 'node-5' (ECDSA) to the list of known hosts.

[root@nailgun ~]# cat /etc/fuel_build_number
1575