Hacker News new | ask | show | jobs
by chrido 3370 days ago
Some concrete pain points I came accross in the last several weeks:

Better thermal management - Thermald should become the default, but it needs many improvements.

Zombie processes in containers - When somebody causes a Zombie in a lxd container which happens from time to time you have to reboot the machine, this should not be necessary

Mounting remote filesystems in containers - Fuse is possible if you allow it, but mounting SMB, NFS require a kernel module and cannot be mounted in a lxd container, so make fuse-smb or fuse-nfs.

DNS in Openstack - DNS in openstack is currently really painful to setup correctly. Create a new default module which lets you configure a subdomain for the cluster, a subdomain which is the projectname and then after you start an instance you should be able to simply ssh user@instancename.projectname.clustername.tld