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

tart list: filter out uninitialized VM directories #76

Merged
merged 1 commit into from
May 16, 2022

Conversation

edigaryev
Copy link
Collaborator

Similarly to what's done in VMStorageOCI:

if !vmDir.initialized {
continue
}

Resolves #75.

@edigaryev edigaryev requested a review from fkorotkov May 16, 2022 11:32
@edigaryev edigaryev enabled auto-merge (squash) May 16, 2022 11:32
@Lutzifer
Copy link

running this using

mint run cirruslabs/tart@filter-uninitialized list  

fixes #75 for me.

Thanks for the ultra fast response!

@edigaryev edigaryev merged commit fa9e314 into main May 16, 2022
@edigaryev edigaryev deleted the filter-uninitialized branch May 16, 2022 12:30
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.

tart list shows files like .DS_Store as VMs
3 participants