Skip to content

Exploring some share storage technologies: NFS, SMB, ISCSI

License

Notifications You must be signed in to change notification settings

dlux/vagrant-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-storage

https://travis-ci.com/dlux/vagrant-storage.svg?branch=master

STATUS: COMPLETE: nfs,smb,iscsi

Example for diffent file system examples.

  • NFS - Share file system across the network: between linux boxes. Special native NFS mount can be done also on Windows10
  • Samba - Share files from the network: between linux and windows boxes.
  • ISCSI - Share block device across the network.

Will use an extra disk configured as the storage disk.

This example started with a vagrant ansible example for NFS. To use this version ansible must be installed on the host.

To Run

$ vagrant up
# 2 vms are spined up a server and a client
# Modify Vagrantfile provisioner to change services deployed (nfs/smb/iscsi)

NFS Ansible Run

# PREREQUISITES
$ git clone https://github.com/dlux/vagrant-nfs.git
$ cd vagrant-nfs
$ virtualenv venv
$ . venv/bin/activate
$ pip install ansible

# Change Vagrant server to use ansible playbook
# Startup VM
$ vagrant up

Additional information

Go to http://www.luzcazares.com/storage

About

Exploring some share storage technologies: NFS, SMB, ISCSI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages