Search results

  1. T

    [SOLVED] CTs used memory keeps growing until full

    Hi, We have detected a strange (or not well-understood) behavior in the memory usage of, at least, two containers but we believe it's a generalized issue. After a CT restart the memory usage keeps steadily growing until, after a couple days, it reaches around 96-99% of the total assigned...
  2. T

    [SOLVED] Remove disk from ZFS pool

    Hi, By mistake I added a disk to my pool and now I cannot remove. Is there any way to do so? root@pve01:~# zpool status pool: rpool state: ONLINE scan: resilvered 0B in 0 days 03:48:05 with 0 errors on Wed Mar 24 23:54:29 2021 config: NAME STATE...
  3. T

    [SOLVED] Where is the space in ZFS?

    Hi, I have two ZFS pools, one for regular operation and another one for backups. root@pve01:~# zpool status |grep -w pool pool: rbackup pool: rpool I have two containers that take a lot of space in rpool and the backup to the rbackup pool can't succeed, I don't know why...
  4. T

    [SOLVED] How to use UIDs/GIDs higher than 65535 in CT (LXC)

    Hi all, I have an application that requires to use uid/gids starting from 70000 (http://vmm.localdomain.org/) but that seems to be not possible if you use unprivileged CTs. Is there any way of doing this? Thanks, Antonio Huete
  5. T

    KVM backups

    Hi, Is it possible to backup a KVM virtual machine partially? I mean, including some disk and other not. I'm using a volume group as the main storage for the virtual machines. Thanks, Antonio
  6. T

    Multiple NICs for OpenVZ containers

    Hi, I would like to know if it's possible that a OpenVZ container could have multiple network interfaces. If so, how to do it? Thanks, Antonio Huete