<div dir="ltr"><div>In fact, both of you are correct. When passing '--limit -1' to the Nova client, it will issue multiple requests to the API using the --marker option until it receives no more data [1]. So the server-side limit (osapi_max_limit parameter) isn't by-passed, it's just the client that deals with it.<br></div><div>BR,<br></div>Simon<br><div><br>[1] <a href="https://github.com/openstack/python-novaclient/blob/stable/mitaka/novaclient/v2/servers.py#L723-L755">https://github.com/openstack/python-novaclient/blob/stable/mitaka/novaclient/v2/servers.py#L723-L755</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 19, 2016 at 2:28 AM, David Medberry <span dir="ltr"><<a href="mailto:openstack@medberry.net" target="_blank">openstack@medberry.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I don't think --marker does at all what I want. The --limit -1 does doe multiple successive queries (with a marker) automagically returning a single list as CLI output to nova list. That really IS what I want (and what some of our automation is written around.)<div><br></div><div>Thanks!</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 18, 2016 at 5:26 PM, James Downs <span dir="ltr"><<a href="mailto:egon@egon.cc" target="_blank">egon@egon.cc</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Wed, May 18, 2016 at 04:37:42PM -0600, David Medberry wrote:<br>
<br>
> It seems to bypass it... or I'm running into a LOWER limit (undocumented).<br>
> So help on  limit -1 says it is still limited by osapi_max_limit<br>
<br>
</span>You're looking for:<br>
<br>
--marker <marker>             The last server UUID of the previous page;<br>
                                displays list of servers after "marker".<br>
<br>
This is much faster than increasing the size of results, at least in sufficiently<br>
large environments.<br>
<br>
Cheers,<br>
-j<br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
<br></blockquote></div><br></div>