]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: don't run iptables in parallel
authorJohn Spray <jspray@redhat.com>
Mon, 2 Mar 2015 11:06:33 +0000 (11:06 +0000)
committerJohn Spray <jspray@redhat.com>
Mon, 2 Mar 2015 12:41:13 +0000 (12:41 +0000)
commit5b2fd3d6142ff8c2d55b2a1dbe6ab6dc012dc989
treeebcb8cf2e0bc273400b8fe995a298928a1ed9f9d
parent15c51518588b3b9e72f83c6ba3eb646635c00ecc
tasks/cephfs: don't run iptables in parallel

Where multiple MDSs were on the same node, trying
to concurrently update their firewall state was
causing an exception because the iptables command
errors out if another instance is already running.

Fixes: #10948
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/filesystem.py