Hi all,

I use a few helper scripts to automate things, and those scripts call 'ceph' 
command
multiple times, like

------------
#/bin/sh

ceph do something
...
ceph do something else
...
---------------

I get a delay when one monitor is down, until a working mon is found.
That is OK so far.

But I get that delay each times when I run a 'ceph' command. It would
be great if ceph remembers the last successful mon connection, so that such 
delays are avoided. 


--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to