= Ejercicio: Almacenamiento persistente * ''vagrant plugin install vagrant-persistent-storage'': añade funcionalidad para hacer más fácil el almacenamiento persistente * no es oficial: GIT ''https://github.com/kusnier/vagrant-persistent-storage'' config.persistent_storage.enabled = true config.persistent_storage.location = "tmp/disk.vdi" config.persistent_storage.size = 5000 config.persistent_storage.mountname = 'mysql' config.persistent_storage.filesystem = 'ext4' config.persistent_storage.mountpoint = '/var/lib/mysql' config.persistent_storage.volgroupname = 'myvolgroup' * ''mountname''o ''mountpoint'' : punto de montaje del disco