[PLDWWW] page changed: packages:vagrant
"Elan Ruusamäe (glen)"
glen at pld-linux.org
Wed Aug 7 23:45:00 CEST 2013
add grow disk sample
--- https://www.pld-linux.org/packages/vagrant?rev=1375911652
+++ https://www.pld-linux.org/packages/vagrant
@@ -36,12 +36,23 @@
$ vagrant ssh
</code>
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? =====
After box is up, you probably want to provision it or install packages with ''poldek'' directly.
==== Chef ====
To install ''chef-solo'' do ''poldek -u chef'', if you want to run chef server inside that box, have look at [[chef-server]].
Diff URL:
https://www.pld-linux.org/packages/vagrant?do=diff&r1=1375911652&r2=1375911900
--
This mail was generated by DokuWiki at
https://www.pld-linux.org/
More information about the pld-cvs-commit
mailing list