]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Better iterate over list of ptservers upon failure
authorDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 20:27:56 +0000 (21:27 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 20:27:56 +0000 (21:27 +0100)
commit2b2bf80119baea55df339ff24ea498fdb31b3efd
treec56da199c900b414bdcaea7f5c867181582c0d0a
parent3dd5e7b82ffbbd7ec29a906cd58fecbe8b08061f
Better iterate over list of ptservers upon failure

Separate out the iteration over a list of ptservers when one fails.  We don't
want to have to intermingle it with a loop over a list of calls to make (eg. a
list of IDs to be deleted).

Signed-off-by: David Howells <dhowells@redhat.com>
suite/commands/pts/createuser.py
suite/commands/pts/delete.py
suite/commands/pts/listentries.py
suite/commands/pts/listmax.py
suite/lib/cell.py