matt

Results 11 comments of matt

If you're trying to use NFS for shared folders a static IP must be provided for the private network. See the comment in the example Vagrantfile (https://github.com/maier/vagrant-alpine/blob/master/Vagrantfile.example#L28). If your guest...

I can't seem to recreate the issue. When I vagrant up an alpine 3.5 box it installs the NFS client as usual and rpcbind is started as part of rpc.statd....

Not sure what a 'docker provisioner' is, must be a new vagrant feature. I'll need to read up on it.

Never noticed it... Looking into what is needed.

Yeah, I found that as well. The support for installing is in the provisioner itself not the guest. I'm going to try adding the capabilities to the guest to see...

Is the npm/makefile change due to the npm v5 issues w/re to removing other dependencies when `npm install` is run? The script errors if zfs is not in use. The...

Ah, ok, yeah, I had the script from a previous commit. It doesn't error now. Yeah, I'm good with reshuffling the npm install. I had it that way to intentionally...

Let's move it to an optional plugin. ZFS is the default filesystem for OmniOS/Illumos which is why zpool is enabled by default for those OSes.

Our best bet will be to create a test (like the zpool one) which reflects ZFS installed and active - that works on both RHEL and debian based systems. If...

Since the plugin relies on `/proc/spl/kstat/zfs` check for the existence of that directory. If it exists, create the symlink.