Search results

  1. Y

    Add permission to user

    Hello, could revoke ? I need a user like PVEVMadmn but without: Migration Hardware modification Replication Options How can I revoke these permissions? ( Or can i crate a custom user permission... ) Thanks!
  2. Y

    Change Cluster Quorum

    Hello, i'm testing a 5 nodes cluster without HA, i need only replication and unified web interface. I would like to preservethe quorum and so not to have the shutdown of all not quorate VM although more than half of the servers dies. So my question is, can i modify the expected quorum on all...
  3. Y

    Can't access /etc/pve in failed cluster

    Hello, i have a failed 3 node cluster, two nodes are broken and all vm now are on the node 3. Now /etc/pve are not mounted and so i hav this error when i try to restart pvestatd: systemctl restart pvestatd Oct 04 09:28:37 stgvps pveproxy[1686]: /etc/pve/local/pve-ssl.key: failed to load local...
  4. Y

    Lost quorum in 3 node cluster

    Hello, i have a 3 node cluster, one node went offline tomorrow, and one more this morning. One is Broken but the second one come back onli9ne after reboot. Now the cluster ha no quorum ( Two nodes ). How can i do to restore the quorum on Two Nodes ? I hav tried: systemctl restart pve-cluster...
  5. Y

    Syslog: nf_conntrack: nf_conntrack: table full, dropping packet

    I Hav Intel Xeon CPU E5-2696 v2 @ 2.50GHz Now i hav checked IPMI event logs and i finded this: OEM CPLD CATERR - Asserted Googoling i found that it's a CPU Error... maybe it's a CPU hardware errorr ..
  6. Y

    Syslog: nf_conntrack: nf_conntrack: table full, dropping packet

    Yes, also to me .. now i hav done: sysctl -w net.netfilter.nf_conntrack_max=8388608 echo "net.netfilter.nf_conntrack_max=8388608" >> /etc/sysctl.conf But i think the reboot hav different origin .. may be this.. Oct 1 02:28:40 srvps1 kernel: [23240.406180] perf: interrupt took too long (6225 >...
  7. Y

    Syslog: nf_conntrack: nf_conntrack: table full, dropping packet

    Hello, on one of my server i see a lot of this message on syslog: nf_conntrack: nf_conntrack: table full, dropping packet and randmly the server reboot without other message...
  8. Y

    Dubt on Cluster Quorum

    Hello, i have a 6 nodes cluster. If i shut down 3 Nodes, replication stop working with message NO Quorum but i hav 3 survivors nodes. I thought the minimum number of nodes to have a quorum was 3 .. and so why don't I have a quorum if I die 3 knots out of 6? Thanks!
  9. Y

    Can't destroy LXC container "dataset is busy"

    Hello, when i try do destroy a LXC container i hav this error: TASK ERROR: zfs error: cannot destroy 'STORAGE/VM/LXC/subvol-133-disk-1': dataset is busy Thanks!
  10. Y

    How can limit hosted VPS outgoing UDP Flood ?

    Hello, what is the best way to limit UDP Flood generated from an hosted VPS ? Thanks!
  11. Y

    KVM Rate Limit doesn't work well

    Hello, i have tested rate limit on a KVM vps ( proxmox 5 last version ). It doesn't work on UDP flood. A single vps in my case, put down an entire machine.. Some ideas ? Thanks
  12. Y

    Can't stop LXC container

    Where can i Chack if is enabled ? Thanks
  13. Y

    Can't stop LXC container

    Hello, i can't stop a LXC container and if i try to modify the network: failed to open /proc/sys/net/ipv6/conf/veth133i0p/disable_ipv6 for writing: No such file or directory (500) The veth133i0p dir not exist. pvesm status is ok Thanks!
  14. Y

    Host key verification failed

    I have solved doing this: on the sender node: ssh Dest_Node_Server Save the key Done Maybe why i have used command line to add node to the cluster ?
  15. Y

    Host key verification failed

    Hello, just added 2 new nodes to my cluster, without errors, but when i try to replicate i have this error: 2019-06-18 10:44:01 108-2: (remote_prepare_local_job) Host key verification failed. 2019-06-18 10:44:01 108-2: (remote_prepare_local_job) 2019-06-18 10:44:01 108-2: end replication job...
  16. Y

    How to increase Open File limit on LXC priv.

    I can see: NOFILE max number of open files 30000 30000 adding lxc.prlimit.nofile: 30000 but ulimit -a in still open files 1024 Is it ok ? Thanks i
  17. Y

    How to increase Open File limit on LXC priv.

    Quite Right if i said that to rise up limit of a single container i hav to modify only for example 101.conf adding lxc.prlimit.nofile: 30000 Is it all ? Thanks
  18. Y

    How to increase Open File limit on LXC priv.

    Hello, how can increase open file limits on LXC privileged container ? And how can i check if are applied inside the container ? proxmox-ve: 5.2-2 THANKS!