oscar-stack / vagrant-hosts

Manage static DNS on vagrant guests
Other
317 stars 26 forks source link

Host synchronization operations should tolerate failures #68

Closed Sharpie closed 7 years ago

Sharpie commented 7 years ago

Currently, when hostnames are synced as part of machine creation or deletion a single failure to connect to any VM that Vagrant thinks is "active" will hose the entire sync operation.

This is very frustrating in a variety of situations, so the provisioner should just log an error and continue syncing other VMs.