Search results

  1. S

    remove node proxmox and I want use same name and ip address

    If you want to manually remove a node from known hosts try these: ssh-keygen -f "/etc/ssh/ssh_known_hosts" -R "hostname" You can manually edit/view the files: nano /etc/pve/priv/authorized_keys nano /etc/pve/priv/known_hosts
  2. S

    Target Disk Options

    Disregard my question I found the answer: Limit ZFS Memory Usage ZFS uses 50 % of the host memory for the Adaptive Replacement Cache (ARC) by default.
  3. S

    Target Disk Options

    Hi Oguz, I read the Wiki and it helped but I have a follow-up question. I ended up using zfs instead of the default ext4. I have a four node cluster, on each node the nodes RAM usage is far greater than the total of all the VM's I have on that node. So for instance I have a node with 32Gb of...
  4. S

    [SOLVED] Promox 6: problem with noVNC - failed to connect to server

    Here's what worked for me: Assuming you cannot launch console session for VM's on pve04 with ip 192.168.1.52 run the following commands on another node within your cluster: ssh-keygen -f "/root/.ssh/known_hosts" -R "pve04" /usr/bin/ssh -s none -o 'HostKeyAlias=pve04' root@192.168.1.52
  5. S

    Target Disk Options

    Hello everyone, So my question is about when installing Proxmox you have the option to choose the filesystem (ext3 ext4 xfs or zfs). I am familiar with ext3 and 4 and have read up a little bit about xfs and zfs (just an FYI, I understand the raid levels associated with zfs), but what is the...