[DRE-commits] [vagrant-libvirt] 11/104: IP handling info changed in README.md

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.

commit 5078021cee8da36bc4c4f4bfcb9cd2d68217f1f1
Author: pradels <les.pradels at gmail.com>
Date:   Mon Apr 1 02:32:35 2013 +0200

    IP handling info changed in README.md
---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2793335..c98a5d4 100644
--- a/README.md
+++ b/README.md
@@ -130,10 +130,14 @@ Bridged network adapter connected to network `default` is defined.
 
 There is a little problem to find out which IP address was assigned to remote
 domain. Fog library uses SSH connection to remote libvirt host and by default
-checks arpwatch entries there. Libvirt provider uses just arp table. There is no
-need to install and setup arpwatch, but information about MAC->IP address
-mapping is lost after short time. That is why there are no ssh or provision
-actions available yet.
+checks arpwatch entries there.
+
+Vagrant Libvirt provider is using dnsmasq leases files to find out, which IPs
+dhcp server offered. VMs IP address is then saved to `$data_dir/ip` file for
+later use. Of course, VMs IP can be changed over time. That's why IP is
+checked, if matches with VMs MAC address after each reading from this state
+file. Mismatch error is shown if IP doesn't match.
+
 
 ## Synced Folders
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list