Class Vagrant::LXC::Action::PrepareNFSSettings
In: lib/vagrant-lxc/action/prepare_nfs_settings.rb
Parent: Object

Methods

Included Modules

Vagrant::Util::Retryable

Public Class methods

Public Instance methods

Extracts the proper host and guest IPs for NFS mounts and stores them in the environment for the SyncedFolder action to use them in mounting.

The ! indicates that this method modifies its argument.

We‘re using NFS if we have any synced folder with NFS configured. If we are not using NFS we don‘t need to do the extra work to populate these fields in the environment.

[Validate]