terrywang / vagrantboxes

Handcrafted Arch Linux Vagrant base box with :heart:
250 stars 29 forks source link

nfs client in the Oracle Linux box #3

Closed javornikolov closed 10 years ago

javornikolov commented 10 years ago

It would be nice if we have an nfs client in the Oracle Linux box.

I'm presently trying the Oracle 6.5 x86-64 box with vagrant and it's failing because I'm using nfs-based synced folders. It's not easy to fix it by adding nfs client as provisioning step since nfs mount is attempted before the provisioning.

My current manual fix is to install nfs-utils package.

terrywang commented 10 years ago

Thanks for reporting the issue.

I'll add the nfs-utils package when updating the boxes next time (hopefully in January, 2014).

terrywang commented 10 years ago

Just noticed that in Vagrant 1.5, NFS client installation will be taken care of.

See the commit synced_folders/nfs: automatically install NFS client if possible

So I don't think this will be a big problem even if I don't update the box (I'll do it anyway) ;-)

terrywang commented 10 years ago

nfs-utils package comes pre-installed now.