Search results

  1. E

    Anyway to support interfaces.d/*

    I am using chef to configure my host network and bridges, but as to due best practices it happens to interfaces.d/eth0 .. interfaces.d/vmbr0 and so on, while /e/n/interfaces is just an include like source /etc/network/interfaces.d/* doing that leads to issues with proxmox, which will not offer...
  2. E

    KVM Snapshot backup failed ( stuck )

    We solved the problem using mount-parameters (fstab) ,cache=none,forcedirectio,rsize=32768,wsize=32768,llock,rw,vers=3,prot=tcp,hard Best
  3. E

    KVM Snapshot backup failed ( stuck )

    Well thats a pitty, i cant change to NFS but i could try to backup localy - if the error does not occur, it must be SMB - maybe some mount options ( locking) are responsible for this? Thanks for the reply
  4. E

    KVM Snapshot backup failed ( stuck )

    How is that a solution to the problem :) ? SMB is supposed to work and i cannot use NFS, since it is not available from my storage hoster.
  5. E

    KVM Snapshot backup failed ( stuck )

    Hello, We have tried vzdump backups today using scheduled backups and the whole process stucked tonight. 2 of 2 proxmox nodes just did not finish their first backup (of the first VM to backup ) and stopped in between (rather stucked there, no progress )- those 2 VMs remained locked and not...
  6. E

    Meaning of /etc/pve/cluster.conf and /etc/cluster/cluster.conf for cluster-setups

    Well, for me, the case here was to clear out exactly that and not having one person ( me ) checking the source code, then maybe understand it partially, soliving his problems and then go on. Iam pretty sure we should need to update docs / faq on this, as this is not trivial as you told. And...
  7. E

    Meaning of /etc/pve/cluster.conf and /etc/cluster/cluster.conf for cluster-setups

    Thank you tom. I already peaked at that topic, but i cant find any informations regarding /etc/cluster .. there is a explaination of /etc/pve. The main function of /etc/pve as a cluster-fs is clear to me. But iam really not sure what it is about /etc/cluster/cluster.conf and especially what...
  8. E

    Meaning of /etc/pve/cluster.conf and /etc/cluster/cluster.conf for cluster-setups

    Thank you :) you mean just right after: - no multicast - changed ssh ports (only 22 allowed) - no pw-auth on sshd during pvecm add - using ssh-aliases instead of pw-auth for adding a node - lost connection with keys after creating a cluster ( due recreated authorized_keys) - stucked...
  9. E

    Meaning of /etc/pve/cluster.conf and /etc/cluster/cluster.conf for cluster-setups

    a really good question is: What is the real determinitation of /etc/pve/cluster.conf and /etc/cluster/cluster.conf this question very much affects wheter proxmox sees the nodes online, how it syncs the configs ( e.g. config version not matching ) and how to get a degraded cluster up and working...