Skip to content

Vagrant environment with ZFS on Linux bootstrap automation

License

Notifications You must be signed in to change notification settings

ixydo/vagrant-zfs-on-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up a LUKS+ZFS RAID-1+0 storage, and simulate failure and replacement

This is an automated environment to set up LUKS + ZFS RAID-1+0 tank. Once that's configured you can then simulate a failure.

For this to work it's neccessary to use the jessie-backports 4.9 kernel or stretch.

Usage

  1. Update boostrap/config to meet your needs, using bootstrap/config.sample as a basis.

  2. Install dependencies

     host $ vagrant plugin install vagrant-vbguest
    
  3. Bring up the instance

     host $ vagrant up
    
  4. Connect to the instance

     host $ vagrant ssh
    
  5. Initialize the system. This is interactive, so it's not auto provisioned.

     guest $ sudo /vagrant/booststrap/run
    

About

Vagrant environment with ZFS on Linux bootstrap automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages