Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vsphere: Add limits for host collection. Improve doc #1226

Merged
merged 4 commits into from
Dec 2, 2014
Merged

Conversation

LeoCavaille
Copy link
Member

No description provided.

@LeoCavaille LeoCavaille added this to the 5.2.0 milestone Nov 26, 2014
@@ -547,6 +551,10 @@ def _cache_morlist_raw_atomic(self, i_key, obj_type, obj, tags):
)

elif obj_type == 'vm':
if regexes['vm_include'] is not None:
match = re.search(regexes['vm_include'], obj.name)
if not match:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you log something in debug in that case ?
Could be helpful.

LeoCavaille added a commit that referenced this pull request Dec 2, 2014
vsphere: Add limits for host collection. Improve doc
@LeoCavaille LeoCavaille merged commit 8550d62 into master Dec 2, 2014
@LeoCavaille LeoCavaille deleted the leo/vsphere branch December 2, 2014 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants