Recent content by agapitox

  1. A

    Ansible Playbook for Hetzner (incl. OPNsense)

    Sorry @kpma1985 , I have little experience with ansible. How can I run the pb? I have edited the inventor/hosts file, there I have put the domain, ip and server number. then i have edited the ansible_proxmox_hetzner/roles/hetzner_pve/defaults/main.yml and I have put the credentials of the...
  2. A

    Create a new VM and set the disk size via cli

    thanks for your help, but I have not been able to get it to work. I have tried as you say it does not finish, it looks like it is because of the source format of the MikroTik img, with previous versions (7.1) the script works but with the new 7.3.x) it does not... thanks again
  3. A

    Create a new VM and set the disk size via cli

    Hi @oguz I have tried to run the script but it fails to create the image. this is the output : root@pve-router:/tmp# ./mki.sh ############## Start of Script ############## ## Checking if temp dir is available... -- Directory exists! Install unzip Hit:1 http://security.debian.org...
  4. A

    cluster at hetzner, 4 nodes

    We have rented 4 hosts (AX101) to set up a proxmox lab, three nodes will be pve hosts and one will be used as storage (nfs or iscsi). One of the pve hosts has two public ip's, to mount a vm with vyos to use it as vpn. I had thought of using 3 Hetzner vSwitches, for corosync, lan and storage...
  5. A

    restore vm backup from cluster version 7 to another cluster with version 6

    We have several clusters with different versions pve6 and pve7, but for production reasons we have not yet been able to upgrade everything to version 7. We have encountered the problem that we can not import a backup of a vm from a host with version pve7 on a host with version pve6.4. We get...
  6. A

    Use of memory ballooning for pruduction environment

    Yes, the documentation is read... I refer to it in the first message. However, I was expecting a more convincing answer. I really remain the same. I don't know what the recommendation is apart from the typical: turn it off and on again. Thank you.
  7. A

    Use of memory ballooning for pruduction environment

    Thanks, basically, if it is advisable or not to use memory ballooning, by default in all vm's. Especially for production environment
  8. A

    Use of memory ballooning for pruduction environment

    please @tom & @dietmar, can you help me with this issue I would appreciate it
  9. A

    Use of memory ballooning for pruduction environment

    Hi promox, I have previously managed virtualization environments with hyper-v and VMware. In these I always had as a recommendation or good practice not to use ballooning memory as much as possible in production environments. We only used it for test environments or when the host was very...
  10. A

    Can't expand debian9 kvm vm disk

    Hello colleagues, I'm making a vm to use it later as a template, but I have a little problem, it doesn't let me expand the disk. In Proxmox VE everything goes fine, but in the system it doesn't do anything. It is a debian 9.3, this is what I do: root@debian:/home/debian# lsblk NAME...
  11. A

    web-gui does not load directory content

    I have also tried using Goofys (https://github.com/kahing/goofys) instead of s3fs. With Goofys, it works fine, it lists well both in console and in the web-gui, but it gives me problems with backups, it fails constantly when doing Proxmox backups on the s3.
  12. A

    PVE is using all swap with lot of RAM available

    I forgot to mention that the nodes do not use zfs.
  13. A

    PVE is using all swap with lot of RAM available

    We have several nodes, where swap consumption is high, but they have a lot of free ram. If I do a: swapoff -a && swapon -a, it frees correctly but after a few days the problem returns. To what point is this normal?
  14. A

    web-gui does not load directory content

    Good morning, I have a problem that I've been thinking about lately and I can't find a solution. I am backing up my pve nodes to a S3 bucket, in fact I mount the bucket with s3fs, in a directory. It has its entry in /etc/fstab. In the console it works perfectly, the bucket is mounted and I...