Search results

  1. A

    ceph gui error timout and not able to connect to monitor after changing all cluster nodes to new ips

    Hi, I had to change the public ip of the nodes in the cluster (3 nodes) to a new network ip, moved from 192.168.7.x to 192.168.29.x to do that after initial simple node network ip changes I followed the following guide and steps...
  2. A

    [TUTORIAL] Fix always high CPU frequency in proxmox host.

    The right way to handle Intel cpu frequency state and settings is to use a tool called cpupower. CPUPOWER is an utility that you get once you install linux-tools. In order to do that on ubuntu for example is apt-get install -y linux-tools-$(uname -r). I have tried that on Proxmox but doesn't...