Search results

  1. C

    Add firewall rule to whole cluster via pvesh

    Hi everyone, I would like to add a firewall rule via pvesh API to the cluster. First, my proxmox version: root@tfg ~ # pveversion -v proxmox-ve: 6.1-2 (running kernel: 4.19.0-8-amd64) pve-manager: 6.1-8 (running version: 6.1-8/806edfe1) pve-kernel-helper: 6.1-8 pve-kernel-5.3: 6.1-6...
  2. C

    Unable to use api_user and api_password from Ansible's Proxmox module

    Hi, I have installed on a debian 10 buster server Proxmox 6.1-8. I'm trying to run an Ansible script that adds a public key to the proxmox server. The code, using the Ansible docs: - proxmox: api_user: " {{ proxmox.api_user }}" api_password: "{{ proxmox.api_password }}" api_host...
  3. C

    Backups configuration changes doesn't take effect

    Hi every1, Last week, we changed our backups storage box from one named storagebox-vzdump to an other named storagebox-backups. We have a backup that's being made every day at 2.00 am and it's failing because can't find old storage box. I added a picture with the backup configuration. The...
  4. C

    Backups storage became inactive

    Hi, We have a proxmox cluster with 11 nodes. We have an external storage box for our backups and 2 days ago became inactive. Seems that there's an auth problem but It was working 2 days ago and no changes to the storage box users made. Here is the output of /etc/pve/storage.cfg dir: local...
  5. C

    About live migrations

    Hello, We have some virtual machines on our proxmox enviorment and a cluster of about 8 servers. Each server is configured with thin lv like the VMS. The fact is that, when we live migrate a VM from a server to an other we see like 3 phases: 1st fase. On this first phase the migration is slow...
  6. C

    Problem adding new node to cluster

    Hi, We have a cluster with 8 nodes with proxmox 5.4-2 and corosync 3.0.2 configured. We do have an extra ring so a node configuration in corosync.conf look like this: node { name: i8 nodeid: 8 quorum_votes: 1 ring0_addr: 192.168.100.8 ring1_addr: 192.168.101.8 } On the...
  7. C

    Problem adding new node to cluster

    Hi every1, I've been running a proxmox cluster with 8 nodes without a problem. I added last node about a month ago without any problem aswell. How ever when I try to add a new node now ( dont't know if new corosync is the problem) I get the next error. First I get prompted with the node...
  8. C

    Upgrading proxmox cluster from 5.6 to 6

    Hi everyone, Im guessing if we can upgrade our proxmox cluster node by node. We have a 9 nodes cluster and we would like to upgrade like 1 node every day. Proxmox 5.6 is compatible with other proxmox 6.0 nodes? Thank you very much. Best Reggards, Víctor.