Recent content by dbuenoparedes

  1. D

    [SOLVED] Unable to Allocate Image on GlusterFS

    Very nice troubleshooting case, thanks for taking the time to post it here. @JonathonFS I wanted to ask you regarding the gluster volume configured as disperse 3 redundancy 1: We're currently running a 2-node cluster in redundancy 3 arbiter 1 mode with 2x bricks + 1x arbiter but need to...
  2. D

    Getting out of memory warnings on host

    Just in case this could be your issue: in my limited experience with docker (not LXC) even when you limit the memory for the container at the host/hypervisor level is not seen from within the container like if it were a VM. The container sees the whole 32GBs of RAM your host has, if your...
  3. D

    Getting out of memory warnings on host

    Afaik the ZFS ARC cache should be freed as soon as something else needs that memory, same as with the Linux buff/cache shown in top as well as with the free -h command, is a temporary memory that the OS and ZFS use as long as it's free-to-use (not used by anything else). Not entirely sure if...
  4. D

    Getting out of memory warnings on host

    In my experience, I'm only running VMs and not LXC containers but ZFS does take a pretty big amount of RAM for it's cache. My server has 128GB of RAM showing that is using 74.5% of the total RAM where more than half of the RAM is taken by ZFS ARC, but this info isn't shown in top nor free -h...