Search results

  1. H

    [SOLVED] RAM used report - different in proxmox and HA.

    Hello. I have setup a Home Assistant VM inside proxmox with 4 GB RAM. In proxmox summary it shows: As you can see, almost all of 4 GB used. If I check inside Home Assistant, I see: Which values should I listen to be sure that I have enough RAM?
  2. H

    [SOLVED] Mount point to local-lvm

    Hello. When I created my system two years ago I created a mount point named "Disco2" which points to local-lvm: I don't think I need dis mount point but I don't know how to remove it without erasing local-lvm. If I go to Datacenter-> remove will I remove contents in local-lvm? Sorry if it's...
  3. H

    [SOLVED] Storage questions - improving my system

    Hello. I have proxmox 7 working from moths ago and I want to introduce some modifications but I'm struggling with my lack of technical knowledge of english language so some of the wiki pages are very hard for me to understand. My system has a nvme disk with 500 gb. of space which I formatted...
  4. H

    Use system with proxmox as NAS

    Hello. I have a powerful system with proxmox installed and several lxc, all of them with very light resources usage: one with home assistant, another one for a wireguard server and another one for docker (for now the main resources usage due to frigate). I want to create a vm or lxc as a NAS...
  5. H

    Mapping gpu for transcoding in unprivileged container.

    Hello. I am trying to passthrough gpu from proxmox to a lxc to achieve hardware transcoding with jellyfin inside docker, but I am not able to do it. I've edited my .conf file with the following entries: lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file...