User Tools

Site Tools


packages:vagrant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
packages:vagrant [2013-08-07 23:45]
glen add grow disk sample
packages:vagrant [2013-08-07 23:48]
glen
Line 38: Line 38:
  
 the ''​.box''​ is actually [[https://​github.com/​mitchellh/​vagrant/​issues/​1741|importable by plain VirtualBox]] as well if you rename the file as ''​.ova'',​ on [[ftp://​ftp.pld-linux.org/​people/​glen/​vm/​|ftp]] there are symlinks for .ova files made for convenience. the ''​.box''​ is actually [[https://​github.com/​mitchellh/​vagrant/​issues/​1741|importable by plain VirtualBox]] as well if you rename the file as ''​.ova'',​ on [[ftp://​ftp.pld-linux.org/​people/​glen/​vm/​|ftp]] there are symlinks for .ova files made for convenience.
- 
-===== Grow a disk ===== 
- 
-The VM contains 80GiB disk in LVM PV, default LVM allocation is rather minimal to get base packages installed and may be small when you actually copy files there. 
- 
-To increase rootfs by 2GiB: 
-<code bash> 
-poldek -u xfsprogs 
-lvextend --size=+2G /​dev/​sys/​rootfs 
-xfs_growfs / 
-</​code>​ 
  
 ===== What next? ===== ===== What next? =====
  
 After box is up, you probably want to provision it or install packages with ''​poldek''​ directly. ​ After box is up, you probably want to provision it or install packages with ''​poldek''​ directly. ​
 +Also quite common is to [[people/​glen/​vm-info#​grow_a_disk|grow a disk]]
  
 ==== Chef ==== ==== Chef ====
  
 To install ''​chef-solo''​ do ''​poldek -u chef'',​ if you want to run chef server inside that box, have look at [[chef-server]]. To install ''​chef-solo''​ do ''​poldek -u chef'',​ if you want to run chef server inside that box, have look at [[chef-server]].
packages/vagrant.txt ยท Last modified: 2016-05-11 12:43 by glen