Parts

From NURDspace
Revision as of 14:16, 7 June 2018 by Dreamer (talk | contribs) (partkeepr! \o/)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

We have a PartKeepr running in the space.


Install

  • Create container (debian 9, 8GB, 1 core, 1GB ram)
  • Create separate volume for the install/data, this needs extra inodes because symfony2 caches everything on disk (lots of tiny files), so with regular use the fs will run out:
lvcreate -n parts_data -V 10G --thinpool vmstore vmdata
mkfs -t ext4 -N 3000000 /dev/mapper/vmdata-parts_data

Mount the data-volume in the container:

mp0: volume=/dev/mapper/vmdata-parts_data,mp=/srv/partkeepr